Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nds32/math-emu/
Dfs2si.c25 FP_TO_INT_ROUND_S(r, A, 32, 1); in fs2si()
Dfs2ui.c25 FP_TO_INT_ROUND_S(r, A, 32, 0); in fs2ui()
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c280 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
303 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
569 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
577 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
588 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu()
595 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
/Linux-v5.10/include/math-emu/
Dsingle.h110 #define FP_TO_INT_ROUND_S(r,X,rsz,rsg) _FP_TO_INT_ROUND(S,1,r,X,rsz,rsg) macro