Home
last modified time | relevance | path

Searched defs:top2 (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/math/single/
Drredf.c165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2() local
De_rem_pio2.c185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2() local
/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) { in boxIntersect()
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc127 TopN<string> top2(top); in TEST() local