Home
last modified time | relevance | path

Searched refs:estimateSqrt32 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-macros.h578 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
Dsoftfloat.c2029 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()