Searched refs:shiftedSigZ (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Df32_sqrt.c53 uint_fast32_t sigZ, shiftedSigZ; local
101 shiftedSigZ = sigZ>>2;
102 negRem = shiftedSigZ * shiftedSigZ;
H A Df16_sqrt.c60 uint_fast16_t recipSqrt16, sigZ, shiftedSigZ; local
116 shiftedSigZ = sigZ>>1;
117 negRem = shiftedSigZ * shiftedSigZ;
H A Df64_sqrt.c56 uint_fast64_t sigZ, shiftedSigZ; local
114 shiftedSigZ = sigZ>>6;
115 rem = (sigA<<52) - shiftedSigZ * shiftedSigZ;

Completed in 90 milliseconds