Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c2543 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->sq32,
2550 (0 == (error = Q_QCPYVALQ(&VSD(q32, vsd)->uq32,
3306 if ((error = Q_QCPYVALQ(&ctd32->mu, x)))
3450 error = Q_QCPYVALQ(&x, voival->q32.sq32);
3453 error = Q_QCPYVALQ(&x, voival->q32.uq32);
3456 error = Q_QCPYVALQ(&x, voival->q64.sq64);
3459 error = Q_QCPYVALQ(&x, voival->q64.uq64);
3616 error = Q_QCPYVALQ(
3621 error = Q_QCPYVALQ(
3626 error = Q_QCPYVALQ(
[all …]
/f-stack/freebsd/sys/
H A Dqmath.h493 #define Q_QCPYVALQ(l, r) \ macro