Home
last modified time | relevance | path

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

123

/glibc-2.36/math/
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),
26 TEST_f_i (ilogb, -2000, 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),
31 TEST_f_i (ilogb, 0x1.ffffffffffffffp1L, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
32 TEST_f_i (ilogb, -0x1.ffffffffffffffp1L, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
35 TEST_f_i (ilogb, min_subnorm_value, MIN_EXP-MANT_DIG, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
[all …]
Dw_ilogb_template.c39 declare_mgen_alias (__ilogb, ilogb)
Dtest-tgmath-ret.c61 CHECK_RET_CONST(ilogb, int) in CHECK_RET_CONST() argument
Dtest-math-cxx11.cc90 (void) ilogb; in do_test()
Dtest-tgmath.c287 i = ilogb (x); in F()
399 i = ilogb (y); in F()
917 (F(ilogb)) (TYPE x) in F() argument
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 \
Dtgmath.h894 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, ilogb) macro
Dlibm-test-support.c601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
DVersions65 ilogb; ilogbf; ilogbl;
/glibc-2.36/sysdeps/ia64/fpu/
Ds_ilogb.S105 GLOBAL_LIBM_ENTRY(ilogb)
206 GLOBAL_LIBM_END(ilogb)
Dgen_import_file_list57 ilogb log1p logb modf nearbyint nextafter nexttoward \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-ilogb.c7 return ilogb (x); in ilogbl()
DMakefile37 jn yn ilogb remquo lrint lround llrint llround nexttowardf \
134 CFLAGS-nldbl-ilogb.c = -fno-builtin-ilogbl
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/
Dw_ilogb_template.c27 declare_mgen_alias (__ilogb, ilogb)
/glibc-2.36/conform/data/
Dtgmath.h-data38 macro ilogb
Dmath.h-data127 function int ilogb (double)
/glibc-2.36/math/bits/
Dmathcalls.h283 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
/glibc-2.36/benchtests/
DMakefile53 ilogb \
/glibc-2.36/manual/
Dmath.texi572 @deftypefun int ilogb (double @var{x})
590 @code{ilogb}, @code{ilogbf}, and @code{ilogbl} functions are from ISO
597 Since integers cannot represent infinity and NaN, @code{ilogb} instead
603 @code{ilogb} returns this value if its argument is @code{0}. The
619 @code{ilogb} returns this value if its argument is @code{NaN}. The
634 proper way to test the result of @code{ilogb} is as follows:
637 i = ilogb (f);
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibm.abilist462 GLIBC_2.35 ilogb F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibm.abilist402 GLIBC_2.32 ilogb F
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/
Dlibm.abilist74 GLIBC_2.0 ilogb F
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/
Dlibm.abilist720 GLIBC_2.4 ilogb F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibm.abilist456 GLIBC_2.29 ilogb F
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dlibm.abilist241 GLIBC_2.21 ilogb F

123