Searched refs:tmpA (Results 1 – 2 of 2) sorted by relevance
1062 RunType tmpA[kRectRegionRuns]; in Oper() local1066 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
2477 double tmpA = (prod2A >>> 12) / TWO_POWER_52; // High order 52 bits in reducePayneHanek() local2480 double sumA = tmpA + tmpB; in reducePayneHanek()2481 double sumB = -(sumA - tmpA - tmpB); in reducePayneHanek()