Searched refs:ficlLongMul (Results 1 – 14 of 14) sorted by relevance
/freebsd/stand/ficl/ |
H A D | math64.c | 150 DPUNS resultLo = ficlLongMul(u.lo, mul); in m64Mac() 151 DPUNS resultHi = ficlLongMul(u.hi, mul); in m64Mac() 185 prod = ficlLongMul(x, y); in m64MulI() 493 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | words.c | 3881 ud = ficlLongMul(u1, u2); in umStar()
|
/freebsd/stand/ficl/amd64/ |
H A D | sysdep.c | 26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|
/freebsd/stand/ficl/arm/ |
H A D | sysdep.c | 24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|
/freebsd/stand/ficl/i386/ |
H A D | sysdep.c | 26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 417 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|
/freebsd/stand/ficl/powerpc/ |
H A D | sysdep.c | 24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 421 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|
/freebsd/stand/ficl/aarch64/ |
H A D | sysdep.c | 24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|
/freebsd/stand/ficl/riscv/ |
H A D | sysdep.c | 24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul() function
|
H A D | sysdep.h | 407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
|