Home
last modified time | relevance | path

Searched refs:fp_denormalize (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/m68k/math-emu/
Dfp_arith.c96 fp_denormalize(src, diff); in fp_fadd()
98 fp_denormalize(dest, diff); in fp_fadd()
216 fp_denormalize(dest, -exp); in fp_fmul()
303 fp_denormalize(dest, -exp); in fp_fdiv()
360 fp_denormalize(dest, -exp); in fp_fsglmul()
438 fp_denormalize(dest, -exp); in fp_fsgldiv()
693 fp_denormalize(dest, -scale); in fp_fscale()
Dmulti_arith.h21 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize() function