Home
last modified time | relevance | path

Searched refs:top2 (Results 1 – 6 of 6) sorted by relevance

/external/arm-optimized-routines/math/single/
Drredf.c165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2() local
171 out2 = top2 + bottom1 + carry; carry = carry ? (out2 <= top2) : (out2 < top2); in __mathlib_rredf2()
De_rem_pio2.c185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2() local
192 out2 = top2 + bottom1; in __ieee754_rem_pio2()
193 out1 = top1 + (out2 < top2); in __ieee754_rem_pio2()
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc127 TopN<string> top2(top); in TEST() local
138 top2.push("zero"); in TEST()
139 EXPECT_EQ(top2.peek_bottom(), "top"); in TEST()
142 std::vector<string> s = ConsumeRawPtr(top2.Extract()); in TEST()
/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()
/external/clang/test/Modules/Inputs/
Dcategory_top.h9 -(void)top2;
/external/clang/test/Modules/
Dobjc-categories.m26 [foo top2];