stepcount          43 arch/parisc/math-emu/dfrem.c 	register int opnd1_exponent, opnd2_exponent, dest_exponent, stepcount;
stepcount         166 arch/parisc/math-emu/dfrem.c 	stepcount = opnd1_exponent - opnd2_exponent;
stepcount         171 arch/parisc/math-emu/dfrem.c 	if (stepcount < 0) {
stepcount         178 arch/parisc/math-emu/dfrem.c 		if (stepcount == -1 && 
stepcount         210 arch/parisc/math-emu/dfrem.c 	while (stepcount-- > 0 && (Dbl_allp1(opnd1p1) || Dbl_allp2(opnd1p2))) {
stepcount         224 arch/parisc/math-emu/dfrem.c 	if (stepcount > 0 || Dbl_iszero(opnd1p1,opnd1p2)) {
stepcount          42 arch/parisc/math-emu/sfrem.c 	register int opnd1_exponent, opnd2_exponent, dest_exponent, stepcount;
stepcount         165 arch/parisc/math-emu/sfrem.c 	stepcount = opnd1_exponent - opnd2_exponent;
stepcount         170 arch/parisc/math-emu/sfrem.c 	if (stepcount < 0) {
stepcount         177 arch/parisc/math-emu/sfrem.c 		if (stepcount == -1 && Sgl_isgreaterthan(opnd1,opnd2)) {
stepcount         206 arch/parisc/math-emu/sfrem.c 	while (stepcount-- > 0 && Sgl_all(opnd1)) {
stepcount         219 arch/parisc/math-emu/sfrem.c 	if (stepcount > 0 || Sgl_iszero(opnd1)) {