Searched refs:oddExpA (Results 1 – 2 of 2) sorted by relevance
43 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a ) in softfloat_approxRecipSqrt32_1() argument61 index = (a>>27 & 0xE) + oddExpA; in softfloat_approxRecipSqrt32_1()65 if ( ! oddExpA ) ESqrR0 <<= 1; in softfloat_approxRecipSqrt32_1()
183 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a );
Completed in 7 milliseconds