HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 51 - 75 of 398) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebKitPointConstructor.cpp 55 if (isnan(x))
60 if (isnan(y))
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 115 assertTrue("Should return Double.NaN", Double.isNaN(Math
161 assertTrue(Double.isNaN(Math.cosh(Double.NaN)));
196 assertTrue("Should return NaN", Double.isNaN(Math.expm1(Double.NaN)));
249 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN,
251 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680,
286 assertTrue(Double.isNaN(Math.log10(Double.NaN)));
287 assertTrue(Double.isNaN(Math.log10(-2541.05745687234187532)));
288 assertTrue(Double.isNaN(Math.log10(-0.1)));
305 assertTrue("Should return NaN", Double.isNaN(Math.log1p(Double.NaN)));
306 assertTrue("Should return NaN", Double.isNaN(Math.log1p(-32.0482175)))
    [all...]
OldAndroidStrictMathTest.java 95 assertTrue("Should return Double.NaN", Double.isNaN(StrictMath
150 assertTrue("Should return NaN", Double.isNaN(StrictMath
190 assertTrue("Should return NaN", Double.isNaN(StrictMath.expm1(Double.NaN)));
245 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(Double.NaN,
247 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(-345.2680,
286 assertTrue("Should return NaN", Double.isNaN(StrictMath
288 assertTrue("Should return NaN", Double.isNaN(StrictMath
317 assertTrue("Should return NaN", Double.isNaN(StrictMath
319 assertTrue("Should return NaN", Double.isNaN(StrictMath
437 assertTrue("Failed to round properly - NaN", Double.isNaN(StrictMat
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 146 isnan
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 106 isnan
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addServer.html 18 if (isNaN(portValue)) {
  /external/llvm/test/Archive/
README.txt 20 IsNAN.o - a Linux native binary
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-008.js 39 if ( Math.floor(value) != value || isNaN(value) ) {
try-001.js 45 if ( Math.floor(value) != value || isNaN(value) ) {
  /frameworks/compile/libbcc/runtime/lib/ppc/
divtc3.c 53 if (isnan(real.s.hi) && isnan(imag.s.hi))
59 if ((rDD.s.hi == 0.0) && (!isnan(aDD.s.hi) || !isnan(bDD.s.hi)))
  /libcore/json/src/main/java/org/json/
JSONException.java 27 * Double#isNaN() NaNs} or {@link Double#isInfinite() infinities}.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 541 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
554 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
628 if ( isNaN( t ) ) {
640 if ( isNaN( t ) ){
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 502 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
515 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
589 if ( isNaN( t ) ) {
601 if ( isNaN( t ) ){
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
shell.js 533 if ( isNaN(hour) || isNaN(min) || isNaN(sec) || isNaN(ms) ){return Number.NaN;}
546 if ( isNaN(year) || isNaN(month) || isNaN(date)) {return Number.NaN;}
627 if ( isNaN( t )) {return ( Number.NaN);}
638 if ( isNaN( t )) {return ( Number.NaN);}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 130 assertTrue("Should return Double.NaN", Double.isNaN(StrictMath
195 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
217 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
260 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
281 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
323 assertTrue("Should return NaN", Double.isNaN(StrictMath
369 assertTrue("Should return NaN", Double.isNaN(StrictMath.expm1(Double.NaN)));
471 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(Double.NaN,
473 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(-345.2680,
521 assertTrue("Should return NaN", Double.isNaN(StrictMat
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 53 if (typeof(_expected) == "number" && isNaN(_expected))
54 return typeof(_actual) == "number" && isNaN(_actual);
  /external/webkit/LayoutTests/http/tests/appcache/
dynamic-entries-no-cache.html-disabled 21 if (typeof(_expected) == "number" && isNaN(_expected))
22 return typeof(_actual) == "number" && isNaN(_actual);
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.js 35 if (evalA == b || isNaN(evalA) && typeof evalA == 'number' && isNaN(b) && typeof b == 'number')
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
menuhead.html 111 if (isNaN(pct))
119 if (isNaN(pct))
  /external/webkit/Source/WebCore/xml/
XPathValue.cpp 79 return m_number != 0 && !isnan(m_number);
128 if (isnan(m_number))
  /external/llvm/lib/Support/
CMakeLists.txt 29 IsNAN.cpp
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 100 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){
137 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){
215 if(smon>12||sdy>31||smon<=0||sdy<=0||(isNaN(smon)==true)||(isNaN(sdy)==true)||(isNaN(syr)==true)){
220 if(emon>12||edy>31||emon<=0||edy<=0||(isNaN(emon)==true)||(isNaN(edy)==true)||(isNaN(eyr)==true))
    [all...]
  /libcore/luni/src/main/java/java/lang/
Double.java 257 public boolean isNaN() {
258 return isNaN(value);
270 public static boolean isNaN(double d) {
364 if (isNaN(double1)) {
365 if (isNaN(double2)) {
369 } else if (isNaN(double2)) {
Float.java 266 public boolean isNaN() {
267 return isNaN(value);
279 public static boolean isNaN(float f) {
370 if (isNaN(float1)) {
371 if (isNaN(float2)) {
375 } else if (isNaN(float2)) {

Completed in 481 milliseconds

1 23 4 5 6 7 8 91011>>