Searched refs:uscale (Results 1 – 1 of 1) sorted by relevance
141 UINT_32 uscale; in Flt32sToInt32s() local154 uscale = (1<<bits) - 1; in Flt32sToInt32s()161 if ((value.i < 0) || (value.u > uscale)) in Flt32sToInt32s()163 *pResult = uscale; in Flt32sToInt32s()