Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Df32_sqrt.c54 uint_fast32_t sigZ, shiftedSigZ; in f32_sqrt() local
102 shiftedSigZ = sigZ>>2; in f32_sqrt()
103 negRem = shiftedSigZ * shiftedSigZ; in f32_sqrt()
104 sigZ = shiftedSigZ<<2; in f32_sqrt()
A Df64_sqrt.c57 uint_fast64_t sigZ, shiftedSigZ; in f64_sqrt() local
115 shiftedSigZ = sigZ>>6; in f64_sqrt()
116 rem = (sigA<<52) - shiftedSigZ * shiftedSigZ; in f64_sqrt()

Completed in 3 milliseconds