Searched refs:FP_TO_INT_ROUND_S (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/nds32/math-emu/ |
D | fs2si.c | 25 FP_TO_INT_ROUND_S(r, A, 32, 1); in fs2si()
|
D | fs2ui.c | 25 FP_TO_INT_ROUND_S(r, A, 32, 0); in fs2ui()
|
/Linux-v5.10/arch/powerpc/math-emu/ |
D | math_efp.c | 280 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/ |
D | single.h | 110 #define FP_TO_INT_ROUND_S(r,X,rsz,rsg) _FP_TO_INT_ROUND(S,1,r,X,rsz,rsg) macro
|