Home | History | Annotate | Download | only in fpu

Lines Matching refs:estimateSqrt32

2183     zSig = estimateSqrt32( aExp, aSig ) + 2;
3538 zSig = estimateSqrt32( aExp, aSig>>21 );
4580 zSig0 = estimateSqrt32( aExp, aSig0>>32 );
5753 zSig0 = estimateSqrt32( aExp, aSig0>>17 );