/netbsd/external/gpl3/gdb/dist/gnulib/import/ |
H A D | float+.h | 26 #if FLT_RADIX == 2 30 #elif FLT_RADIX == 4 34 #elif FLT_RADIX == 16
|
H A D | isnan.c | 90 #define IEEE_FLOATING_POINT (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \
|
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/ |
H A D | float+.h | 26 #if FLT_RADIX == 2 30 #elif FLT_RADIX == 4 34 #elif FLT_RADIX == 16
|
H A D | isnan.c | 90 #define IEEE_FLOATING_POINT (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \
|
/netbsd/sys/sys/ |
H A D | float_ieee754.h | 74 #define FLT_RADIX __FLT_RADIX__ macro 96 #define FLT_RADIX 2 /* b */
|
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | float.h | 36 # undef FLT_RADIX 84 #define FLT_RADIX __FLT_RADIX__ macro
|
/netbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 245 #define FLT_RADIX 2 macro 253 #define FLT_RADIX 16 macro 261 #define FLT_RADIX 2 macro
|
H A D | strtod.c | 933 if (aadj < 2./FLT_RADIX) 934 aadj = 1./FLT_RADIX; 1051 else if (aadj < .4999999/FLT_RADIX)
|
/netbsd/external/lgpl3/mpc/dist/src/ |
H A D | pow_d.c | 31 MPC_ASSERT(FLT_RADIX == 2); in mpc_pow_d()
|
H A D | pow_ld.c | 31 MPC_ASSERT(FLT_RADIX == 2); in mpc_pow_ld()
|
/netbsd/sys/arch/vax/include/ |
H A D | float.h | 40 #define FLT_RADIX 2 /* b */ macro
|
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
H A D | limits_msvc_win32.h | 29 #define __FLT_RADIX__ FLT_RADIX
|
/netbsd/external/apache2/llvm/dist/libcxx/include/ |
H A D | cfloat | 20 FLT_RADIX
|
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
H A D | limits.h | 54 #define __FLT_RADIX__ FLT_RADIX
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | float.h | 32 #undef FLT_RADIX 33 #define FLT_RADIX __FLT_RADIX__ macro
|
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | float.h | 32 #undef FLT_RADIX 33 #define FLT_RADIX __FLT_RADIX__ macro
|
/netbsd/tests/lib/libm/ |
H A D | t_scalbn.c | 167 #if FLT_RADIX == 2 in ATF_TC_BODY() 312 #if FLT_RADIX == 2 in ATF_TC_BODY()
|
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/ |
H A D | t-double.c | 38 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2
|
H A D | t-mpq_double.c | 51 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2
|
/netbsd/external/lgpl3/mpfr/dist/tests/ |
H A D | tset_d.c | 58 printf ("FLT_RADIX = %ld\n", (long) FLT_RADIX); in main()
|
H A D | tget_d.c | 283 printf ("FLT_RADIX = %ld\n", (long) FLT_RADIX); in main()
|
/netbsd/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | get_d.c | 366 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2 in mpn_get_d()
|
/netbsd/external/lgpl3/mpfr/dist/src/ |
H A D | mpfr-impl.h | 603 #if !defined(MPFR_DOUBLE_SPEC) && defined(FLT_RADIX) && \ 605 # if FLT_RADIX == 2 && DBL_MANT_DIG == 53 && \ 727 #if defined (FLT_RADIX) 729 #if defined(LDBL_MANT_DIG) && FLT_RADIX == 2
|
/netbsd/external/gpl3/gcc.old/dist/libquadmath/ |
H A D | libquadmath.texi | 202 @item @code{scalblnq}: compute exponent using @code{FLT_RADIX} 203 @item @code{scalbnq}: compute exponent using @code{FLT_RADIX}
|
/netbsd/external/gpl3/gcc/dist/libquadmath/ |
H A D | libquadmath.texi | 202 @item @code{scalblnq}: compute exponent using @code{FLT_RADIX} 203 @item @code{scalbnq}: compute exponent using @code{FLT_RADIX}
|