Searched refs:FP_TO_INT_ROUND_D (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/math-emu/ |
D | double.h | 121 #define FP_TO_INT_ROUND_D(r,X,rsz,rsg) _FP_TO_INT_ROUND(D,2,r,X,rsz,rsg) macro 196 #define FP_TO_INT_ROUND_D(r,X,rsz,rsg) _FP_TO_INT_ROUND(D,1,r,X,rsz,rsg) macro
|
/linux-5.19.10/arch/alpha/math-emu/ |
D | math.c | 244 FP_TO_INT_ROUND_D(vc, DB, 64, 2); in alpha_fp_emul()
|
/linux-5.19.10/arch/powerpc/math-emu/ |
D | math_efp.c | 410 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu() 444 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
|