Searched refs:negSubnorm (Results 1 – 2 of 2) sorted by relevance
2757 bool negSubnorm; in DecodeTypeRegisterDRsType() local2773 negSubnorm = false; in DecodeTypeRegisterDRsType()2777 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()2783 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()2792 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()3065 bool negSubnorm; in DecodeTypeRegisterSRsType() local3081 negSubnorm = false; in DecodeTypeRegisterSRsType()3085 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()3091 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()3100 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
2571 bool negSubnorm; in DecodeTypeRegisterSRsType() local2587 negSubnorm = false; in DecodeTypeRegisterSRsType()2591 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()2597 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()2606 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()3097 bool negSubnorm; in DecodeTypeRegisterDRsType() local3113 negSubnorm = false; in DecodeTypeRegisterDRsType()3117 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()3123 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()3132 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()