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

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/Include/x86/
float.h 28 #define LDBL_MAX_10_EXP 4932
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
float.h 43 #define LDBL_MAX_10_EXP 4932
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
float.h 15 #define LDBL_MAX_10_EXP 4932
  /bionic/tests/
float_test.cpp 106 #if !defined(LDBL_MAX_10_EXP)
107 #error LDBL_MAX_10_EXP
  /external/clang/test/Headers/
float.c 174 #ifndef LDBL_MAX_10_EXP
175 #error "Mandatory macro LDBL_MAX_10_EXP is missing."
176 #elif LDBL_MAX_10_EXP < 37
177 #error "Mandatory macro LDBL_MAX_10_EXP is invalid."
179 #if ((FLT_MAX_10_EXP > DBL_MAX_10_EXP) || (DBL_MAX_10_EXP > LDBL_MAX_10_EXP))
219 _Static_assert(LDBL_MAX_10_EXP == __LDBL_MAX_10_EXP__, "");
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 98 #ifndef LDBL_MAX_10_EXP
99 #error LDBL_MAX_10_EXP not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 98 #ifndef LDBL_MAX_10_EXP
99 #error LDBL_MAX_10_EXP not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 98 #ifndef LDBL_MAX_10_EXP
99 #error LDBL_MAX_10_EXP not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 98 #ifndef LDBL_MAX_10_EXP
99 #error LDBL_MAX_10_EXP not defined
  /bionic/tests/headers/posix/
float_h.c 57 MACRO(LDBL_MAX_10_EXP);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 100 #define LDBL_MAX_10_EXP DBL_MAX_10_EXP
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent10.pass.cpp 52 test<long double, LDBL_MAX_10_EXP>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent10.pass.cpp 52 test<long double, LDBL_MAX_10_EXP>();
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 95 #undef LDBL_MAX_10_EXP
98 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 95 #undef LDBL_MAX_10_EXP
98 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 57 # undef LDBL_MAX_10_EXP
104 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 57 # undef LDBL_MAX_10_EXP
104 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /external/clang/lib/Headers/
float.h 59 # undef LDBL_MAX_10_EXP
111 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 59 # undef LDBL_MAX_10_EXP
111 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 59 # undef LDBL_MAX_10_EXP
111 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 62 # undef LDBL_MAX_10_EXP
114 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 62 # undef LDBL_MAX_10_EXP
114 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 62 # undef LDBL_MAX_10_EXP
114 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 71 # undef LDBL_MAX_10_EXP
123 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 71 # undef LDBL_MAX_10_EXP
123 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__

Completed in 1063 milliseconds

1 2 3 4