/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 277 if (value == numeric_limits<double>::infinity()) { 279 } else if (value == -numeric_limits<double>::infinity()) { 289 if (value == numeric_limits<float>::infinity()) { 291 } else if (value == -numeric_limits<float>::infinity()) {
|
/external/protobuf/src/google/protobuf/ |
generated_message_util.h | 69 LIBPROTOBUF_EXPORT double Infinity();
|
/external/skia/legacy/src/animator/ |
SkAnimatorScript.h | 55 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
|
/external/skia/src/animator/ |
SkAnimatorScript.h | 55 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
|
/external/skia/tests/ |
InfRectTest.cpp | 62 float inf = 1 / make_zero(); // infinity
|
/external/v8/src/ |
fixed-dtoa.h | 43 // Halfway cases are rounded towards +/-Infinity (away from 0). The call
|
/external/v8/test/mjsunit/harmony/ |
collections.js | 80 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ]; 109 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ];
|
/external/valgrind/main/VEX/useful/ |
fp_80_64.c | 71 S 7FFF 10------0 infinity 86 S 7FF 0------0 infinity 166 /* If the exponent is 7FF, this is either an Infinity, a SNaN or 175 /* Produce an appropriately signed infinity: 214 /* It's not a zero, denormal, infinity or nan. So it must be a 264 /* If the exponent is 7FFF, this is either an Infinity, a SNaN or 281 /* Produce an appropriately signed infinity: 330 /* It's not a zero, denormal, infinity or nan. So it must be a 334 /* It's too big for a double. Construct an infinity. */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/ |
15.7.3.5-2.js | 57 -Infinity,
|
15.7.3.6-2.js | 49 array[item++] = new TestCase(SECTION, "delete( Number.POSITIVE_INFINITY ); Number.POSITIVE_INFINITY", Infinity, "delete( Number.POSITIVE_INFINITY );Number.POSITIVE_INFINITY" );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.9-1.js | 114 "var s = new String('this is a string object'); s.substring(Infinity)", 116 eval("var s = new String('this is a string object'); s.substring(Infinity)") ); 119 "var s = new String('this is a string object'); s.substring(-Infinity)", 121 eval("var s = new String('this is a string object'); s.substring(-Infinity)") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.8.1.js | 32 4. If m is Infinity, return the string "Infinity". 110 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY", "Infinity", Number.POSITIVE_INFINITY + "" ); 111 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY", "-Infinity", Number.NEGATIVE_INFINITY + "" );
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
__init__.py | 132 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``). 187 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
|
/libcore/luni/src/main/java/java/lang/ |
RealToString.java | 76 quickResult = positive ? "Infinity" : "-Infinity"; 143 quickResult = positive ? "Infinity" : "-Infinity";
|
/libcore/luni/src/test/java/libcore/java/text/ |
DecimalFormatSymbolsTest.java | 32 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_double.pass.cpp | 121 assert(v == INFINITY); 133 assert(v == INFINITY); 145 assert(v == -INFINITY); 157 assert(v == -INFINITY);
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/ |
log10.pass.cpp | 32 test(std::complex<T>(0, 0), std::complex<T>(-INFINITY, 0));
|
/ndk/sources/host-tools/ndk-stack/regex/ |
utils.h | 40 #define INFINITY (DUPMAX + 1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 192 is +Infinity, -1 if it is -Infinity. */ 201 is +Infinity, -1 if it is -Infinity. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 192 is +Infinity, -1 if it is -Infinity. */ 201 is +Infinity, -1 if it is -Infinity. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 192 is +Infinity, -1 if it is -Infinity. */ 201 is +Infinity, -1 if it is -Infinity. */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
FloatTest.java | 244 assertTrue("Infinity check failed", 256 assertTrue("Infinity check failed", Float.isInfinite(Float.POSITIVE_INFINITY) 397 doTestCompareRawBits("3.405E+38", 0x7f800000, "Infinity"); 398 doTestCompareRawBits("-3.405E+38", 0xff800000, "-Infinity"); 399 doTestCompareRawBits("3.41E+38", 0x7f800000, "Infinity"); 400 doTestCompareRawBits("-3.41E+38", 0xff800000, "-Infinity"); 401 doTestCompareRawBits("3.42E+38", 0x7f800000, "Infinity"); 402 doTestCompareRawBits("-3.42E+38", 0xff800000, "-Infinity"); 403 doTestCompareRawBits("1.0E+39", 0x7f800000, "Infinity"); 404 doTestCompareRawBits("-1.0E+39", 0xff800000, "-Infinity"); [all...] |
/bionic/libm/include/mips/ |
fenv.h | 67 * 10 - rounding (up) toward plus infinity (RP) 68 * 11 - rounding (down)toward minus infinity (RM)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrt.c | 58 * infinity. The RHS is always >= the LHS and has a maximum relative 66 * division rounds towards minus infinity; this is also efficient.
|
/development/ndk/platforms/android-9/arch-mips/include/ |
fenv.h | 67 * 10 - rounding (up) toward plus infinity (RP) 68 * 11 - rounding (down)toward minus infinity (RM)
|