Searched refs:SGN (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-cmp_si.c26 #define SGN(x) ((x) < 0 ? -1 : (x) == 0 ? 0 : 1) macro
76 if (SGN (got) != data[i].want)
H A Dt-cmp_d.c33 #define SGN(n) ((n) > 0 ? 1 : (n) < 0 ? -1 : 0) macro
42 if (SGN(got) != cmp)
62 if (SGN(got) != cmpabs)
/haiku-buildtools/gcc/gmp/tests/mpq/
H A Dt-cmp_si.c29 #define SGN(x) ((x)<0 ? -1 : (x) != 0) macro
83 if (SGN(got) != data[i].want)
98 if (SGN(got) != data[i].want)
H A Dt-cmp.c30 #define SGN(x) ((x) < 0 ? -1 : (x) > 0 ? 1 : 0) macro
96 if (SGN (ccref) != SGN (cc))
H A Dt-cmp_ui.c30 #define SGN(x) ((x) < 0 ? -1 : (x) > 0 ? 1 : 0) macro
99 if (SGN (ccref) != SGN (cc))
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-cmp_d.c29 #define SGN(n) ((n) > 0 ? 1 : (n) < 0 ? -1 : 0) macro
37 if (SGN(got) != cmp)
H A Dt-cmp_si.c26 #define SGN(x) ((x) < 0 ? -1 : (x) == 0 ? 0 : 1) macro
81 if (SGN (got) != data[i].want)
/haiku-buildtools/gcc/gmp/tests/mpbsd/
H A Dt-itom.c27 #define SGN(x) ((x) < 0 ? -1 : (x) == 0 ? 0 : 1) macro
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs323 #define SGN(x) ((x)<0 ? -1 : (x) != 0)
1327 RETVAL = SGN (SvIVX(sv));
1335 RETVAL = SGN (SvNVX(sv));
1734 RETVAL = SGN (RETVAL);
2574 RETVAL = SGN (RETVAL);
2922 RETVAL = SGN (RETVAL);

Completed in 54 milliseconds