Home
last modified time | relevance | path

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

/linux/arch/m68k/math-emu/
H A Dfp_arith.c93 fp_denormalize(src, diff); in fp_fadd()
95 fp_denormalize(dest, diff); in fp_fadd()
209 fp_denormalize(dest, -exp); in fp_fmul()
295 fp_denormalize(dest, -exp); in fp_fdiv()
351 fp_denormalize(dest, -exp); in fp_fsglmul()
428 fp_denormalize(dest, -exp); in fp_fsgldiv()
678 fp_denormalize(dest, -scale); in fp_fscale()
H A Dmulti_arith.h23 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize() function