HomeSort by: relevance | last modified time | path
    Searched defs:test_sub (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tsub.c 26 test_sub (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function
126 test_sub (x, y, z, MPFR_RNDN); /* should round to 2^emax, i.e. overflow */
139 test_sub (x, y, z, MPFR_RNDD);
164 inexact = test_sub (x, y, z, MPFR_RNDN);
176 test_sub (z, x, y, MPFR_RNDN);
216 if ((inexact = test_sub (x, x, y, MPFR_RNDN)))
226 if ((inexact = test_sub (x, x, y, MPFR_RNDN)))
263 test_sub (z, x, y, MPFR_RNDZ);
269 test_sub (z, x, y, MPFR_RNDU);
279 test_sub (z, x, y, MPFR_RNDN)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 239 static int test_sub(void) function
3370 ADD_TEST(test_sub);
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 220 static int test_sub(void) function
3144 ADD_TEST(test_sub);
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 224 static int test_sub(void) function
2925 ADD_TEST(test_sub);

Completed in 32 milliseconds