Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c2550 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->sq32,
2557 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->uq32,
2564 (0 == (error = Q_QCPYVALQ(&VSD(q64, vsd)->sq64,
2571 (0 == (error = Q_QCPYVALQ(&VSD(q64, vsd)->uq64,
2634 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->sq32,
2641 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->uq32,
2648 (0 == (error = Q_QCPYVALQ(&VSD(q64, vsd)->sq64,
2655 (0 == (error = Q_QCPYVALQ(&VSD(q64, vsd)->uq64,
3347 if ((error = Q_QCPYVALQ(&ctd32->mu, x)))
3498 error = Q_QCPYVALQ(&x, voival->q32.sq32);
[all …]
/freebsd/share/man/man3/
H A DMakefile182 Q_QADDQ.3 Q_QCPYVALQ.3
/freebsd/sys/sys/
H A Dqmath.h494 #define Q_QCPYVALQ(l, r) \ macro