Searched
full:isnan (Results
251 -
275 of
503) sorted by null
<<11121314151617181920>>
/external/libvpx/examples/includes/geshi/geshi/ |
delphi.php | 188 'InternalRateOfReturn', 'IsInfinite', 'IsNan', 'IsZero', 'Ldexp', 'LnXP1',
|
inno.php | 93 'InputQuery', 'Int', 'IntToHex', 'IntToStr', 'IOResult', 'IsInfinite', 'IsLeapYear', 'IsMultiThread', 'IsNaN',
|
/external/v8/src/ |
double.h | 133 bool IsNan() const {
|
/external/v8/test/mjsunit/ |
string-add.js | 127 assertTrue(isNaN(void 0 + void 0), "vv");
|
/external/webkit/Source/JavaScriptCore/API/ |
JSValueRef.cpp | 219 if (isnan(value))
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.36-4.js | 196 var T = ( isNaN(t) ) ? 0 : LocalTime(t) ;
|
15.9.5.36-5.js | 183 var T = ( isNaN(t) ) ? 0 : LocalTime(t) ;
|
15.9.5.36-6.js | 170 var T = ( isNaN(t) ) ? 0 : LocalTime(t) ;
|
15.9.5.36-7.js | 155 var T = ( isNaN(t) ) ? 0 : LocalTime(t) ;
|
/external/webkit/Source/WebCore/platform/audio/ |
Reverb.cpp | 76 if (isinf(power) || isnan(power) || power < MinPower)
|
/external/webkit/Source/WebCore/webaudio/ |
AudioPannerNode.cpp | 45 if (isnan(x) || isinf(x))
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
ChoiceFormatTest.java | 337 assertTrue("Not NaN", Double.isNaN(ChoiceFormat.nextDouble(Double.NaN))); 369 assertTrue("Incorrect result", Double.isNaN(f1.parse("12one", pos) 387 assertTrue("Not NaN", Double.isNaN(ChoiceFormat
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 234 boolean singleTest = Double.isNaN(error); 582 if (!Double.isNaN(error)) value += Math.abs(error); 592 if (!Double.isNaN(error)) value += Math.abs(error);
|
/external/llvm/device/include/llvm/Config/ |
config.h | 182 /* Set to 1 if the isnan function is found in <cmath> */ 185 /* Set to 1 if the isnan function is found in <math.h> */ 361 /* Set to 1 if the std::isnan function is found in <cmath> */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 182 /* Set to 1 if the isnan function is found in <cmath> */ 185 /* Set to 1 if the isnan function is found in <math.h> */ 357 /* Set to 1 if the std::isnan function is found in <cmath> */
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 181 /* Set to 1 if the isnan function is found in <cmath> */ 184 /* Set to 1 if the isnan function is found in <math.h> */ 366 /* Set to 1 if the std::isnan function is found in <cmath> */
|
config.h.in | 182 /* Set to 1 if the isnan function is found in <cmath> */ 185 /* Set to 1 if the isnan function is found in <math.h> */ 367 /* Set to 1 if the std::isnan function is found in <cmath> */
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 407 /// Platform-independent wrappers for the C99 isnan() function. 408 int IsNAN(float f); 409 int IsNAN(double d);
|
/external/webkit/Source/WebCore/xml/ |
XPathFunctions.cpp | 504 if (isnan(doublePos)) 511 if (isnan(doubleLen)) 661 if (!isnan(val) && !isinf(val)) {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
DoubleTest.java | 367 * @tests java.lang.Double#isNaN() 370 // Test for method boolean java.lang.Double.isNaN() 372 assertTrue("NAN returned false", d.isNaN()); 374 assertTrue("Non NAN returned true", !d.isNaN()); 378 * @tests java.lang.Double#isNaN(double) 381 // Test for method boolean java.lang.Double.isNaN(double) 384 assertTrue("NAN check failed", Double.isNaN(d.doubleValue())); [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.c | [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector3f.java | 866 if (Float.isNaN(vector.x) ||
867 Float.isNaN(vector.y) ||
868 Float.isNaN(vector.z)) return false;
[all...] |
/external/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 59 inline bool IsNaN(double value) { 651 EXPECT_TRUE(IsNaN(message.repeated_double(11))); 652 EXPECT_TRUE(IsNaN(message.repeated_double(12))); [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
DateMath.cpp | 1011 if (isnan(ms)) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditRules.js | 456 if (isNaN(dateHeaderMs)) 468 if (!isNaN(expDate)) 473 return (isNaN(freshnessLifetimeMs)) ? false : freshnessLifetimeMs > timeMs; [all...] |
Completed in 1049 milliseconds
<<11121314151617181920>>