Home
last modified time | relevance | path

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

/math/
A Dlibm-test-floor.inc1 /* 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 Dtest-tgmath.c264 a = floor (floor (x)); in F()
377 a = floor (y); in F()
693 (F(floor)) (TYPE x) in TYPE() argument
A Dtgmath.h818 #define floor(Val) __TGMATH_UNARY_REAL_ONLY (Val, floor) macro
A DMakefile293 fabs fdim floor fmax fmaximum fmaximum_mag \
378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
A Dw_lgamma_r_compat.c31 floor(x)==x&&x<=0.0 in __lgamma_r()
A Dw_tgamma_compat.c36 else if(floor(x)==x&&x<0.0) in __tgamma()
A Dw_tgamma_template.c44 else if (M_SUF (floor) (x) == x && x < 0) in M_DECL_FUNC()
A Dw_lgamma_main.c34 floor(x)==x&&x<=0.0 in LGFUNC()
A DVersions59 floor; floorf; floorl;
/math/bits/
A Dmathcalls.h165 __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));

Completed in 15 milliseconds