Searched refs:ilogb (Results 1 – 25 of 64) sorted by relevance
123
/glibc-2.36/math/ |
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), 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 …]
|
D | w_ilogb_template.c | 39 declare_mgen_alias (__ilogb, ilogb)
|
D | test-tgmath-ret.c | 61 CHECK_RET_CONST(ilogb, int) in CHECK_RET_CONST() argument
|
D | test-math-cxx11.cc | 90 (void) ilogb; in do_test()
|
D | test-tgmath.c | 287 i = ilogb (x); in F() 399 i = ilogb (y); in F() 917 (F(ilogb)) (TYPE x) in F() argument
|
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 \
|
D | tgmath.h | 894 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, ilogb) macro
|
D | libm-test-support.c | 601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
|
D | Versions | 65 ilogb; ilogbf; ilogbl;
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_ilogb.S | 105 GLOBAL_LIBM_ENTRY(ilogb) 206 GLOBAL_LIBM_END(ilogb)
|
D | gen_import_file_list | 57 ilogb log1p logb modf nearbyint nextafter nexttoward \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-ilogb.c | 7 return ilogb (x); in ilogbl()
|
D | Makefile | 37 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/ |
D | w_ilogb_template.c | 27 declare_mgen_alias (__ilogb, ilogb)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 38 macro ilogb
|
D | math.h-data | 127 function int ilogb (double)
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 283 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
|
/glibc-2.36/benchtests/ |
D | Makefile | 53 ilogb \
|
/glibc-2.36/manual/ |
D | math.texi | 572 @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/ |
D | libm.abilist | 462 GLIBC_2.35 ilogb F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libm.abilist | 402 GLIBC_2.32 ilogb F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/ |
D | libm.abilist | 74 GLIBC_2.0 ilogb F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libm.abilist | 720 GLIBC_2.4 ilogb F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libm.abilist | 456 GLIBC_2.29 ilogb F
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | libm.abilist | 241 GLIBC_2.21 ilogb F
|
123