Searched refs:estimateSqrt32 (Results 1 – 3 of 3) sorted by relevance
593 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
1477 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()2359 zSig = estimateSqrt32( aExp, aSig>>21 ); in float64_sqrt()3200 zSig0 = estimateSqrt32( aExp, aSig0>>32 ); in floatx80_sqrt()
603 static bits32 estimateSqrt32( int16 aExp, bits32 a )