Home
last modified time | relevance | path

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

/haiku/src/system/libroot/os/arch/sparc/
H A Dsoftfloat.c58 #define _QP_TTOQ(qname, fname, ntype, signpos, atype, ...) \ macro
143 _QP_TTOQ(d, d, double, 31, u_int, u.a[0], u.a[1])
144 _QP_TTOQ(i, i, int, 31, u_int, u.a[0])
145 _QP_TTOQ(s, s, float, 31, u_int, u.a[0])
146 _QP_TTOQ(x, x, long, 63, u_long, u.a[0])
147 _QP_TTOQ(ui, i, u_int, -1, u_int, u.a[0])
148 _QP_TTOQ(ux, x, u_long, -1, u_long, u.a[0])