Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/
Dbuiltins.cpp48 double floor(double x) { return s_floor::floor(x); } in floor() function
51 double floor(double x) { return __builtin_floor(x); } in floor() function
53 __weak_reference(floor, floorl);
Dlibm.map.txt129 floor;
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_round.c48 t = floor(x); in round()
53 t = floor(-x); in round()
Ds_floor.c33 floor(double x) in floor() function
77 __weak_reference(floor, floorl);
Dk_rem_pio2.c328 z -= 8.0*floor(z*0.125); /* trim off integer >= 8 */ in __kernel_rem_pio2()
/bionic/tests/headers/posix/
Dtgmath_h.c83 TGMATH(floor); in tgmath_h()
Dmath_h.c191 FUNCTION(floor, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h224 double floor(double __x);
/bionic/tests/
Dmath_test.cpp798 TEST(math_h, floor) { in TEST() argument
799 ASSERT_DOUBLE_EQ(1.0, floor(1.1)); in TEST()
1906 DoMathDataTest<1>(g_floor_intel_data, floor); in TEST()
/bionic/libc/tools/
Dposix-2013.txt266 floor