Home
last modified time | relevance | path

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

/arch/parisc/math-emu/
Dsfcmp.c124 else if( Sgl_all(left) == Sgl_all(right) ) in sgl_fcmp()
131 if( Sgl_all(left) < Sgl_all(right) ) in sgl_fcmp()
145 if( Sgl_all(left) > Sgl_all(right) ) in sgl_fcmp()
Dsfrem.c191 Sgl_all(result) = ~Sgl_all(result); /* set sign */ in sgl_frem()
219 while (stepcount-- > 0 && Sgl_all(opnd1)) { in sgl_frem()
Dfcnvff.c65 Dbl_allp1(resultp1) = Sgl_all(src); /* set sign of result */ in sgl_to_dbl_fcnvff()
155 Sgl_all(result) = Dbl_allp1(srcp1); /* set sign of result */ in dbl_to_sgl_fcnvff()
Dfcnvfxt.c96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
97 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
Dsfdiv.c223 for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) { in sgl_fdiv()
254 stickybit = Sgl_all(opnd1); in sgl_fdiv()
Dsfsqrt.c137 if(sum <= Sgl_all(src)) { in sgl_fsqrt()
Dfcnvfx.c96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfx()
97 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfx()
Dsfmpy.c238 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1); in sgl_fmpy()
Dsgl_float.h37 #define Sgl_all(object) Sall(object) macro