FP_TO_INT_S        25 arch/nds32/math-emu/fs2siz.c 		FP_TO_INT_S(r, A, 32, 1);
FP_TO_INT_S        25 arch/nds32/math-emu/fs2uiz.c 		FP_TO_INT_S(r, A, 32, 0);
FP_TO_INT_S       314 arch/powerpc/math-emu/math_efp.c 				FP_TO_INT_S(vc.wp[1], SB, 32,
FP_TO_INT_S       606 arch/powerpc/math-emu/math_efp.c 				FP_TO_INT_S(vc.wp[0], SB0, 32,
FP_TO_INT_S       613 arch/powerpc/math-emu/math_efp.c 				FP_TO_INT_S(vc.wp[1], SB1, 32,
FP_TO_INT_S       456 arch/sparc/math-emu/math_32.c 	case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
FP_TO_INT_S       461 arch/sparc/math-emu/math_64.c 		case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
FP_TO_INT_S       464 arch/sparc/math-emu/math_64.c 		case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break;