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

/freebsd-current/stand/ficl/
H A Dmath64.c111 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
280 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
301 ** unfortunately), so I've used ficlLongDiv.
325 qr = ficlLongDiv(ud, (FICL_UNS)base);
329 qr = ficlLongDiv(ud, (FICL_UNS)base);
333 qr = ficlLongDiv(ud, (FICL_UNS)base);
337 qr = ficlLongDiv(ud, (FICL_UNS)base);
489 ** Portable versions of ficlLongMul and ficlLongDiv in C
516 ** Portable versions of ficlLongMul and ficlLongDiv in C
520 UNSQR ficlLongDiv(DPUN function
[all...]
H A Dvm.c697 result = ficlLongDiv(v, (FICL_UNS)radix);
736 result = ficlLongDiv(ud, (FICL_UNS)radix);
H A Dwords.c3794 qr = ficlLongDiv(ud, u1);
/freebsd-current/stand/ficl/amd64/
H A Dsysdep.c39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h283 ** 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-current/stand/ficl/aarch64/
H A Dsysdep.c37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h263 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
371 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-current/stand/ficl/i386/
H A Dsysdep.c39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h281 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
381 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
418 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-current/stand/ficl/arm/
H A Dsysdep.c37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h274 ** 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-current/stand/ficl/powerpc/
H A Dsysdep.c37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h274 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
385 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
422 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd-current/stand/ficl/riscv/
H A Dsysdep.c37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) function
H A Dsysdep.h263 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
371 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);

Completed in 105 milliseconds