Searched refs:_QP_QTOT (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/os/arch/sparc/ |
H A D | softfloat.c | 75 #define _QP_QTOT(qname, fname, type, ...) \ macro 150 _QP_QTOT(d, d, double, &u.a) 151 _QP_QTOT(i, i, int) 152 _QP_QTOT(s, s, float) 153 _QP_QTOT(x, x, long, &u.a) 154 _QP_QTOT(ui, i, u_int) 155 _QP_QTOT(ux, x, u_long, &u.a)
|