Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dmath64.h53 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
H A Dmath64.c148 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add) in m64Mac() function
H A Dwords.c3092 accum = m64Mac(accum, base, digit); in toNumber()