Home
last modified time | relevance | path

Searched refs:ntype (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, ...) \ argument
59 void _Qp_ ## qname ## toq(u_int *c, ntype n); \
61 _Qp_ ## qname ## toq(u_int *c, ntype n) \
64 union { atype a[2]; ntype n; } u = { .n = n }; \