Home | History | Annotate | Download | only in mips

Lines Matching defs:sign

2729       // Extracting sign, exponent and mantissa from the input double
2730 uint32_t sign = (classed >> 63) & 1;
2763 DCHECK(sign == 0 || sign == 1);
2764 posSubnorm = (sign == 0);
2765 negSubnorm = (sign == 1);
2773 DCHECK(sign == 0 || sign == 1);
2774 posNorm = (sign == 0);
2775 negNorm = (sign == 1);
3015 // Extracting sign, exponent and mantissa from the input float
3016 uint32_t sign = (classed >> 31) & 1;
3049 DCHECK(sign == 0 || sign == 1);
3050 posSubnorm = (sign == 0);
3051 negSubnorm = (sign == 1);
3059 DCHECK(sign == 0 || sign == 1);
3060 posNorm = (sign == 0);
3061 negNorm = (sign == 1);
3272 // to make a sign-64.
3841 // Extending sign
3854 // Extending sign
3956 // Sign extended immediate.
4353 // Set sign.