Home
last modified time | relevance | path

Searched refs:m64MulI (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dmath64.h54 DPINT m64MulI(FICL_INT x, FICL_INT y);
H A Dmath64.c168 DPINT m64MulI(FICL_INT x, FICL_INT y) in m64MulI() function
H A Dwords.c424 prod = m64MulI(x,y); in mulDiv()
444 prod = m64MulI(x,y); in mulDivRem()
3863 d = m64MulI(n1, n2); in mStar()