Searched refs:m64Compare (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/stand/ficl/
H A Dmath64.h69 int m64Compare(DPUNS x, DPUNS y);
H A Dmath64.c454 int m64Compare(DPUNS x, DPUNS y) function
536 while ((m64Compare(subtrahend, q) < 0) &&
545 if (m64Compare(subtrahend, q) <= 0)

Completed in 57 milliseconds