Searched defs:_Q_cmp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_cmp.c33 _Q_cmp(QUAD x, QUAD y) function
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_cmp.c32 #define _Q_cmp _Qp_cmp macro
36 * _Q_cmp(x, y) returns the condition code that would result from
40 _Q_cmp(const union longdouble *x, const union longdouble *y) function
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttoward.c68 #define _Q_cmp _Qp_cmp macro
71 extern enum fcc_type _Q_cmp(const long double *, const long double *);
91 * to code the comparison in line rather than calling _Q_cmp.
99 rel = _Q_cmp(&lx, &y);
H A Dnexttowardf.c57 #define _Q_cmp _Qp_cmp macro
60 extern enum fcc_type _Q_cmp(const long double *, const long double *);
80 * to code the comparison in line rather than calling _Q_cmp.
88 rel = _Q_cmp(&lx, &y);

Completed in 57 milliseconds