Searched refs:FP_ILOGB0 (Results 1 – 22 of 22) sorted by relevance
/glibc-2.36/math/ |
D | test-fp-ilogb-constants.c | 22 #if FP_ILOGB0 >= 0 26 #if FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX
|
D | tst-definitions.c | 28 if (FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX) in do_test()
|
D | w_llogb_template.c | 30 if (__glibc_unlikely (r == FP_ILOGB0) in M_DECL_FUNC() 35 if (r == FP_ILOGB0) in M_DECL_FUNC()
|
D | libm-test-ilogb.inc | 42 /* ilogb (0.0) == FP_ILOGB0 plus invalid exception */ 43 TEST_f_i (ilogb, 0.0, FP_ILOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM), 44 TEST_f_i (ilogb, -0.0, FP_ILOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
|
D | w_ilogb_template.c | 30 if (__builtin_expect (r == FP_ILOGB0, 0) in M_DECL_FUNC()
|
D | test-fp-llogb-constants.c | 38 #if (FP_ILOGB0 == INT_MIN) != (FP_LLOGB0 == LONG_MIN)
|
D | math.h | 207 # define FP_ILOGB0 (-2147483647 - 1) macro 209 # define FP_ILOGB0 (-2147483647) macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/ |
D | w_llogb_template.c | 19 if (__glibc_unlikely (r == FP_ILOGB0) in M_DECL_FUNC() 24 if (r == FP_ILOGB0) in M_DECL_FUNC()
|
D | w_ilogb_template.c | 18 if (__builtin_expect (r == FP_ILOGB0, 0) in M_DECL_FUNC()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | e_ilogbf.c | 31 return FP_ILOGB0; /* ilogb(0) = FP_ILOGB0 */ in __ieee754_ilogbf()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | e_ilogbl.c | 39 return FP_ILOGB0; /* ilogbl(0) = FP_ILOGB0 */ in __ieee754_ilogbl()
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | e_ilogb.c | 41 return FP_ILOGB0; in s()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_ilogb.c | 39 return FP_ILOGB0; /* ilogb(0) = FP_ILOGB0 */ in __ieee754_ilogb()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | e_ilogbl.c | 43 return FP_ILOGB0; /* ilogbl(0) = FP_ILOGB0 */ in __ieee754_ilogbl()
|
/glibc-2.36/conform/data/ |
D | math.h-data | 57 macro-int-constant FP_ILOGB0
|
/glibc-2.36/manual/ |
D | math.texi | 601 @deftypevr Macro int FP_ILOGB0 638 if (i == FP_ILOGB0 || i == FP_ILOGBNAN)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 3621 * sysdeps/sparc/fpu/bits/mathdef.h (FP_ILOGB0, FP_ILOGBNAN): New. 4326 * sysdeps/powerpc/bits/mathdef.h: Add FP_ILOGB0, FP_ILOGBNAN. 6054 * sysdeps/m68k/fpu/bits/mathdef.h (FP_ILOGB0): Correct value. 6764 * sysdeps/m68k/fpu/mathbits.h (FP_ILOGB0, FP_ILOGBNAN): Define. 7617 * sysdeps/generic/mathbits.h: Define FP_ILOGB0 and FP_ILOGBNAN.
|
D | ChangeLog.18 | 13831 [__USE_ISOC99] (FP_ILOGB0): Define based on __FP_LOGB0_IS_MIN. 13833 * bits/mathdef.h (FP_ILOGB0): Remove. 13835 * sysdeps/aarch64/bits/mathdef.h (FP_ILOGB0): Likewise. 13837 * sysdeps/alpha/bits/mathdef.h (FP_ILOGB0): Likewise. 13839 * sysdeps/ia64/bits/mathdef.h (FP_ILOGB0): Likewise. 13841 * sysdeps/m68k/m680x0/bits/mathdef.h (FP_ILOGB0): Likewise. 13843 * sysdeps/mips/bits/mathdef.h (FP_ILOGB0): Likewise. 13845 * sysdeps/powerpc/bits/mathdef.h (FP_ILOGB0): Likewise. 13847 * sysdeps/s390/bits/mathdef.h (FP_ILOGB0): Likewise. 13849 * sysdeps/sparc/bits/mathdef.h (FP_ILOGB0): Likewise. [all …]
|
D | ChangeLog.8 | 10292 * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
|
D | ChangeLog.11 | 3443 * sysdeps/alpha/fpu/bits/mathdef.h: Make FP_ILOGB0 and FP_ILOGBNAN
|
/glibc-2.36/ |
D | NEWS | 3852 [20859] math: [sh4] FP_ILOGB0 invalid
|
/glibc-2.36/posix/ |
D | tst-regex.input | 10292 * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
|