| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tgamma.c | 589 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 D | tstckintc.c | 340 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 D | tsgn.c | 50 if (VSIGN (v) != res) in mpfr_sgn_test() 58 if (VSIGN (v) != res) in mpfr_sgn_test()
|
| H A D | tj1.c | 59 MPFR_ASSERTN(VSIGN (inex) * sign < 0); in test_small() 66 MPFR_ASSERTN(VSIGN (inex) * sign > 0); in test_small()
|
| H A D | tasin.c | 245 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 D | tget_z.c | 157 ex_inex = VSIGN (ex_inex); in check_one() 176 inex = VSIGN (inex); in check_one()
|
| H A D | tmul_2exp.c | 113 VSIGN (inex1), flags1); in underflow() 117 VSIGN (inex2), flags2); in underflow()
|
| H A D | terf.c | 622 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 D | tatan.c | 600 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 D | tsin_cos.c | 654 if (! mpfr_equal_p (svalf, sval) || VSIGN (status_f) != VSIGN (status)) in coverage_01032011()
|
| H A D | tpow_all.c | 113 printf (", inex = %d,\n flags =", VSIGN (inex1)); in cmpres() 118 printf (", inex = %d,\n flags =", VSIGN (inex2)); in cmpres()
|
| H A D | tagm.c | 81 if (VSIGN (inex2) != inex || newflags != expflags || in check4()
|
| H A D | tstrtofr.c | 1251 inex1 = VSIGN (inex1); in bug20120829() 1253 inex2 = VSIGN (inex2); in bug20120829()
|
| /netbsd-src/bin/ps/ |
| H A D | print.c | 1248 #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 D | compound.c | 150 rnd1 = VSIGN (n) == MPFR_SIGN (x) ? MPFR_RNDD : MPFR_RNDU; in mpfr_compound_si()
|
| H A D | jn.c | 166 (MPFR_ASSERTN (inex2 != 0), VSIGN (_inexact) != MPFR_SIGN (z))) in mpfr_jn()
|
| H A D | add1sp.c | 85 inexact2 = VSIGN (inexact2); in mpfr_add1sp() 86 inexact = VSIGN (inexact); in mpfr_add1sp()
|
| H A D | mul.c | 197 inexact2 = VSIGN (inexact2); in mpfr_mul() 198 inexact1 = VSIGN (inexact1); in mpfr_mul()
|
| H A D | mpfr-impl.h | 1189 #define VSIGN(I) (((I) > 0) - ((I) < 0)) macro 1190 #define SAME_SIGN(I1,I2) (VSIGN (I1) == VSIGN (I2))
|
| H A D | sub1sp.c | 79 inexact2 = VSIGN (inexact2); in mpfr_sub1sp() 80 inexact = VSIGN (inexact); in mpfr_sub1sp()
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 5749 [src/mpfr-impl.h] INEXPOS and VSIGN code improvement. 12282 SIGN → VSIGN
|