Home
last modified time | relevance | path

Searched refs:shiftedSigZ (Results 1 – 25 of 72) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/libraries/SoftFloat-3a/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
103 sigZ = shiftedSigZ<<2; in f32_sqrt()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/mess/mame-mame0226/3rdparty/softfloat3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
H A Df64_sqrt.c56 uint_fast64_t sigZ, shiftedSigZ; in f64_sqrt() local
114 shiftedSigZ = sigZ>>6; in f64_sqrt()
115 rem = (sigA<<52) - shiftedSigZ * shiftedSigZ; in f64_sqrt()
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/softfloat3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu5/qemu-5.2.0/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/math/reduce/Reduce-svn5758-src/libraries/SoftFloat-3e/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/mame/mame-mame0226/3rdparty/softfloat3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu42/qemu-4.2.1/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/lang/zig/zig-0.9.0/deps/SoftFloat-3e/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/lang/zig-devel/zig-0.9.0/deps/SoftFloat-3e/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ;
101 shiftedSigZ = sigZ>>2;
102 negRem = shiftedSigZ * shiftedSigZ;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu/qemu-6.2.0/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/qemu60/qemu-6.0.0/tests/fp/berkeley-softfloat-3/source/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/softfloat/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
101 shiftedSigZ = sigZ>>2; in f32_sqrt()
102 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()

123