Searched refs:altShift (Results 1 – 1 of 1) sorted by relevance
202 UINT_32 altShift; in Flt32sToInt32s() local231 altShift = 126 + 24 + 8 - ((shifted.i>>23)&0xFF); in Flt32sToInt32s()232 truncated = (altShift > 60) ? 0 : truncated >> altShift; in Flt32sToInt32s()