Searched refs:ficlLongMul (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/stand/ficl/amd64/
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h283 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
381 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/aarch64/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h263 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
369 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/i386/
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h281 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
379 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
417 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/arm/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h274 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
380 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/powerpc/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h274 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
383 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
421 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/riscv/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h263 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
369 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-current/stand/ficl/
H A Dmath64.c150 DPUNS resultLo = ficlLongMul(u.lo, mul);
151 DPUNS resultHi = ficlLongMul(u.hi, mul);
185 prod = ficlLongMul(x, y);
489 ** Portable versions of ficlLongMul and ficlLongDiv in C
493 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
516 ** Portable versions of ficlLongMul and ficlLongDiv in C
H A Dwords.c3881 ud = ficlLongMul(u1, u2);

Completed in 116 milliseconds