HomeSort by: relevance | last modified time | path
    Searched defs:FLT_MAX_EXP (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/vax/include/
float.h 64 #define FLT_MAX_EXP 127 /* emax */
  /src/sys/sys/
float_ieee754.h 82 #define FLT_MAX_EXP __FLT_MAX_EXP__
102 #define FLT_MAX_EXP 128 /* emax */
  /src/external/apache2/llvm/dist/clang/lib/Headers/
float.h 52 # undef FLT_MAX_EXP
106 #define FLT_MAX_EXP __FLT_MAX_EXP__
opencl-c-base.h 200 #define FLT_MAX_EXP +128
  /src/external/gpl3/gcc/dist/gcc/ginclude/
float.h 78 #undef FLT_MAX_EXP
81 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 242 #define FLT_MAX_EXP ((1 << FLT_DIG_EXP) - 1)
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;
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
float.h 78 #undef FLT_MAX_EXP
81 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 242 #define FLT_MAX_EXP ((1 << FLT_DIG_EXP) - 1)
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;
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 2558 FLT_MAX_EXP = F_MAX_EXP - F_BIAS
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 2557 FLT_MAX_EXP = F_MAX_EXP - F_BIAS

Completed in 35 milliseconds