Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h277 #define Q_RELPREC(a, b) ((int)Q_NFBITS(a) - (int)Q_NFBITS(b)) macro
475 int _perr = 0, _relprec = Q_RELPREC(*(a), b); \
/freebsd/share/man/man3/
H A DMakefile192 Q_SIGNED.3 Q_RELPREC.3
/freebsd/sys/kern/
H A Dsubr_stats.c347 Q_RELPREC(c1->mu, c2->mu))); in ctd32cmp()
359 Q_RELPREC(c1->mu, c2->mu))); in ctd64cmp()
3157 Q_RELPREC(ctd32->mu, x)));
3164 Q_RELPREC(ctd64->mu, x)));