Searched refs:tmpA (Results 1 – 4 of 4) sorted by relevance
766 tmpA = inet_pton(socket.AF_INET6, a)769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
1117 RunType tmpA[kRectRegionRuns]; in Oper() local1121 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()