Searched refs:negInf (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c447 const ULong negInf = 0xFFF0000000000000ULL; local
459 if (arg == negInf)
460 return getExp ? posInf : negInf;
464 return getExp ? negInf : posZero;
466 return getExp ? negInf : negZero;
/external/v8/src/mips/
H A Dsimulator-mips.cc2880 bool negInf = (classed == 0xFFF0000000000000); local
2895 if (!negInf && !posInf && exponent == 0x7ff) {
2913 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan &&
2923 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan;
3195 bool negInf = (classed == 0xFF800000); local
3210 if (!negInf && !posInf && (exponent == 0xff)) {
3228 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan &&
3238 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan;
/external/v8/src/mips64/
H A Dsimulator-mips64.cc2647 bool negInf = (classed == 0xFF800000); local
2662 if (!negInf && !posInf && (exponent == 0xff)) {
2680 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan &&
2690 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan;
3178 bool negInf = (classed == 0xFFF0000000000000); local
3193 if (!negInf && !posInf && exponent == 0x7ff) {
3211 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan &&
3221 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan;
/external/skia/tests/
H A DPathTest.cpp884 const SkScalar negInf = SK_ScalarNegativeInfinity; local
890 r.set(0, 0, inf, negInf);
918 const SkScalar negInf = SK_ScalarNegativeInfinity; local
932 path.moveTo(inf, negInf);
/external/skqp/tests/
H A DPathTest.cpp884 const SkScalar negInf = SK_ScalarNegativeInfinity; local
890 r.set(0, 0, inf, negInf);
918 const SkScalar negInf = SK_ScalarNegativeInfinity; local
932 path.moveTo(inf, negInf);

Completed in 136 milliseconds