Searched refs:bottom2 (Results 1 – 3 of 3) sorted by relevance
165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2() local170 out3 = top3 + bottom2; carry = (out3 < top3); in __mathlib_rredf2()
185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2() local191 out3 = bottom2; in __ieee754_rem_pio2()
95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()