Searched refs:FP_TO_INT_ROUND_S (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 282 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 305 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 573 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu() 581 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu() 592 FP_TO_INT_ROUND_S(vc.wp[0], SB0, 32, in do_spe_mathemu() 599 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
|
/openbmc/linux/include/math-emu/ |
H A 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
|