Home
last modified time | relevance | path

Searched refs:FP_TO_INT_S (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/powerpc/math-emu/
Dmath_efp.c317 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
586 FP_TO_INT_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
588 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
/linux-3.4.99/include/math-emu/
Dsingle.h109 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) macro
/linux-3.4.99/arch/sparc/math-emu/
Dmath_64.c452 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
455 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu()
Dmath_32.c455 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
/linux-3.4.99/arch/s390/kernel/
Dsysinfo.c449 FP_TO_INT_S(capability, SR, 32, 0); in s390_adjust_jiffies()