Home
last modified time | relevance | path

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

/linux/arch/m68k/math-emu/
H A Dmulti_arith.h83 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant() function
H A Dfp_arith.c98 if (fp_addmant(dest, src)) in fp_fadd()