Home
last modified time | relevance | path

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

/arch/m68k/math-emu/
Dfp_arith.c98 fp_denormalize(src, diff); in fp_fadd()
100 fp_denormalize(dest, diff); in fp_fadd()
218 fp_denormalize(dest, -exp); in fp_fmul()
305 fp_denormalize(dest, -exp); in fp_fdiv()
362 fp_denormalize(dest, -exp); in fp_fsglmul()
440 fp_denormalize(dest, -exp); in fp_fsgldiv()
695 fp_denormalize(dest, -scale); in fp_fscale()
Dmulti_arith.h262 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize() function