Home
last modified time | relevance | path

Searched +defs:B +defs:t +defs:n (Results 201 – 225 of 8157) sorted by relevance

12345678910>>...327

/dports/math/flint2/flint-2.8.4/fmpz_poly/
H A Dtaylor_shift_horner.c21 _fmpz_poly_taylor_shift_horner(fmpz * poly, const fmpz_t c, slong n) in _fmpz_poly_taylor_shift_horner()
106 mp_ptr t; in _fmpz_poly_taylor_shift_horner() local
127 slong B = BLOCK_SIZE, ii, jj, d; in _fmpz_poly_taylor_shift_horner() local
128 mp_ptr t; in _fmpz_poly_taylor_shift_horner() local
168 slong B = BLOCK_SIZE, ii, jj; in _fmpz_poly_taylor_shift_horner() local
H A Dcompose_series_brent_kung.c21 const fmpz * poly2, slong len2, slong n) in _fmpz_poly_compose_series_brent_kung()
23 fmpz_mat_t A, B, C; in _fmpz_poly_compose_series_brent_kung() local
24 fmpz *t, *h; in _fmpz_poly_compose_series_brent_kung() local
75 const fmpz_poly_t poly1, const fmpz_poly_t poly2, slong n) in fmpz_poly_compose_series_brent_kung()
114 fmpz_poly_t t; in fmpz_poly_compose_series_brent_kung() local
/dports/math/e-antic/flint2-ae7ec89/arith/test/
H A Dt-cyclotomic_polynomial.c21 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
23 fmpz_poly_t t; in cyclotomic_naive() local
62 fmpz_poly_t A, B; in main() local
63 slong n; in main() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly/test/
H A Dt-cyclotomic.c14 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
16 fmpz_poly_t t; in cyclotomic_naive() local
55 fmpz_poly_t A, B; in main() local
56 slong n; in main() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly/test/
H A Dt-cyclotomic.c14 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
16 fmpz_poly_t t; in cyclotomic_naive() local
55 fmpz_poly_t A, B; in main() local
56 slong n; in main() local
/dports/math/flint2/flint-2.8.4/arith/test/
H A Dt-cyclotomic_polynomial.c21 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
23 fmpz_poly_t t; in cyclotomic_naive() local
62 fmpz_poly_t A, B; in main() local
63 slong n; in main() local
/dports/math/flint2/flint-2.8.4/fmpz_poly/test/
H A Dt-cyclotomic.c14 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
16 fmpz_poly_t t; in cyclotomic_naive() local
55 fmpz_poly_t A, B; in main() local
56 slong n; in main() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/arith/test/
H A Dt-cyclotomic_polynomial.c21 void cyclotomic_naive(fmpz_poly_t poly, ulong n) in cyclotomic_naive()
23 fmpz_poly_t t; in cyclotomic_naive() local
62 fmpz_poly_t A, B; in main() local
63 slong n; in main() local
/dports/audio/julius/julius-4.1.2/libsent/src/wav2mfcc/
H A Dwav2mfcc-buffer.c59 int i, k, t; in Wav2MFCC() local
113 int t; in NormaliseLogE() local
144 int theta, t, n, B = 0; in Delta() local
182 int theta, t, n, B = 0; in Accel() local
221 int i, t; in CMN() local
250 int i, t; in MVN() local
/dports/mail/hashcash/hashcash-1.22/
H A Dfastmint_altivec_standard_2.c17 #define S(n,X) ( vec_rl( X, (vector unsigned int) (n) ) ) argument
50 #define Wf(W,t,F,G) ( \ argument
58 #define ROUND_F1_n(t,A,B,C,D,E,K,W) \ argument
87 #define ROUND_F1_u(t,A,B,C,D,E,K,W) \ argument
136 #define ROUND_F2_n(t,A,B,C,D,E,K,W) \ argument
163 #define ROUND_F2_u(t,A,B,C,D,E,K,W) \ argument
210 #define ROUND_F3_n(t,A,B,C,D,E,K,W) \ argument
241 #define ROUND_F3_u(t,A,B,C,D,E,K,W) \ argument
295 #define ROUNDu(t,A,B,C,D,E,Func,K,W) \ argument
304 #define ROUNDn(t,A,B,C,D,E,Func,K,W) \ argument
[all …]
H A Dfastmint_ansi_compact_1.c13 #define F1( B, C, D ) ( (D) ^ ( (B) & ( (C) ^ (D) ) ) ) argument
14 #define F2( B, C, D ) ( (B) ^ (C) ^ (D) ) argument
16 #define F3( B, C, D ) ( ( (B) & ( (C) | (D) )) | ( (C) & (D) ) ) argument
17 #define F4( B, C, D ) ( (B) ^ (C) ^ (D) ) argument
24 #define S(n, X) ( ( (X) << (n) ) | ( (X) >> ( 32 - (n) ) ) ) argument
25 #define Wf(t) (W[t] = S(1, W[t-16] ^ W[t-14] ^ W[t-8] ^ W[t-3])) argument
27 #define ROUND(t,A,B,C,D,E,Func,K) \ argument
31 #define ROUND5( t, Func, K ) \ argument
38 #define ROUND20( t, Func, K )\ argument
48 int t = 0, gotBits = 0, maxBits = (bits > 16) ? 16 : bits; in minter_ansi_compact_1() local
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly/
H A Dcompose_series_brent_kung.c21 const fmpz * poly2, slong len2, slong n) in _fmpz_poly_compose_series_brent_kung()
23 fmpz_mat_t A, B, C; in _fmpz_poly_compose_series_brent_kung() local
24 fmpz *t, *h; in _fmpz_poly_compose_series_brent_kung() local
75 const fmpz_poly_t poly1, const fmpz_poly_t poly2, slong n) in fmpz_poly_compose_series_brent_kung()
114 fmpz_poly_t t; in fmpz_poly_compose_series_brent_kung() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly/
H A Dcompose_series_brent_kung.c21 const fmpz * poly2, slong len2, slong n) in _fmpz_poly_compose_series_brent_kung()
23 fmpz_mat_t A, B, C; in _fmpz_poly_compose_series_brent_kung() local
24 fmpz *t, *h; in _fmpz_poly_compose_series_brent_kung() local
75 const fmpz_poly_t poly1, const fmpz_poly_t poly2, slong n) in fmpz_poly_compose_series_brent_kung()
114 fmpz_poly_t t; in fmpz_poly_compose_series_brent_kung() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly_mat/
H A Dsqr_classical.c20 fmpz_poly_mat_sqr_classical(fmpz_poly_mat_t B, const fmpz_poly_mat_t A) in fmpz_poly_mat_sqr_classical()
22 slong n = A->r; in fmpz_poly_mat_sqr_classical() local
35 fmpz_poly_t t, u; in fmpz_poly_mat_sqr_classical() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly_mat/
H A Dsqr_classical.c20 fmpz_poly_mat_sqr_classical(fmpz_poly_mat_t B, const fmpz_poly_mat_t A) in fmpz_poly_mat_sqr_classical()
22 slong n = A->r; in fmpz_poly_mat_sqr_classical() local
35 fmpz_poly_t t, u; in fmpz_poly_mat_sqr_classical() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_mat/
H A Dsqr.c18 fmpz_mat_sqr(fmpz_mat_t B, const fmpz_mat_t A) in fmpz_mat_sqr()
20 slong n = A->r, ab; in fmpz_mat_sqr() local
24 fmpz_mat_t t; in fmpz_mat_sqr() local
/dports/math/flint2/flint-2.8.4/fmpz_mat/
H A Dsqr.c18 fmpz_mat_sqr(fmpz_mat_t B, const fmpz_mat_t A) in fmpz_mat_sqr()
20 slong n = A->r, ab; in fmpz_mat_sqr() local
24 fmpz_mat_t t; in fmpz_mat_sqr() local
/dports/math/flint2/flint-2.8.4/fmpz_poly_mat/
H A Dsqr_classical.c20 fmpz_poly_mat_sqr_classical(fmpz_poly_mat_t B, const fmpz_poly_mat_t A) in fmpz_poly_mat_sqr_classical()
22 slong n = A->r; in fmpz_poly_mat_sqr_classical() local
35 fmpz_poly_t t, u; in fmpz_poly_mat_sqr_classical() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/testGenerics2/in/
H A DA.java5 class B<T> extends A<T>{ class
6 protected void mmm(T t){} in mmm()
7 protected void n(){} in n() method in B
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/testGenerics2/out/
H A DA.java5 protected void mmm(S t) {} in mmm()
7 protected void n() {} in n() method in A
9 class B<T> extends A<T>{ class
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mat/
H A Dsqr.c18 fmpz_mat_sqr(fmpz_mat_t B, const fmpz_mat_t A) in fmpz_mat_sqr()
20 slong n = A->r, ab; in fmpz_mat_sqr() local
24 fmpz_mat_t t; in fmpz_mat_sqr() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dinstantiate-self.cpp17 struct B { struct
18 struct C {};
30 struct B { struct
31 enum { Val = 1 };
64 template<typename T> constexpr T g(T t) { in g()
69 template<typename T> constexpr T f(T t) { // expected-note {{declared here}} in f()
73 int n = f(0); // expected-note 2{{instantiation of}} variable
77 template<typename T> constexpr T g(T t) { in g()
80 template<typename T> constexpr T f(T t) { in f()
84 int n = f(0); variable
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiate-self.cpp17 struct B { struct
18 struct C {};
30 struct B { struct
31 enum { Val = 1 };
64 template<typename T> constexpr T g(T t) { in g()
69 template<typename T> constexpr T f(T t) { // expected-note {{declared here}} in f()
73 int n = f(0); // expected-note 2{{instantiation of}} variable
77 template<typename T> constexpr T g(T t) { in g()
80 template<typename T> constexpr T f(T t) { in f()
84 int n = f(0); variable
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiate-self.cpp17 struct B { struct
18 struct C {};
30 struct B { struct
31 enum { Val = 1 };
64 template<typename T> constexpr T g(T t) { in g()
68 template<typename T> constexpr T f(T t) { in f()
72 int n = f(0); // expected-note 2{{instantiation of}} variable
76 template<typename T> constexpr T g(T t) { in g()
79 template<typename T> constexpr T f(T t) { in f()
83 int n = f(0); variable
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dinstantiate-self.cpp17 struct B { struct
18 struct C {};
30 struct B { struct
31 enum { Val = 1 };
64 template<typename T> constexpr T g(T t) { in g()
69 template<typename T> constexpr T f(T t) { // expected-note {{declared here}} in f()
73 int n = f(0); // expected-note 2{{instantiation of}} variable
77 template<typename T> constexpr T g(T t) { in g()
80 template<typename T> constexpr T f(T t) { in f()
84 int n = f(0); variable
[all …]

12345678910>>...327