Sgl_all            52 arch/parisc/math-emu/fcnvff.c 	Dbl_allp1(resultp1) = Sgl_all(src);  /* set sign of result */
Sgl_all           142 arch/parisc/math-emu/fcnvff.c 	Sgl_all(result) = Dbl_allp1(srcp1);  /* set sign of result */
Sgl_all            83 arch/parisc/math-emu/fcnvfx.c 		if (Sgl_isone_sign(src))  result = -Sgl_all(temp);
Sgl_all            84 arch/parisc/math-emu/fcnvfx.c 		else result = Sgl_all(temp);
Sgl_all            83 arch/parisc/math-emu/fcnvfxt.c 		if (Sgl_isone_sign(src))  result = -Sgl_all(temp);
Sgl_all            84 arch/parisc/math-emu/fcnvfxt.c 		else result = Sgl_all(temp);
Sgl_all           111 arch/parisc/math-emu/sfcmp.c     else if( Sgl_all(left) == Sgl_all(right) )
Sgl_all           118 arch/parisc/math-emu/sfcmp.c         if( Sgl_all(left) < Sgl_all(right) )
Sgl_all           132 arch/parisc/math-emu/sfcmp.c         if( Sgl_all(left) > Sgl_all(right) )
Sgl_all           210 arch/parisc/math-emu/sfdiv.c 	for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) {
Sgl_all           241 arch/parisc/math-emu/sfdiv.c 		stickybit = Sgl_all(opnd1);
Sgl_all           225 arch/parisc/math-emu/sfmpy.c 	stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
Sgl_all           178 arch/parisc/math-emu/sfrem.c 			Sgl_all(result) = ~Sgl_all(result);   /* set sign */
Sgl_all           206 arch/parisc/math-emu/sfrem.c 	while (stepcount-- > 0 && Sgl_all(opnd1)) {
Sgl_all           124 arch/parisc/math-emu/sfsqrt.c 		if(sum <= Sgl_all(src)) {