Searched refs:top2 (Results 1 – 6 of 6) sorted by relevance
165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2() local171 out2 = top2 + bottom1 + carry; carry = carry ? (out2 <= top2) : (out2 < top2); in __mathlib_rredf2()
185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2() local192 out2 = top2 + bottom1; in __ieee754_rem_pio2()193 out1 = top1 + (out2 < top2); in __ieee754_rem_pio2()
127 TopN<string> top2(top); in TEST() local138 top2.push("zero"); in TEST()139 EXPECT_EQ(top2.peek_bottom(), "top"); in TEST()142 std::vector<string> s = ConsumeRawPtr(top2.Extract()); in TEST()
95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
9 -(void)top2;
26 [foo top2];