Searched refs:ilogb (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | libm-test-ilogb.inc | 1 /* 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 D | test-tgmath.c | 287 i = ilogb (x); in F() 399 i = ilogb (y); in F() 917 (F(ilogb)) (TYPE x) in F() argument
|
A D | Makefile | 250 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 D | tgmath.h | 894 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, ilogb) macro
|
A D | w_ilogb_template.c | 39 declare_mgen_alias (__ilogb, ilogb)
|
A D | test-tgmath-ret.c | 61 CHECK_RET_CONST(ilogb, int) in CHECK_RET_CONST() argument
|
A D | test-math-cxx11.cc | 90 (void) ilogb; in do_test()
|
A D | libm-test-support.c | 601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
|
A D | Versions | 65 ilogb; ilogbf; ilogbl;
|
/math/bits/ |
A D | mathcalls.h | 283 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
|
Completed in 14 milliseconds