Searched refs:shiftedSigZ (Results 1 – 2 of 2) sorted by relevance
54 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local102 shiftedSigZ = sigZ>>2; in f32_sqrt()103 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()104 sigZ = shiftedSigZ<<2; in f32_sqrt()
57 uint_fast64_t sigZ, shiftedSigZ; in f64_sqrt() local115 shiftedSigZ = sigZ>>6; in f64_sqrt()116 rem = (sigA<<52) - shiftedSigZ * shiftedSigZ; in f64_sqrt()
Completed in 4 milliseconds