Searched refs:bottom1 (Results 1 – 4 of 4) sorted by relevance
166 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __mathlib_rredf2() local171 out2 = top2 + bottom1 + carry; carry = carry ? (out2 <= top2) : (out2 < top2); in __mathlib_rredf2()
184 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __ieee754_rem_pio2() local192 out2 = top2 + bottom1; in __ieee754_rem_pio2()
94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
416 uint32_t bottom1 = right_img_seam.pos_y + right_img_seam.height; in estimate_overlap()417 uint32_t bottom = XCAM_MIN (bottom0, bottom1); in estimate_overlap()