Home
last modified time | relevance | path

Searched refs:got_q (Results 1 – 13 of 13) sorted by relevance

/dports/math/gmp/gmp-6.2.1/tests/mpn/
H A Dt-divrem_1.c67 mp_limb_t dinv, got_r, got_q[numberof(data[0].want_q)]; in check_data() local
74 ASSERT_ALWAYS (qsize <= numberof (got_q)); in check_data()
76 got_r = mpn_divrem_1 (got_q, data[i].qxn, data[i].n, data[i].nsize, in check_data()
79 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
88 mpn_trace (" got q", got_q, qsize); in check_data()
98 got_r = mpn_preinv_divrem_1 (got_q, data[i].qxn, in check_data()
102 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
/dports/math/mpir/mpir-3.0.0/tests/mpn/
H A Dt-divrem_1.c65 mp_limb_t dinv, got_r, got_q[numberof(data[0].want_q)]; in check_data() local
72 ASSERT_ALWAYS (qsize <= numberof (got_q)); in check_data()
74 got_r = mpn_divrem_1 (got_q, data[i].qxn, data[i].n, data[i].nsize, in check_data()
77 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
86 mpn_trace (" got q", got_q, qsize); in check_data()
96 got_r = mpn_preinv_divrem_1 (got_q, data[i].qxn, in check_data()
100 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpn/
H A Dt-divrem_1.c68 mp_limb_t dinv, got_r, got_q[numberof(data[0].want_q)]; in check_data() local
75 ASSERT_ALWAYS (qsize <= numberof (got_q)); in check_data()
77 got_r = mpn_divrem_1 (got_q, data[i].qxn, data[i].n, data[i].nsize, in check_data()
80 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
89 mpn_trace (" got q", got_q, qsize); in check_data()
99 got_r = mpn_preinv_divrem_1 (got_q, data[i].qxn, in check_data()
103 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpn/
H A Dt-divrem_1.c67 mp_limb_t dinv, got_r, got_q[numberof(data[0].want_q)]; in check_data() local
74 ASSERT_ALWAYS (qsize <= numberof (got_q)); in check_data()
76 got_r = mpn_divrem_1 (got_q, data[i].qxn, data[i].n, data[i].nsize, in check_data()
79 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
88 mpn_trace (" got q", got_q, qsize); in check_data()
98 got_r = mpn_preinv_divrem_1 (got_q, data[i].qxn, in check_data()
102 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpn/
H A Dt-divrem_1.c68 mp_limb_t dinv, got_r, got_q[numberof(data[0].want_q)]; in check_data() local
75 ASSERT_ALWAYS (qsize <= numberof (got_q)); in check_data()
77 got_r = mpn_divrem_1 (got_q, data[i].qxn, data[i].n, data[i].nsize, in check_data()
80 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
89 mpn_trace (" got q", got_q, qsize); in check_data()
99 got_r = mpn_preinv_divrem_1 (got_q, data[i].qxn, in check_data()
103 || refmpn_cmp (got_q, data[i].want_q, qsize) != 0) in check_data()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
112 ASSERT(got_q); in tcp_close_cb()
174 ASSERT(got_q); in TEST_IMPL()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
112 ASSERT(got_q); in tcp_close_cb()
174 ASSERT(got_q); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
112 ASSERT(got_q); in tcp_close_cb()
174 ASSERT(got_q); in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
118 ASSERT(got_q); in tcp_close_cb()
180 ASSERT(got_q); in TEST_IMPL()
H A Dtest-shutdown-simultaneous.c31 static int got_q; variable
60 if (!got_q) { in read_cb()
65 got_q = 1; in read_cb()
131 ASSERT_EQ(got_q, 1); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
118 ASSERT(got_q); in tcp_close_cb()
180 ASSERT(got_q); in TEST_IMPL()
H A Dtest-shutdown-simultaneous.c31 static int got_q; variable
60 if (!got_q) { in read_cb()
65 got_q = 1; in read_cb()
131 ASSERT_EQ(got_q, 1); in TEST_IMPL()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimei.cpp1121 bool got_q = false; in mime_set_url_part() local
1138 got_q = true; in mime_set_url_part()
1140 } else if (got_q && *s == '&' && !PL_strncasecmp(s, "&part=", 6)) in mime_set_url_part()
1165 if (got_q) in mime_set_url_part()