Home
last modified time | relevance | path

Searched refs:bottom1 (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/math/single/
Drredf.c166 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __mathlib_rredf2() local
171 out2 = top2 + bottom1 + carry; carry = carry ? (out2 <= top2) : (out2 < top2); in __mathlib_rredf2()
De_rem_pio2.c184 unsigned bottom1 = (unsigned)mult1, top1 = (unsigned)(mult1 >> 32); in __ieee754_rem_pio2() local
192 out2 = top2 + bottom1; in __ieee754_rem_pio2()
/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
/external/libxcam/xcore/interface/
Dstitcher.cpp416 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()