Searched refs:FP_TO_INT_D (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
H A Dfctiw.c17 FP_TO_INT_D(r, B, 32, 1); fctiw()
H A Dfctiwz.c22 FP_TO_INT_D(r, B, 32, 1); fctiwz()
H A Dmath_efp.c437 FP_TO_INT_D(vc.dp[0], DB, 64, do_spe_mathemu()
459 FP_TO_INT_D(vc.wp[1], DB, 32, do_spe_mathemu()
/linux-4.4.14/include/math-emu/
H A Ddouble.h120 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,2,r,X,rsz,rsg) macro
195 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,1,r,X,rsz,rsg) macro
/linux-4.4.14/arch/sparc/math-emu/
H A Dmath_64.c461 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; do_mathemu()
464 case FDTOX: FP_TO_INT_D (XR, DB, 64, 1); break; do_mathemu()
H A Dmath_32.c456 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; do_one_mathemu()

Completed in 274 milliseconds