Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/math-emu/
Dfp_arith.c97 fp_denormalize(src, diff); in fp_fadd()
99 fp_denormalize(dest, diff); in fp_fadd()
217 fp_denormalize(dest, -exp); in fp_fmul()
304 fp_denormalize(dest, -exp); in fp_fdiv()
361 fp_denormalize(dest, -exp); in fp_fsglmul()
439 fp_denormalize(dest, -exp); in fp_fsgldiv()
694 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