HomeSort by: relevance | last modified time | path
    Searched refs:Sgl_all (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/hppa/spmath/
sfcmp.c 125 else if( Sgl_all(left) == Sgl_all(right) )
132 if( Sgl_all(left) < Sgl_all(right) )
146 if( Sgl_all(left) > Sgl_all(right) )
sfrem.c 194 Sgl_all(result) = ~Sgl_all(result); /* set sign */
222 while (stepcount-- > 0 && Sgl_all(opnd1)) {
fcnvff.c 65 Dbl_allp1(resultp1) = Sgl_all(src); /* set sign of result */
152 Sgl_all(result) = Dbl_allp1(srcp1); /* set sign of result */
fcnvfxt.c 92 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
93 else result = Sgl_all(temp);
sfsqrt.c 138 if(sum <= Sgl_all(src)) {
sfdiv.c 227 for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) {
258 stickybit = Sgl_all(opnd1);
fcnvfx.c 91 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
92 else result = Sgl_all(temp);
sfmpy.c 239 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
sgl_float.h 60 #define Sgl_all(object) Sall(object)

Completed in 18 milliseconds