Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/math-emu/
Dmulti_arith.h371 #define fp_div64(quot, rem, srch, srcl, div) \ macro
451 fp_div64(fix, dummy, fix, 0, dummy); in fp_dividemant()
456 fp_div64(first, rem, 0, src->mant.m32[1], div->mant.m32[0]); in fp_dividemant()
461 fp_div64(first, rem, src->mant.m32[0], src->mant.m32[1], div->mant.m32[0]); in fp_dividemant()
Dfp_arith.c422 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv()
426 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv()