Home | History | Annotate | Download | only in mips

Lines Matching defs:sign

2678       // Extracting sign, exponent and mantissa from the input double
2679 uint32_t sign = (classed >> 63) & 1;
2712 DCHECK(sign == 0 || sign == 1);
2713 posSubnorm = (sign == 0);
2714 negSubnorm = (sign == 1);
2722 DCHECK(sign == 0 || sign == 1);
2723 posNorm = (sign == 0);
2724 negNorm = (sign == 1);
2964 // Extracting sign, exponent and mantissa from the input float
2965 uint32_t sign = (classed >> 31) & 1;
2998 DCHECK(sign == 0 || sign == 1);
2999 posSubnorm = (sign == 0);
3000 negSubnorm = (sign == 1);
3008 DCHECK(sign == 0 || sign == 1);
3009 posNorm = (sign == 0);
3010 negNorm = (sign == 1);
3273 // to make a sign-64.
3907 // Sign extended immediate.
4304 // Set sign.