Searched refs:floor (Results 1 – 10 of 10) sorted by relevance
48 double floor(double x) { return s_floor::floor(x); } in floor() function51 double floor(double x) { return __builtin_floor(x); } in floor() function53 __weak_reference(floor, floorl);
129 floor;
48 t = floor(x); in round()53 t = floor(-x); in round()
33 floor(double x) in floor() function77 __weak_reference(floor, floorl);
328 z -= 8.0*floor(z*0.125); /* trim off integer >= 8 */ in __kernel_rem_pio2()
83 TGMATH(floor); in tgmath_h()
191 FUNCTION(floor, double (*f)(double)); in math_h()
224 double floor(double __x);
798 TEST(math_h, floor) { in TEST() argument799 ASSERT_DOUBLE_EQ(1.0, floor(1.1)); in TEST()1906 DoMathDataTest<1>(g_floor_intel_data, floor); in TEST()
266 floor