HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 226 - 250 of 919) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 65 "isNaN": "['length', 'name']",
113 "isNaN",
  /external/chromium_org/v8/test/webkit/resources/
standalone-pre.js 83 if (typeof(_expected) == "number" && isNaN(_expected))
84 return typeof(_actual) == "number" && isNaN(_actual);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_float.pass.cpp 157 assert(std::isnan(v));
169 assert(std::isnan(v));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stod.pass.cpp 94 assert(std::isnan(std::stod("NAN", &idx)));
104 assert(std::isnan(std::stod(L"NAN", &idx)));
stof.pass.cpp 98 assert(std::isnan(std::stof("NAN", &idx)));
108 assert(std::isnan(std::stof(L"NAN", &idx)));
stold.pass.cpp 96 assert(std::isnan(std::stold("NAN", &idx)));
106 assert(std::isnan(std::stold(L"NAN", &idx)));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
ieee754.txt 36 The math module's ``isnan`` and ``isinf`` functions can be used to detect INF
38 >>> isinf(INF), isinf(NINF), isnan(NAN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
ieee754.txt 36 The math module's ``isnan`` and ``isinf`` functions can be used to detect INF
38 >>> isinf(INF), isinf(NINF), isnan(NAN)
  /bionic/libm/include/
math.h 96 #define isnan(x) \ macro
98 : (sizeof (x) == sizeof (double)) ? isnan(x) \
119 #define isunordered(x, y) (isnan(x) || isnan(y))
231 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-3/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 167 //n1Num = Double.isNaN(d) ? 0.0 : d;
169 //n2Num = Double.isNaN(d) ? 0.0 : d;
179 if (Double.isNaN(n1Num))
181 if (Double.isNaN(n2Num))
186 else if (Double.isNaN(n2Num))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp 215 if (std::isnan(duration) || std::isinf(duration) || !duration || std::isnan(currentTime))
221 if (std::isnan(start) || std::isnan(end) || start > currentTime || end < currentTime)
280 if (std::isnan(volume) || volume < 0)
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators-expected.txt 126 PASS isNaN('a'-3) is true
137 PASS isNaN('x' / 1) is true
138 PASS isNaN(1 / NaN) is true
139 PASS isNaN(Infinity / Infinity) is true
146 PASS isNaN(0/0) is true
operators.js 245 shouldBe("isNaN('a'-3)", "true");
261 shouldBeTrue("isNaN('x' / 1)");
262 shouldBeTrue("isNaN(1 / NaN)");
263 shouldBeTrue("isNaN(Infinity / Infinity)");
270 shouldBeTrue("isNaN(0/0)");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 91011>>