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

  /src/sys/arch/vax/include/
float.h 40 #define FLT_RADIX 2 /* b */
  /src/sys/sys/
float_ieee754.h 74 #define FLT_RADIX __FLT_RADIX__
96 #define FLT_RADIX 2 /* b */
  /src/external/apache2/llvm/dist/clang/lib/Headers/
float.h 36 # undef FLT_RADIX
84 #define FLT_RADIX __FLT_RADIX__
opencl-c-base.h 203 #define FLT_RADIX 2
  /src/lib/libc/gdtoa/
gdtoaimp.h 119 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
245 #define FLT_RADIX 2
253 #define FLT_RADIX 16
261 #define FLT_RADIX 2
338 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
339 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
  /src/external/gpl3/gcc/dist/gcc/ginclude/
float.h 32 #undef FLT_RADIX
33 #define FLT_RADIX __FLT_RADIX__
35 /* Number of base-FLT_RADIX digits in the significand, p. */
57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */
514 /* Number of base-FLT_RADIX digits in the significand, p. */
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
float.h 32 #undef FLT_RADIX
33 #define FLT_RADIX __FLT_RADIX__
35 /* Number of base-FLT_RADIX digits in the significand, p. */
57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */
513 /* Number of base-FLT_RADIX digits in the significand, p. */

Completed in 33 milliseconds