HomeSort by relevance Sort by last modified time
    Searched refs:isNaN (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10-1.js 149 this.isNaN = new Function( "return this.value" );
  /libcore/luni/src/test/java/libcore/java/lang/
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...]
OldDoubleTest.java 66 assertFalse("Doesn't return false value", Double.isNaN(new Double(Double.MAX_VALUE)));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 123 assertTrue("Should return Double.NaN", Double.isNaN(Math
192 assertTrue("The result should be NaN.", Double.isNaN(Math.copySign(
214 assertTrue("The result should be NaN.", Double.isNaN(Math.copySign(
264 assertTrue("The result should be NaN.", Float.isNaN(Math.copySign(
285 assertTrue("The result should be NaN.", Float.isNaN(Math.copySign(
322 assertTrue(Double.isNaN(Math.cosh(Double.NaN)));
363 assertTrue("Should return NaN", Double.isNaN(Math.expm1(Double.NaN)));
528 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN,
530 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680,
574 assertTrue(Double.isNaN(Math.log10(Double.NaN)))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
shell.js 584 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
597 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
671 if ( isNaN( t ) ) {
683 if ( isNaN( t ) ){
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_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/webkit/Source/JavaScriptCore/API/tests/
testapi.js 51 if (evalA == b || isNaN(evalA) && typeof evalA == 'number' && isNaN(b) && typeof b == 'number')
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 112 if (!isNaN(slice))
138 if (!isNaN(percentStyleLeft) && Math.abs(percentStyleLeft - percentLeft) < 0.1)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/d2f/
Test_d2f.java 78 assertTrue(Float.isNaN(t.run(Double.NaN)));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2d/
Test_f2d.java 80 assertTrue(Double.isNaN(t.run(Float.NaN)));
  /external/v8/test/mjsunit/
unicode-string-to-number.js 31 assertTrue(isNaN(Number('2\u11372')), "short-string");
45 assertTrue(isNaN(Number(s)), "long-string");
  /libcore/json/src/main/java/org/json/
JSON.java 24 if (Double.isInfinite(d) || Double.isNaN(d)) {
  /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/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))
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fadd/
Test_fadd.java 64 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_float/
Test_add_float.java 76 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_float_2addr/
Test_add_float_2addr.java 76 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 90 assertTrue(Float.isNaN(t.run(Double.NaN)));
  /cts/tools/vm-tests/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 93 assertTrue(Double.isNaN(t.run(Float.NaN)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float/
Test_add_float.java 63 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float_2addr/
Test_add_float_2addr.java 63 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 78 assertTrue(Float.isNaN(t.run(Double.NaN)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 80 assertTrue(Double.isNaN(t.run(Float.NaN)));
  /external/icu4c/i18n/
digitlst.h 282 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);};

Completed in 1190 milliseconds

12 3 4 5 6 7