Searched refs:estimateSqrt32 (Results 1 – 4 of 4) sorted by relevance
522 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
1218 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()2145 zSig0 = ( estimateSqrt32( aExp, term0 )>>1 ) + 1; in float64_sqrt()
621 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
2158 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()3149 zSig = estimateSqrt32( aExp, aSig>>21 ); in float64_sqrt()4103 zSig0 = estimateSqrt32( aExp, aSig0>>32 ); in floatx80_sqrt()5249 zSig0 = estimateSqrt32( aExp, aSig0>>17 ); in float128_sqrt()