Home
last modified time | relevance | path

Searched refs:test_add (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtadd.c37 test_add (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) in test_add() function
82 test_add (zz, xx, yy, rnd_mode); in check()
107 test_add (zz, xx, yy, rnd_mode); in check2b()
134 test_add (u, x, t, MPFR_RNDD); in check64()
151 test_add (u, x, t, MPFR_RNDN); in check64()
173 test_add (u, x, t, MPFR_RNDN); /* should give -5/8 */ in check64()
186 test_add (u, x, t, MPFR_RNDN); in check64()
196 test_add (u, x, t, MPFR_RNDN); in check64()
228 test_add (u, x, t, MPFR_RNDN); in check64()
271 test_add (u, x, t, MPFR_RNDU); in check64()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dyndb/
H A Dtests.sh30 test_add() { function
118 test_add test1.ipv4.example.nil. A "10.53.0.10" || ret=1
121 test_add test2.ipv4.example.nil. A "10.53.0.11" || ret=1
124 test_add test3.ipv4.example.nil. A "10.53.0.12" || ret=1
127 test_add test4.ipv6.example.nil. AAAA "2001:db8::1" || ret=1
151 test_add test5.ipv4.example.nil. A "10.53.0.10" || ret=1
154 test_add test6.ipv6.example.nil. AAAA "2001:db8::1" || ret=1
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dtest_acquire_cred.c51 test_add(gss_cred_id_t cred_handle) in test_add() function
100 test_add(cred_handle); in copy_cred()
101 test_add(cred_handle); in copy_cred()
102 test_add(cred_handle); in copy_cred()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_acquire_cred.c67 test_add(gss_cred_id_t cred_handle)
116 test_add(cred_handle);
117 test_add(cred_handle);
118 test_add(cred_handle);
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dsigs_test.c339 const updatesigs_test_params_t test_add = { in ISC_RUN_TEST_IMPL()
420 &test_add, &test_append, &test_replace, in ISC_RUN_TEST_IMPL()
342 const updatesigs_test_params_t test_add = { ISC_RUN_TEST_IMPL() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/
H A DAssemblyTests.md26 // CHECK-LABEL: test_add:
27 extern "C" int test_add() {
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/docs/
H A DAssemblyTests.md26 // CHECK-LABEL: test_add:
27 extern "C" int test_add() {
/netbsd-src/external/lgpl3/mpc/dist/tools/mpcheck/
H A Dmpcheck-longdouble.c203 test_add (p, n); in main()
H A Dmpcheck-double.c210 test_add (p, n); in main()
H A Dmpcheck-float.c215 test_add (p, n); in main()
H A Dmpcheck-float128.c220 test_add (p, n); in main()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog15054 [tests/tadd.c] revert mpfr_add to test_add