Searched refs:Sgl_all (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dsfcmp.c124 else if( Sgl_all(left) == Sgl_all(right) )
131 if( Sgl_all(left) < Sgl_all(right) )
145 if( Sgl_all(left) > Sgl_all(right) )
H A Dsfrem.c191 Sgl_all(result) = ~Sgl_all(result); /* set sign */
219 while (stepcount-- > 0 && Sgl_all(opnd1)) {
H A Dfcnvff.c65 Dbl_allp1(resultp1) = Sgl_all(src); /* set sign of result */
155 Sgl_all(result) = Dbl_allp1(srcp1); /* set sign of result */
H A Dfcnvfxt.c96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
97 else result = Sgl_all(temp);
H A Dsfsqrt.c137 if(sum <= Sgl_all(src)) {
H A Dsfdiv.c223 for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) {
254 stickybit = Sgl_all(opnd1);
H A Dfcnvfx.c96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
97 else result = Sgl_all(temp);
H A Dsfmpy.c238 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
H A Dsgl_float.h37 #define Sgl_all(object) Sall(object) macro

Completed in 258 milliseconds