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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 9 #include <float.h> // DBL_MAX, DBL_MIN
141 // +Inf with DBL_MAX and DBL_MIN
144 maxMinTest(pinf, DBL_MIN, pinf, TRUE);
145 maxMinTest(pinf, -DBL_MIN, pinf, TRUE);
146 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE);
147 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE);
151 // -Inf with DBL_MAX and DBL_MIN
154 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 9 #include <float.h> // DBL_MAX, DBL_MIN
140 // +Inf with DBL_MAX and DBL_MIN
143 maxMinTest(pinf, DBL_MIN, pinf, TRUE);
144 maxMinTest(pinf, -DBL_MIN, pinf, TRUE);
145 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE);
146 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE);
150 // -Inf with DBL_MAX and DBL_MIN
153 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE)
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /external/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp 130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
  /ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
values.h 56 #define MINDOUBLE DBL_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
values.h 56 #define MINDOUBLE DBL_MIN
  /bionic/libc/include/sys/
limits.h 95 # define DBL_MIN __DBL_MIN
103 # define DBL_MIN 2.2250738585072014E-308
  /development/ndk/platforms/android-3/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /development/ndk/platforms/android-L/include/sys/
limits.h 95 # define DBL_MIN __DBL_MIN
103 # define DBL_MIN 2.2250738585072014E-308
  /external/clang/lib/Headers/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp 138 #ifndef DBL_MIN
139 #error DBL_MIN not defined
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
float.h 65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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/4/platforms/android-3/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
limits.h 110 # define DBL_MIN __DBL_MIN
118 # define DBL_MIN 2.2250738585072014E-308

Completed in 716 milliseconds

1 2 3 4 5 6 7