HomeSort by relevance Sort by last modified time
    Searched full:infinity (Results 176 - 200 of 681) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/bindings/js/
JSWebKitAnimationCustom.cpp 40 return jsNumber(std::numeric_limits<float>::infinity());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebKitAnimationCustom.cpp 45 return v8::Number::New(std::numeric_limits<float>::infinity());
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 44 // the two strings below are the result of Double.toString() for Infinity & NaN
46 private static final String INFINITY = "Infinity";
239 return result.replace('-', MINUS).replace(INFINITY, INFINITY_UNICODE);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /external/bison/src/
relation.c 58 static relation_node infinity; variable
86 INDEX[j] = infinity;
101 infinity = size + 2;
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 93 "repeated_double: Infinity\n" +
94 "repeated_double: -Infinity\n" +
312 "repeated_double: infinity\n" +
313 "repeated_double: -infinity\n" +
315 String canonical = "repeated_float: Infinity\n" +
316 "repeated_float: -Infinity\n" +
318 "repeated_float: Infinity\n" +
319 "repeated_float: -Infinity\n" +
322 "repeated_float: Infinity\n" +
323 "repeated_float: -Infinity\n"
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.3.js 68 array[item++] = new TestCase( SECTION, "Infinity/Math.asin(-0)", -Infinity, Infinity/Math.asin(-0) );
  /external/webkit/Source/JavaScriptCore/wtf/
HashTraits.h 60 static T emptyValue() { return std::numeric_limits<T>::infinity(); }
61 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
62 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); }
MathExtras.h 157 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values.
160 double posInf = std::numeric_limits<double>::infinity();
161 double negInf = -std::numeric_limits<double>::infinity();
180 // Work around a bug in the Microsoft CRT, where fmod(x, +-infinity) yields NaN instead of x.
  /libcore/luni/src/test/java/libcore/java/lang/
