Searched refs:fp_set_quotient (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/m68k/math-emu/ | ||
H A D | fp_emu.h | 56 #define fp_set_quotient(quotient) ({ \ macro |
H A D | fp_arith.c | 599 fp_set_quotient((dest->mant.m64 & 0x7f) | (dest->sign << 7)); in modrem_kernel() |