/external/webkit/Source/JavaScriptCore/runtime/ |
NumberPrototype.cpp | 112 // Handle NaN and Infinity. 150 // The check above will return false for NaN or Infinity, these will be 186 // Handle NaN and Infinity.
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LegacyCACFLayerTreeHost.cpp | 265 CFTimeInterval timeToNextRender = numeric_limits<CFTimeInterval>::infinity(); 316 // If timeToNextRender is not infinity, it means animations are running, so queue up to render again 317 if (timeToNextRender != numeric_limits<CFTimeInterval>::infinity())
|
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | 2704 RawType infinity; member in struct:__anon5272::FloatingPointTest::TestValues [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 2704 RawType infinity; member in struct:__anon8310::FloatingPointTest::TestValues [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_unittest.cc | 2704 RawType infinity; member in struct:__anon10934::FloatingPointTest::TestValues [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 2955 RawType infinity; member in struct:__anon12838::FloatingPointTest::TestValues [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
MathTest.java | 410 assertEquals("Floor failed for +infinity", 412 assertEquals("Floor failed for -infinity", [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
utils.h | 76 #define INFINITY (DUPMAX + 1)
|
/bionic/libc/upstream-netbsd/libc/stdlib/ |
div.c | 57 * 0, never -infinity.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_csinhf.c | 93 return (cpackf(x * cosf(y), INFINITY * sinf(y)));
|
s_csqrt.c | 63 return (cpack(INFINITY, b));
|
s_csqrtf.c | 54 return (cpackf(INFINITY, b));
|
s_csqrtl.c | 63 return (cpackl(INFINITY, b));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WTauNafMultiplier.java | 98 // q = infinity
|
/external/chromium/base/third_party/dmg_fp/ |
gcc_warnings.patch | 90 if (decpt == 9999) /* Infinity or Nan */ {
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 23 /** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>(). 24 * The value Infinity there means the L-infinity norm. 26 const int Infinity = -1;
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ |
BytestreamSession.java | 61 * returns implies that the option is disabled (i.e., timeout of infinity). Default is 0.
|
/external/stlport/stlport/stl/ |
_limits.h | 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 422 static float _STLP_CALL infinity() _STLP_NOTHROW { return _STLP_PRIV _LimG<bool>::get_F_inf(); } 453 static double _STLP_CALL infinity() _STLP_NOTHROW { return _STLP_PRIV _LimG<bool>::get_D_inf(); } 484 static long double _STLP_CALL infinity() _STLP_NOTHROW
|
/external/v8/src/ |
bignum-dtoa.h | 51 // The input v must be > 0 and different from NaN, and Infinity.
|
diy-fp.h | 38 // DiyFp are not designed to contain special doubles (NaN and Infinity).
|
win32-math.cc | 60 // Test for infinity - usually defined in math.h
|
/external/v8/test/mjsunit/ |
number-tostring-small.js | 295 (Infinity).toExponential(2); 296 (-Infinity).toExponential(2); 310 (Infinity).toPrecision(2); 311 (-Infinity).toPrecision(2);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.1.js | 71 array[item++] = new TestCase( SECTION, "Boolean(-Infinity)", true, Boolean(Number.NEGATIVE_INFINITY) );
|
/external/webkit/Source/WebCore/svg/ |
SVGGlyphElement.h | 69 static float s_inheritedValue = std::numeric_limits<float>::infinity();
|
/frameworks/base/docs/html/training/animation/ |
screen-slide.jd | 267 if (position < -1) { // [-Infinity,-1) 291 } else { // (1,+Infinity] 340 if (position < -1) { // [-Infinity,-1) 364 } else { // (1,+Infinity]
|