Searched refs:estimateSqrt32 (Results 1 – 2 of 2) sorted by relevance
578 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
2029 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()2978 zSig = estimateSqrt32( aExp, aSig>>21 ); in float64_sqrt()3916 zSig0 = estimateSqrt32( aExp, aSig0>>32 ); in floatx80_sqrt()5040 zSig0 = estimateSqrt32( aExp, aSig0>>17 ); in float128_sqrt()