Searched refs:ficlLongDiv (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/stand/ficl/
H A Dmath64.c112 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
281 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
302 ** unfortunately), so I've used ficlLongDiv.
326 qr = ficlLongDiv(ud, (FICL_UNS)base);
330 qr = ficlLongDiv(ud, (FICL_UNS)base);
334 qr = ficlLongDiv(ud, (FICL_UNS)base);
338 qr = ficlLongDiv(ud, (FICL_UNS)base);
490 ** Portable versions of ficlLongMul and ficlLongDiv in C
517 ** Portable versions of ficlLongMul and ficlLongDiv in C
521 UNSQR ficlLongDiv(DPUN function
[all...]
H A Dvm.c698 result = ficlLongDiv(v, (FICL_UNS)radix);
737 result = ficlLongDiv(ud, (FICL_UNS)radix);
H A Dwords.c3795 qr = ficlLongDiv(ud, u1);
/freebsd-13-stable/stand/ficl/aarch64/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h264 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
372 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
409 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/amd64/
H A Dsysdep.c40 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h284 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
384 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
421 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/arm/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
420 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/i386/
H A Dsysdep.c40 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h282 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
382 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
419 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/mips/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
420 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/mips64/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
420 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/powerpc/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
386 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
423 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-13-stable/stand/ficl/riscv/
H A Dsysdep.c38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h264 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
372 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
409 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);

Completed in 163 milliseconds