Home
last modified time | relevance | path

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

/math/
A Dlibm-test-ilogb.inc1 /* Test ilogb.
23 TEST_f_i (ilogb, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
24 TEST_f_i (ilogb, lit_e, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
25 TEST_f_i (ilogb, 1024, 10, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
27 TEST_f_i (ilogb, 0.5, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
28 TEST_f_i (ilogb, -0.5, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
42 /* ilogb (0.0) == FP_ILOGB0 plus invalid exception */
45 /* ilogb (qNaN) == FP_ILOGBNAN plus invalid exception */
50 /* ilogb (inf) == INT_MAX plus invalid exception */
52 /* ilogb (-inf) == INT_MAX plus invalid exception */
[all …]
A Dtest-tgmath.c287 i = ilogb (x); in F()
399 i = ilogb (y); in F()
917 (F(ilogb)) (TYPE x) in F() argument
A DMakefile250 test-fp-ilogb-constants test-fp-llogb-constants \
297 ilogb iscanonical iseqsig isfinite isgreater \
378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
A Dtgmath.h894 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, ilogb) macro
A Dw_ilogb_template.c39 declare_mgen_alias (__ilogb, ilogb)
A Dtest-tgmath-ret.c61 CHECK_RET_CONST(ilogb, int) in CHECK_RET_CONST() argument
A Dtest-math-cxx11.cc90 (void) ilogb; in do_test()
A Dlibm-test-support.c601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
A DVersions65 ilogb; ilogbf; ilogbl;
/math/bits/
A Dmathcalls.h283 __MATHDECL (int,ilogb,, (_Mdouble_ __x));

Completed in 14 milliseconds