HomeSort by relevance Sort by last modified time
    Searched defs:FLT_RADIX (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 64 #define FLT_RADIX 2 /* b */
  /external/clang/lib/Headers/
float.h 38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__
opencl-c.h 186 #define FLT_RADIX 2
    [all...]
  /external/harfbuzz_ng/util/
options.hh 690 #ifndef FLT_RADIX
691 #define FLT_RADIX 2
696 return x * (pow ((long double) FLT_RADIX, exp));
701 return x * (pow ((float) FLT_RADIX, exp));
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 118 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
223 #define FLT_RADIX 2
231 #define FLT_RADIX 16
239 #define FLT_RADIX 2
303 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
304 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 120 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
230 #define FLT_RADIX 2
305 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
306 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
  /external/python/cpython2/Lib/plat-beos5/
IN.py 76 FLT_RADIX = 2

Completed in 232 milliseconds