Home
last modified time | relevance | path

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

/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.cc2880 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
2895 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
2913 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
2923 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
3195 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
3210 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
3228 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3238 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dsimulator-mips64.cc2647 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
2662 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
2680 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2690 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
3178 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
3193 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
3211 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3221 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
/external/skia/tests/
DPathTest.cpp918 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local
924 r.set(0, 0, inf, negInf); in test_rect_isfinite()
952 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local
966 path.moveTo(inf, negInf); in test_path_isfinite()