Home
last modified time | relevance | path

Searched refs:half_n (Results 1 – 25 of 67) sorted by relevance

123

/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/bike_r1/
H A Dgf2x_mul.c40 const uint64_t half_n = n >> 1; in karatzuba() local
44 const uint64_t *a_high = a + half_n; in karatzuba()
45 const uint64_t *b_high = b + half_n; in karatzuba()
48 uint64_t *res1 = res + half_n; in karatzuba()
49 uint64_t *res2 = res1 + half_n; in karatzuba()
54 uint64_t *blbh = alah + half_n; in karatzuba()
55 uint64_t *tmp = blbh + half_n; in karatzuba()
59 secure_buf = tmp + half_n; in karatzuba()
62 karatzuba(res, a, b, half_n, secure_buf); in karatzuba()
68 karatzuba_add1(res, a, b, half_n, alah); in karatzuba()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/bike_r2/
H A Dgf2x_mul.c40 const uint64_t half_n = n >> 1; in karatzuba() local
44 const uint64_t *a_high = a + half_n; in karatzuba()
45 const uint64_t *b_high = b + half_n; in karatzuba()
48 uint64_t *res1 = res + half_n; in karatzuba()
49 uint64_t *res2 = res1 + half_n; in karatzuba()
54 uint64_t *blbh = alah + half_n; in karatzuba()
55 uint64_t *tmp = blbh + half_n; in karatzuba()
59 secure_buf = tmp + half_n; in karatzuba()
62 karatzuba(res, a, b, half_n, secure_buf); in karatzuba()
68 karatzuba_add1(res, a, b, half_n, alah); in karatzuba()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/
H A Dfft.c46 int half_n = n>>1; in fft_stage_try1() local
50 for(i=0;i<half_n;i++){ in fft_stage_try1()
100 int half_n; in fft_stage_try2() local
103 half_n = 1<<i; in fft_stage_try2()
172 int half_n; in fft_stage_step0_try3() local
194 int half_n; in fft_stage_step1_try3() local
209 x = COMPLEX_MULT_R(s1[half_n + j], s2[half_n + j], 0, 1); in fft_stage_step1_try3()
210 y = COMPLEX_MULT_I(s1[half_n + j], s2[half_n + j], 0, 1); in fft_stage_step1_try3()
214 d1[half_n + j] = s1[half_n + j - skip] - x; in fft_stage_step1_try3()
215 d2[half_n + j] = s2[half_n + j - skip] - y; in fft_stage_step1_try3()
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dcomplex_expressions.py192 half_n = int(n/2)
194 expr = "(%s<=%s)" % (field, half_n)
195 py_expr = "{%s} <= %d" % (field, half_n)
198 expr = "(%s>=%s)" % (field, half_n)
199 py_expr = "{%s} >= %d" % (field, half_n)
275 half_n = int(a_ord + n/2)
278 expr = "(%s>=abc%s)" % (field, chr(half_n))
279 py_expr = "'{%s}' >= 'abc%s'" % (field, chr(half_n))
282 expr = "(%s<=abc%s)" % (field, chr(half_n))
283 py_expr = "'{%s}' <= 'abc%s'" % (field, chr(half_n))
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrofft.c34 int half_n; in fft_stage() local
37 half_n = 1 << i; in fft_stage()
40 for (k = 0; k < half_n; k++) { in fft_stage()
49 d1[k * skip + half_n * skip + j] = s1[offset + j] - x; in fft_stage()
50 d2[k * skip + half_n * skip + j] = s2[offset + j] - y; in fft_stage()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/libgsasl/gsasl-1.10.0/gltests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */
190 volatile float x = me - half_n;
268 volatile double half_n = pow2d (- n); /* 2^-n */
269 volatile double x = me - half_n;
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in BOOST_AUTO_TEST_CASE()
349 volatile long double x = me - half_n; in BOOST_AUTO_TEST_CASE()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/libpreludedb/libpreludedb-1.2.6/libmissing/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/libprelude/libprelude-1.2.6/libmissing/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/gnutls/gnutls-3.6.16/gl/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/gsasl/gsasl-1.10.0/gltests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/gsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-float.c189 volatile float half_n = pow2f (- n); /* 2^-n */ in test_float() local
190 volatile float x = me - half_n; in test_float()
268 volatile double half_n = pow2d (- n); /* 2^-n */ in test_double() local
269 volatile double x = me - half_n; in test_double()
348 volatile long double half_n = pow2l (- n); /* 2^-n */ in test_long_double() local
349 volatile long double x = me - half_n; in test_long_double()

123