Searched refs:fp_div64 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/m68k/math-emu/ |
H A D | multi_arith.h | 132 #define fp_div64(quot, rem, srch, srcl, div) \ macro 212 fp_div64(fix, dummy, fix, 0, dummy); in fp_dividemant() 217 fp_div64(first, rem, 0, src->mant.m32[1], div->mant.m32[0]); in fp_dividemant() 222 fp_div64(first, rem, src->mant.m32[0], src->mant.m32[1], div->mant.m32[0]); in fp_dividemant()
|
H A D | fp_arith.c | 411 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv() 415 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv()
|