Home
last modified time | relevance | path

Searched refs:tmpA (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/test/Dialect/Linalg/
Dpromote.mlir48 // CHECK: %[[tmpA:.*]] = alloc() : memref<32xi8>
49 // ALLOCA: %[[tmpA:.*]] = alloca() : memref<32xi8>
50 // CHECK: %[[fullA:.*]] = std.view %[[tmpA]][{{.*}}][{{.*}}] : memref<32xi8> to memre…
76 // CHECK: dealloc %[[tmpA]] : memref<32xi8>
79 // ALLOCA-NOT: dealloc %[[tmpA]] : memref<32xi8>
/external/scapy/scapy/
Dutils6.py766 tmpA = inet_pton(socket.AF_INET6, a)
769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
/external/skqp/src/core/
DSkRegion.cpp1117 RunType tmpA[kRectRegionRuns]; in Oper() local
1121 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
/external/skia/src/core/
DSkRegion.cpp1115 RunType tmpA[kRectRegionRuns]; in Oper() local
1119 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2477 double tmpA = (prod2A >>> 12) / TWO_POWER_52; // High order 52 bits in reducePayneHanek() local
2480 double sumA = tmpA + tmpB; in reducePayneHanek()
2481 double sumB = -(sumA - tmpA - tmpB); in reducePayneHanek()