Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtgamma.c589 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1); in exprange()
591 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2); in exprange()
612 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1); in exprange()
614 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2); in exprange()
634 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1); in exprange()
636 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2); in exprange()
657 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1); in exprange()
659 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2); in exprange()
682 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1); in exprange()
684 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2); in exprange()
[all …]
H A Dtstckintc.c340 if ((ABS (kind) != MPFR_INF_KIND) || (VSIGN (kind) != VSIGN (sign))) in test_nan_inf_zero()
345 printf (" have sign %d instead of %d\n", VSIGN (kind), VSIGN (sign)); in test_nan_inf_zero()
352 if ((ABS (kind) != MPFR_ZERO_KIND) || (VSIGN (kind) != VSIGN (sign))) in test_nan_inf_zero()
357 printf (" have sign %d instead of %d\n", VSIGN (kind), VSIGN (sign)); in test_nan_inf_zero()
H A Dtsgn.c50 if (VSIGN (v) != res) in mpfr_sgn_test()
58 if (VSIGN (v) != res) in mpfr_sgn_test()
H A Dtj1.c59 MPFR_ASSERTN(VSIGN (inex) * sign < 0); in test_small()
66 MPFR_ASSERTN(VSIGN (inex) * sign > 0); in test_small()
H A Dtasin.c245 if (VSIGN (inex) != ex_inex || flags != ex_flags || in reduced_expo_range()
255 printf ("\n inex = %d, flags = %u\n", VSIGN (inex), flags); in reduced_expo_range()
H A Dtget_z.c157 ex_inex = VSIGN (ex_inex); in check_one()
176 inex = VSIGN (inex); in check_one()
H A Dtmul_2exp.c113 VSIGN (inex1), flags1); in underflow()
117 VSIGN (inex2), flags2); in underflow()
H A Dterf.c622 if (VSIGN (inex) != ex_inex || flags != ex_flags || in reduced_expo_range()
632 printf ("\n inex = %d, flags = %u\n", VSIGN (inex), flags); in reduced_expo_range()
H A Dtatan.c600 if (VSIGN (inex) != ex_inex || flags != ex_flags || in reduced_expo_range()
610 printf ("\n inex = %d, flags = %u\n", VSIGN (inex), flags); in reduced_expo_range()
H A Dtsin_cos.c654 if (! mpfr_equal_p (svalf, sval) || VSIGN (status_f) != VSIGN (status)) in coverage_01032011()
H A Dtpow_all.c113 printf (", inex = %d,\n flags =", VSIGN (inex1)); in cmpres()
118 printf (", inex = %d,\n flags =", VSIGN (inex2)); in cmpres()
H A Dtagm.c81 if (VSIGN (inex2) != inex || newflags != expflags || in check4()
H A Dtstrtofr.c1251 inex1 = VSIGN (inex1); in bug20120829()
1253 inex2 = VSIGN (inex2); in bug20120829()
/netbsd-src/bin/ps/
H A Dprint.c1248 #define VSIGN 1 in printval() macro
1257 vok = VSIGN; in printval()
1265 vok = VSIGN; in printval()
1277 vok = VSIGN; in printval()
1286 vok = VSIGN; in printval()
1295 vok = VSIGN; in printval()
1312 vok = VSIGN; in printval()
1324 case VSIGN: in printval()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcompound.c150 rnd1 = VSIGN (n) == MPFR_SIGN (x) ? MPFR_RNDD : MPFR_RNDU; in mpfr_compound_si()
H A Djn.c166 (MPFR_ASSERTN (inex2 != 0), VSIGN (_inexact) != MPFR_SIGN (z))) in mpfr_jn()
H A Dadd1sp.c85 inexact2 = VSIGN (inexact2); in mpfr_add1sp()
86 inexact = VSIGN (inexact); in mpfr_add1sp()
H A Dmul.c197 inexact2 = VSIGN (inexact2); in mpfr_mul()
198 inexact1 = VSIGN (inexact1); in mpfr_mul()
H A Dmpfr-impl.h1189 #define VSIGN(I) (((I) > 0) - ((I) < 0)) macro
1190 #define SAME_SIGN(I1,I2) (VSIGN (I1) == VSIGN (I2))
H A Dsub1sp.c79 inexact2 = VSIGN (inexact2); in mpfr_sub1sp()
80 inexact = VSIGN (inexact); in mpfr_sub1sp()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog5749 [src/mpfr-impl.h] INEXPOS and VSIGN code improvement.
12282 SIGN → VSIGN