Home
last modified time | relevance | path

Searched refs:m64CastUI (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dmath64.h76 #define m64CastUI(u64) (*(DPINT *)(&(u64))) macro
H A Dmath64.c187 return m64CastUI(prod); in m64MulI()
189 return m64Negate(m64CastUI(prod)); in m64MulI()