Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/math-emu/
Dfp_arith.c206 fp_putmant128(dest, &temp, 1); in fp_fmul()
208 fp_putmant128(dest, &temp, 0); in fp_fmul()
293 fp_putmant128(dest, &temp, 32); in fp_fdiv()
295 fp_putmant128(dest, &temp, 31); in fp_fdiv()
Dmulti_arith.h595 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, in fp_putmant128() function