Home
last modified time | relevance | path

Searched refs:negInf (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfLut.h167 half::posInf(), half::negInf(), half::qNan()) in HalfLut()
176 half::posInf(), half::negInf(), half::qNan()), in RgbaLut()
DImfConvert.cpp132 return half::negInf(); in floatToHalf()
/external/v8/test/webkit/fast/js/
Dnumber-toprecision.js34 var negInf = -1/0; variable
Dnumber-tofixed.js60 var negInf = -1/0; variable
Dnumber-toString.js25 var negInf = -1/0; variable
Dnumber-toprecision-expected.txt53 PASS (1234.567).toPrecision(negInf) threw exception RangeError: toPrecision() argument must be betw…
56 PASS negInf.toPrecision() is "-Infinity"
Dnumber-tofixed-expected.txt77 PASS (1234.567).toFixed(negInf) threw exception RangeError: toFixed() digits argument must be betwe…
79 PASS negInf.toFixed() is "-Infinity"
Dnumber-toString-expected.txt76 PASS (1234.567).toString(negInf) threw exception RangeError: toString() radix argument must be betw…
78 PASS negInf.toString() is "-Infinity"
/external/v8/test/webkit/
Dnumber-toExponential.js25 var negInf = -1/0; variable
Dnumber-toExponential-expected.txt48 PASS (1234.567).toExponential(negInf) threw exception RangeError: toExponential() argument must be …
50 PASS negInf.toExponential() is "-Infinity"
/external/opencv3/3rdparty/openexr/Half/
Dhalf.h202 static half negInf ();
727 half::negInf () in negInf() function
/external/valgrind/VEX/priv/
Dguest_generic_x87.c447 const ULong negInf = 0xFFF0000000000000ULL; in x86amd64g_calculate_FXTRACT() local
459 if (arg == negInf) in x86amd64g_calculate_FXTRACT()
460 return getExp ? posInf : negInf; in x86amd64g_calculate_FXTRACT()
464 return getExp ? negInf : posZero; in x86amd64g_calculate_FXTRACT()
466 return getExp ? negInf : negZero; in x86amd64g_calculate_FXTRACT()
/external/v8/src/mips/
Dsimulator-mips.cc2687 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
2702 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
2720 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
2730 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
2973 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
2988 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
3006 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3016 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dsimulator-mips64.cc2447 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
2462 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
2480 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2490 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
3054 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
3069 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
3087 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3097 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
/external/skia/tests/
DPathTest.cpp760 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local
766 r.set(0, 0, inf, negInf); in test_rect_isfinite()
794 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local
808 path.moveTo(inf, negInf); in test_path_isfinite()