Searched refs:negInf (Results 1 – 5 of 5) sorted by relevance
60 negInf = []byte("-inf") var471 b = negInf
2975 bool negInf = (classed == 0xFFF0000000000000); in DecodeTypeRegisterDRsType() local2990 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() local3303 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()
2787 bool negInf = (classed == 0xFF800000); in DecodeTypeRegisterSRsType() local2802 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() local3332 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()
888 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local894 r.setLTRB(0, 0, inf, negInf); in test_rect_isfinite()922 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local936 path.moveTo(inf, negInf); in test_path_isfinite()
888 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local894 r.set(0, 0, inf, negInf); in test_rect_isfinite()922 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local936 path.moveTo(inf, negInf); in test_path_isfinite()