Searched refs:llogb (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | libm-test-llogb.inc | 1 /* Test llogb. 23 TEST_f_l (llogb, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_f_l (llogb, lit_e, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_l (llogb, 1024, 10, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_l (llogb, 0.5, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 28 TEST_f_l (llogb, -0.5, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 42 /* llogb (0.0) == FP_LLOGB0 plus invalid exception */ 45 /* llogb (qNaN) == FP_LLOGBNAN plus invalid exception */ 50 /* llogb (inf) == LONG_MAX plus invalid exception */ 52 /* llogb (-inf) == LONG_MAX plus invalid exception */ [all …]
|
A D | test-tgmath.c | 288 j = llogb (x); in F() 400 j = llogb (y); in F() 925 (F(llogb)) (TYPE x) in F() argument
|
A D | Makefile | 250 test-fp-ilogb-constants test-fp-llogb-constants \ 300 isunordered iszero llogb llrint llround logb lrint \ 385 fminimum fminimum_mag fminimum_num fminimum_mag_num llogb \
|
A D | tgmath.h | 936 # define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llogb) macro
|
A D | w_llogb_template.c | 47 declare_mgen_alias (__llogb, llogb)
|
A D | test-tgmath-ret.c | 62 CHECK_RET_CONST(llogb, long) in CHECK_RET_CONST()
|
A D | Versions | 227 llogb; llogbf; llogbl;
|
/math/bits/ |
A D | mathcalls.h | 288 __MATHDECL (long int, llogb,, (_Mdouble_ __x));
|
Completed in 12 milliseconds