Home
last modified time | relevance | path

Searched refs:posInf (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/
Dtext.go59 posInf = []byte("inf") var
469 b = posInf
/external/v8/src/execution/mips/
Dsimulator-mips.cc2976 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
2990 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3008 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3017 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
3289 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
3303 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
3321 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3330 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc2788 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
2802 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
2820 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2829 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
3318 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
3332 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3350 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3359 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()