Searched refs:FLT_MAX_EXP (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/vax/include/
H A Dfloat.h64 #define FLT_MAX_EXP 127 /* emax */ macro
/netbsd-current/sys/sys/
H A Dfloat_ieee754.h82 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
102 #define FLT_MAX_EXP 128 /* emax */
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dfloat.h52 # undef FLT_MAX_EXP macro
106 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
H A Dopencl-c-base.h200 #define FLT_MAX_EXP +128 macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlimits_msvc_win32.h32 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Disnan.c65 # define MAX_EXP FLT_MAX_EXP
91 && FLT_MIN_EXP == -125 && FLT_MAX_EXP == 128)
H A Dfloat+.h41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Disnan.c65 # define MAX_EXP FLT_MAX_EXP
91 && FLT_MIN_EXP == -125 && FLT_MAX_EXP == 128)
H A Dfloat+.h41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlimits.h57 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dfloat.h78 #undef FLT_MAX_EXP macro
81 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/netbsd-current/lib/libm/complex/
H A Dcatrigf.c337 #define BIAS (FLT_MAX_EXP - 1)
343 if (ix <= (BIAS + FLT_MAX_EXP / 2 - CUTOFF) << 23)
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dfloat.h78 #undef FLT_MAX_EXP macro
81 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.c242 #define FLT_MAX_EXP ((1 << FLT_DIG_EXP) - 1) macro
243 #define FLT_EXP_BIAS (FLT_MAX_EXP >> 1)
258 uint8_t expo_biased = val16 & FLT_MAX_EXP;
269 if (expo_biased >= FLT_MAX_EXP)
275 else if (expo_biased < FLT_MAX_EXP)
320 else if (c_expo >= FLT_MAX_EXP || f7_class_inf (a_class))
323 expo8 = FLT_MAX_EXP;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.c242 #define FLT_MAX_EXP ((1 << FLT_DIG_EXP) - 1) macro
243 #define FLT_EXP_BIAS (FLT_MAX_EXP >> 1)
258 uint8_t expo_biased = val16 & FLT_MAX_EXP;
269 if (expo_biased >= FLT_MAX_EXP)
275 else if (expo_biased < FLT_MAX_EXP)
320 else if (c_expo >= FLT_MAX_EXP || f7_class_inf (a_class))
323 expo8 = FLT_MAX_EXP;
/netbsd-current/tests/lib/libm/
H A Dt_hypot.c513 s < FLT_MAX_EXP - FLT_MANT_DIG;
514 s += (FLT_MAX_EXP - FLT_MANT_DIG - FLT_MIN_EXP)/5) {
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlb1sf68.S2548 FLT_MAX_EXP = F_MAX_EXP - F_BIAS define
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dlb1sf68.S2557 FLT_MAX_EXP = F_MAX_EXP - F_BIAS define

Completed in 198 milliseconds