Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dmath64.c57 x = m64Negate(x); in m64Abs()
100 num = m64Negate(num); in m64FlooredDivI()
189 return m64Negate(m64CastUI(prod)); in m64MulI()
197 DPINT m64Negate(DPINT x) in m64Negate() function
269 num = m64Negate(num); in m64SymmetricDivI()
H A Dmath64.h55 DPINT m64Negate(DPINT x);
H A Dwords.c4758 i = m64Negate(i); in dnegate()