Home
last modified time | relevance | path

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

1234

/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/fpu-new/
H A Dsoftfloat-macros.h361 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
H A Dsoftfloat.c835 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
/dports/emulators/qemu/qemu-6.2.0/include/fpu/
H A Dsoftfloat-macros.h593 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat-macros.h256 static Bit32u estimateSqrt32(Bit16s aExp, Bit32u a) in estimateSqrt32() function
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat-macros.h256 static Bit32u estimateSqrt32(Bit16s aExp, Bit32u a) in estimateSqrt32() function
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/fpu/
H A Dsoftfloat-macros.h578 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h594 static uint32_t estimateSqrt32(int_fast16_t aExp, uint32_t a) in estimateSqrt32() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libkern/
H A Dsoftfloat-macros.h596 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32() function
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat-macros.h638 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h594 static uint32_t estimateSqrt32(int_fast16_t aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu42/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu60/qemu-6.0.0/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu-utils/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/fpu/
H A Dsoftfloat-macros.h719 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu5/qemu-5.2.0/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/fpu/
H A Dsoftfloat-macros.h675 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/fpu/
H A Dsoftfloat-macros.h724 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1228 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2155 zSig0 = ( estimateSqrt32( aExp, term0 )>>1 ) + 1; in float64_sqrt()
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/bits32/
H A Dsoftfloat.c1222 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2149 zSig0 = ( estimateSqrt32( aExp, term0 )>>1 ) + 1; in float64_sqrt()
/dports/emulators/tme/tme-0.8/dist/softfloat/softfloat/bits32/
H A Dsoftfloat.c1141 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2052 zSig0 = ( estimateSqrt32( aExp, term0 )>>1 ) + 1; in float64_sqrt()
/dports/emulators/mess/mame-mame0226/3rdparty/softfloat/
H A Dsoftfloat.c1756 zSig = estimateSqrt32( aExp, aSig ) + 2; in float32_sqrt()
2677 zSig = estimateSqrt32( aExp, aSig>>21 ); in float64_sqrt()
3596 zSig0 = estimateSqrt32( aExp, aSig0>>32 ); in floatx80_sqrt()
4718 zSig0 = estimateSqrt32( aExp, aSig0>>17 ); in float128_sqrt()

1234