FP_FROM_INT_S     262 arch/alpha/math-emu/math.c 			FP_FROM_INT_S(SR, ((long)vb), 64, long);
FP_FROM_INT_S      16 arch/nds32/math-emu/fsi2s.c 	FP_FROM_INT_S(R, a, 32, int);
FP_FROM_INT_S      16 arch/nds32/math-emu/fui2s.c 	FP_FROM_INT_S(R, a, 32, int);
FP_FROM_INT_S     460 arch/sparc/math-emu/math_32.c 	case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
FP_FROM_INT_S     471 arch/sparc/math-emu/math_64.c 		case FXTOS: XR = rs2->d; FP_FROM_INT_S (SR, XR, 64, long); break;
FP_FROM_INT_S     474 arch/sparc/math-emu/math_64.c 		case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;