Searched refs:fp_putmant128 (Results 1 – 2 of 2) sorted by relevance
/arch/m68k/math-emu/ |
D | fp_arith.c | 207 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()
|
D | multi_arith.h | 595 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, in fp_putmant128() function
|