FP_TO_INT_D        25 arch/nds32/math-emu/fd2siz.c 		FP_TO_INT_D(r, A, 32, 1);
FP_TO_INT_D        25 arch/nds32/math-emu/fd2uiz.c 		FP_TO_INT_D(r, A, 32, 0);
FP_TO_INT_D        18 arch/powerpc/math-emu/fctiw.c 	FP_TO_INT_D(r, B, 32, 1);
FP_TO_INT_D        23 arch/powerpc/math-emu/fctiwz.c 	FP_TO_INT_D(r, B, 32, 1);
FP_TO_INT_D       433 arch/powerpc/math-emu/math_efp.c 				FP_TO_INT_D(vc.dp[0], DB, 64,
FP_TO_INT_D       455 arch/powerpc/math-emu/math_efp.c 				FP_TO_INT_D(vc.wp[1], DB, 32,
FP_TO_INT_D       457 arch/sparc/math-emu/math_32.c 	case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break;
FP_TO_INT_D       462 arch/sparc/math-emu/math_64.c 		case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break;
FP_TO_INT_D       465 arch/sparc/math-emu/math_64.c 		case FDTOX: FP_TO_INT_D (XR, DB, 64, 1); break;