/external/llvm/test/Archive/ |
README.txt | 20 IsNAN.o - a Linux native binary
|
/external/skia/src/core/ |
SkRect.cpp | 89 SkFLOATCODE(int isNaN;) 93 SkFLOATCODE(isNaN = (l != l) | (t != t);) 98 SkFLOATCODE(isNaN |= (x != x) | (y != y);) 105 if (isNaN) {
|
/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/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
shared.rsh | 58 static bool isnan(float f) {
|
/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}.
|
/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...] |
/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/v8/test/mjsunit/ |
external-array.js | 330 assertTrue(isNaN(float32_array[0])); 333 assertTrue(isNaN(float32_array[0])); 337 assertTrue(isNaN(float32_array[0])); 346 assertTrue(isNaN(float64_array[0])); 349 assertTrue(isNaN(float64_array[0])); 353 assertTrue(isNaN(float64_array[0]));
|
/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/jmonkeyengine/engine/src/core/com/jme3/collision/ |
SweepSphere.java | 188 if (!Float.isNaN(newT)){ 298 if (!Float.isNaN(newT)){ 306 if (!Float.isNaN(newT)){ 314 if (!Float.isNaN(newT)){ 322 if (!Float.isNaN(newT)){ 329 if (!Float.isNaN(newT)){ 336 if (!Float.isNaN(newT)){ 373 if (Float.isNaN(t))
|
/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/v8/src/ |
win32-math.h | 54 int isnan(double x);
|
/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)) {
|
/external/webkit/Source/JavaScriptCore/runtime/ |
MathObject.cpp | 176 if (isnan(val)) { 192 if (isnan(val)) { 209 if (isnan(arg2))
|
/bionic/libm/src/ |
s_isnan.c | 36 (isnan)(double d) function
|