Searched refs:floor (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | libm-test-floor.inc | 1 /* Test floor. 23 TEST_f_f (floor, 0.0, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 32 TEST_f_f (floor, lit_pi, 3.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 36 TEST_f_f (floor, 0.1, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 37 TEST_f_f (floor, 0.25, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 38 TEST_f_f (floor, 0.625, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 39 TEST_f_f (floor, 1, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 40 TEST_f_f (floor, 2, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 62 TEST_f_f (floor, -1, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 63 TEST_f_f (floor, -2, -2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 264 a = floor (floor (x)); in F() 377 a = floor (y); in F() 693 (F(floor)) (TYPE x) in TYPE() argument
|
A D | tgmath.h | 818 #define floor(Val) __TGMATH_UNARY_REAL_ONLY (Val, floor) macro
|
A D | Makefile | 293 fabs fdim floor fmax fmaximum fmaximum_mag \ 378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
|
A D | w_lgamma_r_compat.c | 31 floor(x)==x&&x<=0.0 in __lgamma_r()
|
A D | w_tgamma_compat.c | 36 else if(floor(x)==x&&x<0.0) in __tgamma()
|
A D | w_tgamma_template.c | 44 else if (M_SUF (floor) (x) == x && x < 0) in M_DECL_FUNC()
|
A D | w_lgamma_main.c | 34 floor(x)==x&&x<=0.0 in LGFUNC()
|
A D | Versions | 59 floor; floorf; floorl;
|
/math/bits/ |
A D | mathcalls.h | 165 __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
|
Completed in 15 milliseconds