Searched refs:fp_putmant128 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/m68k/math-emu/ |
D | fp_arith.c | 205 fp_putmant128(dest, &temp, 1); in fp_fmul() 207 fp_putmant128(dest, &temp, 0); in fp_fmul() 292 fp_putmant128(dest, &temp, 32); in fp_fdiv() 294 fp_putmant128(dest, &temp, 31); in fp_fdiv()
|
D | multi_arith.h | 243 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, in fp_putmant128() function
|