Home
last modified time | relevance | path

Searched refs:llogb (Results 1 – 8 of 8) sorted by relevance

/math/
A Dlibm-test-llogb.inc1 /* 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 Dtest-tgmath.c288 j = llogb (x); in F()
400 j = llogb (y); in F()
925 (F(llogb)) (TYPE x) in F() argument
A DMakefile250 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 Dtgmath.h936 # define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llogb) macro
A Dw_llogb_template.c47 declare_mgen_alias (__llogb, llogb)
A Dtest-tgmath-ret.c62 CHECK_RET_CONST(llogb, long) in CHECK_RET_CONST()
A DVersions227 llogb; llogbf; llogbl;
/math/bits/
A Dmathcalls.h288 __MATHDECL (long int, llogb,, (_Mdouble_ __x));

Completed in 12 milliseconds