Home
last modified time | relevance | path

Searched refs:bottom2 (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/math/single/
Drredf.c165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2() local
170 out3 = top3 + bottom2; carry = (out3 < top3); in __mathlib_rredf2()
De_rem_pio2.c185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2() local
191 out3 = bottom2; in __ieee754_rem_pio2()
/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()