/external/v8/test/mjsunit/ |
mjsunit.js | 128 if (typeof a == "number" && typeof b == "number" && isNaN(a) && isNaN(b)) { 197 if (!isNaN(value)) {
|
mirror-number.js | 53 if (!isNaN(n)) {
|
div-mod.js | 96 if (isNaN(dividend) || isNaN(divisor) || divisor == 0) { return NaN; }
|
/external/webkit/Source/JavaScriptCore/runtime/ |
MathObject.cpp | 176 if (isnan(val)) { 192 if (isnan(val)) { 209 if (isnan(arg2))
|
NumberPrototype.cpp | 113 if (isnan(x) || isinf(x)) 152 ASSERT(!isnan(x) && !isinf(x)); 187 if (isnan(x) || isinf(x)) 244 if (isnan(x) || isinf(x))
|
/bionic/libm/src/ |
s_isnan.c | 36 (isnan)(double d) function
|
/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/icu4c/test/intltest/ |
dtfmtrtts.h | 70 //while(TPlatformUtilities::isInfinite(a) || TPlatformUtilities::isNaN(a))
|
/external/llvm/lib/Support/ |
Android.mk | 28 IsNAN.cpp \
|
/external/skia/src/animator/ |
SkAnimatorScript.h | 66 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
|
/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 ) ){
|
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLOptionsCollectionCustom.cpp | 50 if (!isnan(lengthValue) && !isinf(lengthValue)) {
|
/external/webkit/Source/WebCore/html/canvas/ |
IntegralTypedArrayBase.h | 46 if (isnan(value)) // Clamp NaN to 0
|
/external/webkit/Source/WebCore/webaudio/ |
AudioParam.cpp | 43 if (!isnan(value) && !isinf(value))
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
divdc3_test.c | 32 if (isnan(creal(x)) && isnan(cimag(x))) 34 if (isnan(creal(x))) 40 if (isnan(cimag(x)))
|
divsc3_test.c | 32 if (isnan(crealf(x)) && isnan(cimagf(x))) 34 if (isnan(crealf(x))) 40 if (isnan(cimagf(x)))
|
divtc3_test.c | 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 43 if (isnan(cimagl(x)))
|
divxc3_test.c | 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 43 if (isnan(cimagl(x)))
|
muldc3_test.c | 32 if (isnan(creal(x)) && isnan(cimag(x))) 34 if (isnan(creal(x))) 40 if (isnan(cimag(x)))
|
mulsc3_test.c | 32 if (isnan(crealf(x)) && isnan(cimagf(x))) 34 if (isnan(crealf(x))) 40 if (isnan(cimagf(x)))
|
multc3_test.c | 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 43 if (isnan(cimagl(x)))
|
mulxc3_test.c | 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 43 if (isnan(cimagl(x)))
|
/libcore/json/src/main/java/org/json/ |
JSON.java | 24 if (Double.isInfinite(d) || Double.isNaN(d)) {
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
cookies-test-pre.js | 61 if (typeof(_expected) == "number" && isNaN(_expected)) 62 return typeof(_actual) == "number" && isNaN(_actual);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.7-3.js | 121 if ( isNaN( position ) ) { 156 if ( isNaN(n) ) {
|