Home
last modified time | relevance | path

Searched refs:test_sub (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtsub.c26 test_sub (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) in test_sub() function
126 test_sub (x, y, z, MPFR_RNDN); /* should round to 2^emax, i.e. overflow */ in check_diverse()
139 test_sub (x, y, z, MPFR_RNDD); in check_diverse()
164 inexact = test_sub (x, y, z, MPFR_RNDN); in check_diverse()
176 test_sub (z, x, y, MPFR_RNDN); in check_diverse()
216 if ((inexact = test_sub (x, x, y, MPFR_RNDN))) in check_diverse()
226 if ((inexact = test_sub (x, x, y, MPFR_RNDN))) in check_diverse()
263 test_sub (z, x, y, MPFR_RNDZ); in check_diverse()
269 test_sub (z, x, y, MPFR_RNDU); in check_diverse()
279 test_sub (z, x, y, MPFR_RNDN); in check_diverse()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dbntest.c220 static int test_sub(void) in test_sub() function
3144 ADD_TEST(test_sub); in setup_tests()