HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 101 - 125 of 503) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/compiler-rt/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)))
  /external/icu4c/test/intltest/
dtfmtrtts.h 70 //while(TPlatformUtilities::isInfinite(a) || TPlatformUtilities::isNaN(a))
  /external/llvm/lib/Support/
Android.mk 32 IsNAN.cpp \
CMakeLists.txt 34 IsNAN.cpp
  /external/skia/include/core/
SkFloatingPoint.h 77 #define sk_float_isnan(x) isnan(x)
  /external/skia/src/animator/
SkAnimatorScript.h 58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
  /external/v8/src/
objects-debug.cc 360 ASSERT(!isnan(value) ||
382 CHECK(year()->IsUndefined() || year()->IsSmi() || year()->IsNaN());
383 CHECK(month()->IsUndefined() || month()->IsSmi() || month()->IsNaN());
384 CHECK(day()->IsUndefined() || day()->IsSmi() || day()->IsNaN());
385 CHECK(weekday()->IsUndefined() || weekday()->IsSmi() || weekday()->IsNaN());
386 CHECK(hour()->IsUndefined() || hour()->IsSmi() || hour()->IsNaN());
387 CHECK(min()->IsUndefined() || min()->IsSmi() || min()->IsNaN());
388 CHECK(sec()->IsUndefined() || sec()->IsSmi() || sec()->IsNaN());
391 cache_stamp()->IsNaN());
  /external/webkit/Source/JavaScriptCore/runtime/
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))
  /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)))

Completed in 1677 milliseconds

1 2 3 45 6 7 8 91011>>