Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h593 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c1477 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2359 zSig = estimateSqrt32( aExp, aSig>>21 ); in float64_sqrt()
3200 zSig0 = estimateSqrt32( aExp, aSig0>>32 ); in floatx80_sqrt()
H A Dsoftfloat-macros603 static bits32 estimateSqrt32( int16 aExp, bits32 a )