Searched refs:negSubnorm (Results 1 – 2 of 2) sorted by relevance
3009 bool negSubnorm; in DecodeTypeRegisterDRsType() local3025 negSubnorm = false; in DecodeTypeRegisterDRsType()3029 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()3035 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()3044 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()3324 bool negSubnorm; in DecodeTypeRegisterSRsType() local3340 negSubnorm = false; in DecodeTypeRegisterSRsType()3344 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()3350 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()3359 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
2772 bool negSubnorm; in DecodeTypeRegisterSRsType() local2788 negSubnorm = false; in DecodeTypeRegisterSRsType()2792 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()2798 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()2807 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()3303 bool negSubnorm; in DecodeTypeRegisterDRsType() local3319 negSubnorm = false; in DecodeTypeRegisterDRsType()3323 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()3329 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()3338 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()