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

1 2 3 4 5 6 7 8 9

  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 11 #include <float.h> // DBL_MAX, DBL_MIN
142 // +Inf with DBL_MAX and DBL_MIN
145 maxMinTest(pinf, DBL_MIN, pinf, TRUE);
146 maxMinTest(pinf, -DBL_MIN, pinf, TRUE);
147 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE);
148 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE);
152 // -Inf with DBL_MAX and DBL_MIN
155 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 81 #define DBL_MIN 2.2250738585072014E-308
96 #define LDBL_MIN DBL_MIN
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
limits.h 93 #define DBL_MIN 2.2250738585072014E-308
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
limits.h 88 #define DBL_MIN 2.2250738585072014E-308
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
values.h 56 #define MINDOUBLE DBL_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
values.h 56 #define MINDOUBLE DBL_MIN
  /development/ndk/platforms/android-21/include/sys/
limits.h 95 # define DBL_MIN __DBL_MIN
103 # define DBL_MIN 2.2250738585072014E-308
  /development/ndk/platforms/android-9/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 122 #undef DBL_MIN
125 #define DBL_MIN __DBL_MIN__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 122 #undef DBL_MIN
125 #define DBL_MIN __DBL_MIN__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 9