Home
last modified time | relevance | path

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

/openbsd/lib/libc/softfloat/
H A Dsoftfloat-macros.h522 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
H A Dsoftfloat.c1218 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2145 zSig0 = ( estimateSqrt32( aExp, term0 )>>1 ) + 1; in float64_sqrt()
/openbsd/sys/lib/libkern/
H A Dsoftfloat-macros.h621 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
H A Dsoftfloat.c2158 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()