HomeSort by: relevance | last modified time | path
    Searched defs:newbit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hppa/spmath/
sfsqrt.c 60 register int src_exponent, newbit, sum; local in function:sgl_fsqrt
135 newbit = 1 << SGL_P;
136 while (newbit && Sgl_isnotzero(src)) {
137 Sgl_addition(result,newbit,sum);
140 Sgl_addition(result,(newbit<<1),result);
143 Sgl_rightshiftby1(newbit);

Completed in 11 milliseconds