Searched defs:bottom1 (Results 1 – 3 of 3) sorted by relevance
166 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __mathlib_rredf2() local
184 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __ieee754_rem_pio2() local
94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect()