Home
last modified time | relevance | path

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

/linux/arch/nds32/math-emu/
A Dfs2siz.c25 FP_TO_INT_S(r, A, 32, 1); in fs2si_z()
A Dfs2uiz.c25 FP_TO_INT_S(r, A, 32, 0); in fs2ui_z()
/linux/include/math-emu/
A Dsingle.h109 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) macro
/linux/arch/powerpc/math-emu/
A Dmath_efp.c314 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
606 FP_TO_INT_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
613 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
/linux/arch/sparc/math-emu/
A Dmath_64.c461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
464 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu()
A Dmath_32.c456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()

Completed in 7 milliseconds