Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dmath64.h75 #define m64CastIU(i64) (*(DPUNS *)(&(i64))) macro
H A Dmath64.c111 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den); in m64FlooredDivI()
280 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den); in m64SymmetricDivI()