Home
last modified time | relevance | path

Searched refs:FLT_RADIX (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfloat+.h26 #if FLT_RADIX == 2
30 #elif FLT_RADIX == 4
34 #elif FLT_RADIX == 16
H A Disnan.c90 #define IEEE_FLOATING_POINT (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfloat+.h26 #if FLT_RADIX == 2
30 #elif FLT_RADIX == 4
34 #elif FLT_RADIX == 16
H A Disnan.c90 #define IEEE_FLOATING_POINT (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \
/netbsd/sys/sys/
H A Dfloat_ieee754.h74 #define FLT_RADIX __FLT_RADIX__ macro
96 #define FLT_RADIX 2 /* b */
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dfloat.h36 # undef FLT_RADIX
84 #define FLT_RADIX __FLT_RADIX__ macro
/netbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h245 #define FLT_RADIX 2 macro
253 #define FLT_RADIX 16 macro
261 #define FLT_RADIX 2 macro
H A Dstrtod.c933 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 Dpow_d.c31 MPC_ASSERT(FLT_RADIX == 2); in mpc_pow_d()
H A Dpow_ld.c31 MPC_ASSERT(FLT_RADIX == 2); in mpc_pow_ld()
/netbsd/sys/arch/vax/include/
H A Dfloat.h40 #define FLT_RADIX 2 /* b */ macro
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlimits_msvc_win32.h29 #define __FLT_RADIX__ FLT_RADIX
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dcfloat20 FLT_RADIX
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlimits.h54 #define __FLT_RADIX__ FLT_RADIX
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dfloat.h32 #undef FLT_RADIX
33 #define FLT_RADIX __FLT_RADIX__ macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dfloat.h32 #undef FLT_RADIX
33 #define FLT_RADIX __FLT_RADIX__ macro
/netbsd/tests/lib/libm/
H A Dt_scalbn.c167 #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 Dt-double.c38 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2
H A Dt-mpq_double.c51 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_d.c58 printf ("FLT_RADIX = %ld\n", (long) FLT_RADIX); in main()
H A Dtget_d.c283 printf ("FLT_RADIX = %ld\n", (long) FLT_RADIX); in main()
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_d.c366 #if defined(DBL_MANT_DIG) && FLT_RADIX == 2 in mpn_get_d()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h603 #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 Dlibquadmath.texi202 @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 Dlibquadmath.texi202 @item @code{scalblnq}: compute exponent using @code{FLT_RADIX}
203 @item @code{scalbnq}: compute exponent using @code{FLT_RADIX}

12