Searched refs:uscale (Results 1 – 1 of 1) sorted by relevance
133 UINT_32 uscale; in Flt32sToInt32s() local146 uscale = (1<<bits) - 1; in Flt32sToInt32s()153 if ((value.i < 0) || (value.u > uscale)) in Flt32sToInt32s()155 *pResult = uscale; in Flt32sToInt32s()