/external/libvpx/examples/includes/geshi/geshi/ |
ocaml.php | 77 'in_channel_length', 'infinity', 'input', 'input_binary_int',
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 63 propertyCallBack(Infinity, (void*) this); 372 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { 373 if (SK_LITERAL_STR_EQUAL("Infinity", token, len) == false) 528 { "Infinity >= Number.MAX_VALUE ? 1 : 0", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
|
/external/stlport/src/ |
num_get_float.cpp | 465 return limits::infinity(); 572 return limits::infinity(); 727 x = limits::infinity(); 831 x = limits::infinity();
|
/external/v8/src/ |
conversions-inl.h | 68 // Large number (outside uint32 range), Infinity or NaN.
|
dtoa.h | 67 // Halfway cases are rounded towards +/-Infinity (away from 0). The call
|
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 99 var testValues = [0, Infinity, NaN, true, false, ({}), ['an','array'],
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 78 CheckReadOnlyAttr(this, "Infinity");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.4.2-1.js | 64 array[item++] = new TestCase( SECTION, "new Boolean(-Infinity)", "true", (new Boolean(Number.NEGATIVE_INFINITY)).toString() );
|
15.6.4.3-1.js | 64 array[item++] = new TestCase( SECTION, "new Boolean(-Infinity)", true, (new Boolean(Number.NEGATIVE_INFINITY)).valueOf() );
|
15.6.4.3.js | 54 array[item++] = new TestCase( "15.8.6.4", "new Boolean(-Infinity)", true, (new Boolean(Number.NEGATIVE_INFINITY)).valueOf() );
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLParserIdioms.cpp | 83 // NaN and infinity are considered valid by String::toDouble, but not valid here.
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnClassifier.cpp | 106 // SIGGRAPH '05 paper of a cusp with inflection at infinity.
|
LoopBlinnMathUtils.h | 75 // point and extending to x=+infinity.
|
/frameworks/base/opengl/libagl/ |
fp.h | 88 u.r = INFINITY;
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/ |
ICU_Delegate.java | 201 result.infinity = "\u221E";
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 141 data.infinity, data.internationalCurrencySymbol, data.minusSign, 226 localeData.infinity, localeData.internationalCurrencySymbol, localeData.minusSign, 628 String infinity, String internationalCurrencySymbol, char minusSign, 634 String infinity, String internationalCurrencySymbol, char minusSign,
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 465 return limits::infinity(); 572 return limits::infinity(); 727 x = limits::infinity(); 831 x = limits::infinity();
|
/external/libxslt/libxslt/ |
numbers.c | 474 xmlBufferCCat(buffer, "-Infinity"); 477 xmlBufferCCat(buffer, "Infinity"); 982 if ((self == NULL) || (self->infinity == NULL)) 983 *result = xmlStrcat(*result, BAD_CAST "Infinity"); 985 *result = xmlStrcat(*result, self->infinity); [all...] |
/external/icu4c/test/testdata/ |
structLocale.txt | [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatTest.java | 89 // some special values such as NaN or Infinity. 116 // Even if parseIntegerOnly is set to true, Infinity will still be 179 // Infinity will be parsed to Double, no matter parseBigDecimal set or 188 assertEquals("Infinity", number.toString()); 189 // When set bigDecimal to true, the result of parsing infinity 197 assertEquals("Infinity", number.toString()); 199 // Negative infinity will be parsed to double no matter parseBigDecimal 208 assertEquals("-Infinity", number.toString()); 210 // When set bigDecimal to true, the result of parsing minus infinity 219 assertEquals("-Infinity", number.toString()) [all...] |
/bionic/libm/include/ |
math.h | 68 #define INFINITY __builtin_inf() 73 #define INFINITY HUGE_VALF
|
/development/ndk/platforms/android-3/include/ |
math.h | 68 #define INFINITY __builtin_inf() 73 #define INFINITY HUGE_VALF
|
/development/ndk/platforms/android-9/include/ |
math.h | 68 #define INFINITY __builtin_inf() 73 #define INFINITY HUGE_VALF
|
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalConstructorsTest.java | 251 * new BigDecimal(double value) when value is positive infinity 263 * new BigDecimal(double value) when value is positive infinity
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Constants.java | 219 ATTRNAME_INFINITY = "infinity", 392 public static final String ATTRVAL_INFINITY = "Infinity",
|