Home
last modified time | relevance | path

Searched refs:FP_TO_INT_ROUND_S (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c281 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
304 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
570 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
578 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
589 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
596 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
/OK3568_Linux_fs/kernel/arch/nds32/math-emu/
H A Dfs2ui.c25 FP_TO_INT_ROUND_S(r, A, 32, 0); in fs2ui()
H A Dfs2si.c25 FP_TO_INT_ROUND_S(r, A, 32, 1); in fs2si()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsingle.h110 #define FP_TO_INT_ROUND_S(r,X,rsz,rsg) _FP_TO_INT_ROUND(S,1,r,X,rsz,rsg) macro