Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp1064 RunType tmpA[kRectRegionRuns]; in Oper() local
1068 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()