Home
last modified time | relevance | path

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

/linux-6.6.21/arch/m68k/math-emu/
Dfp_arith.c205 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()
Dmulti_arith.h243 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, in fp_putmant128() function