HomeSort by relevance Sort by last modified time
    Searched refs:FLT_MAX_EXP (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /bionic/tests/
float_test.cpp 91 #if !defined(FLT_MAX_EXP)
92 #error FLT_MAX_EXP
  /external/clang/test/Headers/
float.c 144 #ifndef FLT_MAX_EXP
145 #error "Mandatory macro FLT_MAX_EXP is missing."
146 #elif FLT_MAX_EXP < 1
147 #error "Mandatory macro FLT_MAX_EXP is invalid."
159 #if ((FLT_MAX_EXP > DBL_MAX_EXP) || (DBL_MAX_EXP > LDBL_MAX_EXP))
213 _Static_assert(FLT_MAX_EXP == __FLT_MAX_EXP__, "");
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
  /bionic/tests/headers/posix/
float_h.c 52 MACRO(FLT_MAX_EXP);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 72 #define FLT_MAX_EXP 128 /* emax */
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent.pass.cpp 50 test<float, FLT_MAX_EXP>();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
values.h 61 #define FMAXEXP FLT_MAX_EXP
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent.pass.cpp 50 test<float, FLT_MAX_EXP>();
  /external/mesa3d/include/
c99_math.h 139 #ifndef FLT_MAX_EXP
140 #define FLT_MAX_EXP 128
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 81 #undef FLT_MAX_EXP
84 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 81 #undef FLT_MAX_EXP
84 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 52 # undef FLT_MAX_EXP
98 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 52 # undef FLT_MAX_EXP
98 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /external/clang/lib/Headers/
float.h 54 # undef FLT_MAX_EXP
105 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 54 # undef FLT_MAX_EXP
105 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 54 # undef FLT_MAX_EXP
105 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 57 # undef FLT_MAX_EXP
108 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 57 # undef FLT_MAX_EXP
108 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 57 # undef FLT_MAX_EXP
108 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 66 # undef FLT_MAX_EXP
117 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 66 # undef FLT_MAX_EXP
117 #define FLT_MAX_EXP __FLT_MAX_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
float.h 66 # undef FLT_MAX_EXP
117 #define FLT_MAX_EXP __FLT_MAX_EXP__

Completed in 625 milliseconds

1 2 3 4 5