Home
last modified time | relevance | path

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

/arch/m68k/math-emu/
Dfp_arith.c207 fp_putmant128(dest, &temp, 1); in fp_fmul()
209 fp_putmant128(dest, &temp, 0); in fp_fmul()
294 fp_putmant128(dest, &temp, 32); in fp_fdiv()
296 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