Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dtext.go60 negInf = []byte("-inf") var
471 b = negInf
/external/v8/src/execution/mips/
Dsimulator-mips.cc2975 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
2990 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3008 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3018 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
3288 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
3303 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
3321 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3331 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc2787 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local
2802 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
2820 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2830 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterSRsType()
3317 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local
3332 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3350 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3360 (negNorm << 3) | (negInf << 2) | (quietNan << 1) | signalingNan; in DecodeTypeRegisterDRsType()
/external/skia/tests/
DPathTest.cpp888 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local
894 r.setLTRB(0, 0, inf, negInf); in test_rect_isfinite()
922 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local
936 path.moveTo(inf, negInf); in test_path_isfinite()
/external/skqp/tests/
DPathTest.cpp888 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local
894 r.set(0, 0, inf, negInf); in test_rect_isfinite()
922 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local
936 path.moveTo(inf, negInf); in test_path_isfinite()