Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dsfcmp.c111 else if( Sgl_all(left) == Sgl_all(right) ) in sgl_fcmp()
118 if( Sgl_all(left) < Sgl_all(right) ) in sgl_fcmp()
132 if( Sgl_all(left) > Sgl_all(right) ) in sgl_fcmp()
H A Dsfrem.c178 Sgl_all(result) = ~Sgl_all(result); /* set sign */ in sgl_frem()
206 while (stepcount-- > 0 && Sgl_all(opnd1)) { in sgl_frem()
H A Dfcnvff.c52 Dbl_allp1(resultp1) = Sgl_all(src); /* set sign of result */ in sgl_to_dbl_fcnvff()
142 Sgl_all(result) = Dbl_allp1(srcp1); /* set sign of result */ in dbl_to_sgl_fcnvff()
H A Dfcnvfxt.c83 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
84 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfxt()
H A Dsfdiv.c210 for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) { in sgl_fdiv()
241 stickybit = Sgl_all(opnd1); in sgl_fdiv()
H A Dsfsqrt.c124 if(sum <= Sgl_all(src)) { in sgl_fsqrt()
H A Dfcnvfx.c83 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfx()
84 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfx()
H A Dsfmpy.c225 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1); in sgl_fmpy()
H A Dsgl_float.h24 #define Sgl_all(object) Sall(object) macro