DoubleTest.java 48 assertEquals(Double.POSITIVE_INFINITY, Double.parseDouble("+Infinity"));
49 assertEquals(Double.POSITIVE_INFINITY, Double.parseDouble("Infinity"));
50 assertEquals(Double.NEGATIVE_INFINITY, Double.parseDouble("-Infinity"));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 166 #ifdef INFINITY
167 #define PA_DECIBEL_MININFTY (-INFINITY)
169 /** This value is used as minus infinity when using pa_volume_{to,from}_dB(). \since 0.4 */
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 229 /** True if the type has a representation for positive infinity. */
290 /** The representation of positive infinity, if @c has_infinity. */
291 static _Tp infinity() throw() { return static_cast<_Tp>(0); }
339 static bool infinity() throw()
393 static char infinity() throw()
444 static signed char infinity() throw()
495 static unsigned char infinity() throw()
546 static wchar_t infinity() throw()
598 static char16_t infinity() throw()
649 static char32_t infinity() throw(
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 229 /** True if the type has a representation for positive infinity. */
290 /** The representation of positive infinity, if @c has_infinity. */
291 static _Tp infinity() throw() { return static_cast<_Tp>(0); }
339 static bool infinity() throw()
393 static char infinity() throw()
444 static signed char infinity() throw()
495 static unsigned char infinity() throw()
546 static wchar_t infinity() throw()
598 static char16_t infinity() throw()
649 static char32_t infinity() throw(
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 229 /** True if the type has a representation for positive infinity. */
290 /** The representation of positive infinity, if @c has_infinity. */
291 static _Tp infinity() throw() { return static_cast<_Tp>(0); }
339 static bool infinity() throw()
393 static char infinity() throw()
444 static signed char infinity() throw()
495 static unsigned char infinity() throw()
546 static wchar_t infinity() throw()
598 static char16_t infinity() throw()
649 static char32_t infinity() throw(
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
limits 229 /** True if the type has a representation for positive infinity. */
290 /** The representation of positive infinity, if @c has_infinity. */
291 static _Tp infinity() throw() { return static_cast<_Tp>(0); }
339 static bool infinity() throw()
393 static char infinity() throw()
444 static signed char infinity() throw()
495 static unsigned char infinity() throw()
546 static wchar_t infinity() throw()
598 static char16_t infinity() throw()
649 static char32_t infinity() throw(
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
limits 229 /** True if the type has a representation for positive infinity. */
290 /** The representation of positive infinity, if @c has_infinity. */
291 static _Tp infinity() throw() { return static_cast<_Tp>(0); }
339 static bool infinity() throw()
393 static char infinity() throw()
444 static signed char infinity() throw()
495 static unsigned char infinity() throw()
546 static wchar_t infinity() throw()
598 static char16_t infinity() throw()
649 static char32_t infinity() throw(
    [all...]
  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_core_functions.html 89 shouldBe('DOM.evaluate("floor(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue', 'Infinity');
90 shouldBe('DOM.evaluate("floor(-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue', '-Infinity');
95 shouldBe('DOM.evaluate("ceiling(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue', 'Infinity');
101 shouldBe('DOM.evaluate("round(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue', 'Infinity');
102 shouldBe('DOM.evaluate("round(-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue', '-Infinity');
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 38 '-Infinity': NegInf,
39 'Infinity': PosInf,
48 pattern('(-?Infinity|NaN|true|false|null)')(JSONConstant)
222 It also understands ``NaN``, ``Infinity``, and ``-Infinity`` as
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.5.3.js 45 If the dividend is an infinity, or the divisor is a zero, or both, the result is NaN.
46 If the dividend is finite and the divisor is an infinity, the result equals the dividend.
48 In the remaining cases, where neither an infinity, nor a zero, nor NaN is involved, the floating-point remainder r
91 // If the dividend is an infinity, or the divisor is a zero, or both, the result is NaN.
92 // dividend is an infinity
130 // If the dividend is finite and the divisor is an infinity, the result equals the dividend.
154 // In the remaining cases, where neither an infinity, nor a zero, nor NaN is involved, the floating-point remainder r
  /external/webkit/LayoutTests/fast/js/resources/
JSON-stringify.js 164 var array = [1, new Number(2), NaN, Infinity, -Infinity, new String("str")];
165 return jsonObject.stringify({"1":"1","2":"2","NaN":"NaN","Infinity":"Infinity","-Infinity":"-Infinity","str":"str"}, array);
167 result[result.length - 1].expected = '{"1":"1","2":"2","NaN":"NaN","Infinity":"Infinity","-Infinity":"-Infinity","str":"str"}'
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 262 // this = -b, i.e. the result is the point at infinity
279 // Twice identity element (point at infinity) is identity
286 // and hence this = -this and thus 2(x1, y1) == infinity
487 // this = -other, i.e. the result is the point at infinity
539 // Twice identity element (point at infinity) is identity
546 // and hence this = -this and thus 2(x1, y1) == infinity
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.7.js 33 Infinity returns 0
34 -Infinity returns 0
152 // array[item++] = new TestCase( "9.7", "String.fromCharCode(Infinity).charCodeAt(0)", 0, String.fromCharCode("Infinity").charCodeAt(0) );
153 // array[item++] = new TestCase( "9.7", "String.fromCharCode(-Infinity).charCodeAt(0)", 0, String.fromCharCode("-Infinity").charCodeAt(0) );
  /libcore/luni/src/main/java/java/lang/
Double.java 63 * Constant for the positive infinity value of the {@code double} type.
68 * Constant for the negative infinity value of the {@code double} type.
233 * infinity; {@code false} otherwise.
245 * infinity; {@code false} otherwise.
409 return "Infinity";
412 return "-Infinity";
Float.java 60 * Constant for the positive infinity value of the {@code float} type.
65 * Constant for the negative infinity value of the {@code float} type.
242 * infinity; {@code false} otherwise.
254 * infinity; {@code false} otherwise.
416 return "Infinity";
419 return "-Infinity";
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 54 ScopedJavaUnicodeString infinity(env, infinity0);
66 result->setSymbol(DecimalFormatSymbols::kInfinitySymbol, infinity.unicodeString());
91 jchar groupingSeparator, jstring infinity,
97 infinity, internationalCurrencySymbol, minusSign,
105 jchar groupingSeparator, jstring infinity,
118 infinity, internationalCurrencySymbol, minusSign,

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>