/external/icu4c/test/cintltst/ |
putiltst.c | 107 doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) failed. with parameter=Infinity"); 370 /* infinity and real*/ 374 /*test infinity and real*/ 377 /*test infinity and nan*/ 381 /* test infinity and zero */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.2.3-2.js | 51 Infinity 79 array[item++] = new TestCase( SECTION, "parseFloat(' Infinity')", Number.POSITIVE_INFINITY, parseFloat("Infinity") ); 80 // array[item++] = new TestCase( SECTION, "parseFloat(Infinity)", Number.POSITIVE_INFINITY, parseFloat(Infinity) );
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatSymbolsTest.java | 348 assertTrue("Returned incorrect Infinity symbol", 490 assertTrue("Returned incorrect Infinity symbol", 638 * infinity = [?][U+221e]
|
/external/openfst/src/include/fst/ |
string-weight.h | 63 // String semiring: (longest_common_prefix/suffix, ., Infinity, Epsilon) 330 return strm << "Infinity"; 346 if (s == "Infinity") {
|
/external/skia/include/core/ |
SkScalar.h | 39 /** SK_ScalarInfinity is defined to be infinity as an SkScalar 42 /** SK_ScalarNegativeInfinity is defined to be negative infinity as an SkScalar 62 // 0 * infinity --> NaN
|
SkGeometry.h | 16 +infinity in the X direction. e.g. XRay(3,5) is the half-line 17 (3,5)....(infinity, 5)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 60 // String semiring: (longest_common_prefix/suffix, ., Infinity, Epsilon) 322 return strm << "Infinity"; 338 if (s == "Infinity") {
|
/external/v8/src/ |
globals.h | 32 #define V8_INFINITY INFINITY 39 // Unfortunately, the INFINITY macro cannot be used with the '-pedantic' 48 #define V8_INFINITY std::numeric_limits<double>::infinity()
|
math.js | 136 return -1/0; // Compiler constant-folds this to -Infinity. 169 return 1/0; // Compiler constant-folds this to Infinity.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fma.c | 227 return (nextafter(z, -INFINITY)); 230 return (nextafter(z, INFINITY));
|
s_csinh.c | 133 return (cpack(x * cos(y), INFINITY * sin(y)));
|
/external/eigen/Eigen/src/Core/ |
Dot.h | 191 struct lpNorm_selector<Derived, Infinity> 202 * of the coefficients of *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^\infty \f$
|
/external/skia/legacy/include/core/ |
SkGeometry.h | 16 +infinity in the X direction. e.g. XRay(3,5) is the half-line 17 (3,5)....(infinity, 5)
|
/external/smali/smali/src/main/java/org/jf/smali/ |
LiteralTools.java | 314 //got an infinity 332 //got an infinity
|
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/ |
functions.html | 81 test(doc, doc, 'string(1 div 0)', 'Infinity'); 82 test(doc, doc, 'string(-1 div 0)', '-Infinity');
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.9.1.js | 77 array[item++] = new TestCase( SECTION, "NaN == Infinity", false, Number.NaN == Number.POSITIVE_INFINITY ); 78 array[item++] = new TestCase( SECTION, "Infinity == NaN", false, Number.POSITIVE_INFINITY == Number.NaN );
|
11.9.2.js | 76 array[item++] = new TestCase( SECTION, "NaN != Infinity", true, Number.NaN != Number.POSITIVE_INFINITY ); 77 array[item++] = new TestCase( SECTION, "Infinity != NaN", true, Number.POSITIVE_INFINITY != Number.NaN );
|
11.9.3.js | 76 array[item++] = new TestCase( SECTION, "NaN == Infinity", false, Number.NaN == Number.POSITIVE_INFINITY ); 77 array[item++] = new TestCase( SECTION, "Infinity == NaN", false, Number.POSITIVE_INFINITY == Number.NaN );
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Binding.h | 116 // value cannot be converted to an integer or converts to nan or to an infinity. 127 // value cannot be converted to an unsigned integer or converts to nan or to an infinity.
|
/external/icu4c/i18n/ |
decNumber.c | 87 /* Infinity or NaN). */ 567 if (decBiStr(c, "infinity", "INFINITY") [all...] |
/external/compiler-rt/test/Unit/ppc/ |
qadd_test.c | 25 #define INFINITY __builtin_inf() 35 { INFINITY, 0.0, 0.0, 0.0, INFINITY, 0.0 }, 36 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 37 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 38 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 39 { INFINITY, 0.0, 1.0, 0.0, INFINITY, 0.0 } [all...] |
qsub_test.c | 25 #define INFINITY __builtin_inf() 35 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 36 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 37 { INFINITY, 0.0, 0.0, 0.0, INFINITY, 0.0 }, 38 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 39 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 } [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECPublicKeySpec_ImplTest.java | 109 * <code>w</code> is point at infinity<br>
|
/external/bison/lib/ |
frexp.c | 64 /* Test for NaN, infinity, and zero. */
|
/external/bison/m4/ |
frexpl.m4 | 179 In the loop end test, we test x against Infinity, rather than comparing
|