Home
last modified time | relevance | path

Searched defs:T (Results 201 – 225 of 35044) sorted by relevance

12345678910>>...1402

/dports/math/e-antic/flint2-ae7ec89/fq_mat_templates/test/
H A Dt-mul_KS.c40 TEMPLATE(T, mat_init) (A, m, n, ctx); in main() local
41 TEMPLATE(T, mat_init) (B, n, n, ctx); in main() local
42 TEMPLATE(T, mat_init) (C, m, n, ctx); in main() local
64 TEMPLATE(T, mat_clear) (A, ctx); in main() local
65 TEMPLATE(T, mat_clear) (B, ctx); in main() local
66 TEMPLATE(T, mat_clear) (C, ctx); in main() local
68 TEMPLATE(T, ctx_clear) (ctx); in main() local
107 TEMPLATE(T, mat_clear) (A, ctx); in main() local
108 TEMPLATE(T, mat_clear) (B, ctx); in main() local
109 TEMPLATE(T, mat_clear) (C, ctx); in main() local
[all …]
H A Dt-solve.c41 TEMPLATE(T, mat_init) (A, m, m, ctx); in main() local
73 TEMPLATE(T, mat_clear)(A, ctx); in main() local
74 TEMPLATE(T, mat_clear)(B, ctx); in main() local
75 TEMPLATE(T, mat_clear)(X, ctx); in main() local
76 TEMPLATE(T, mat_clear)(AX, ctx); in main() local
78 TEMPLATE(T, ctx_clear) (ctx); in main() local
113 TEMPLATE(T, mat_clear)(A, ctx); in main() local
114 TEMPLATE(T, mat_clear)(B, ctx); in main() local
115 TEMPLATE(T, mat_clear)(X, ctx); in main() local
116 TEMPLATE(T, mat_clear)(AX, ctx); in main() local
[all …]
H A Dt-submul.c43 TEMPLATE(T, mat_init) (A, m, k, ctx); in main() local
44 TEMPLATE(T, mat_init) (B, k, n, ctx); in main() local
56 TEMPLATE(T, mat_mul) (T, A, B, ctx); in main() local
57 TEMPLATE(T, mat_sub) (E, C, T, ctx); in main() local
84 TEMPLATE(T, mat_clear) (A, ctx); in main() local
85 TEMPLATE(T, mat_clear) (B, ctx); in main() local
86 TEMPLATE(T, mat_clear) (C, ctx); in main() local
87 TEMPLATE(T, mat_clear) (D, ctx); in main() local
88 TEMPLATE(T, mat_clear) (E, ctx); in main() local
89 TEMPLATE(T, mat_clear) (T, ctx); in main() local
[all …]
/dports/math/flint2/flint-2.8.4/fq_mat_templates/test/
H A Dt-mul_KS.c40 TEMPLATE(T, mat_init) (A, m, n, ctx); in main() local
41 TEMPLATE(T, mat_init) (B, n, n, ctx); in main() local
42 TEMPLATE(T, mat_init) (C, m, n, ctx); in main() local
64 TEMPLATE(T, mat_clear) (A, ctx); in main() local
65 TEMPLATE(T, mat_clear) (B, ctx); in main() local
66 TEMPLATE(T, mat_clear) (C, ctx); in main() local
68 TEMPLATE(T, ctx_clear) (ctx); in main() local
107 TEMPLATE(T, mat_clear) (A, ctx); in main() local
108 TEMPLATE(T, mat_clear) (B, ctx); in main() local
109 TEMPLATE(T, mat_clear) (C, ctx); in main() local
[all …]
H A Dt-solve.c41 TEMPLATE(T, mat_init) (A, m, m, ctx); in main() local
73 TEMPLATE(T, mat_clear)(A, ctx); in main() local
74 TEMPLATE(T, mat_clear)(B, ctx); in main() local
75 TEMPLATE(T, mat_clear)(X, ctx); in main() local
76 TEMPLATE(T, mat_clear)(AX, ctx); in main() local
78 TEMPLATE(T, ctx_clear) (ctx); in main() local
113 TEMPLATE(T, mat_clear)(A, ctx); in main() local
114 TEMPLATE(T, mat_clear)(B, ctx); in main() local
115 TEMPLATE(T, mat_clear)(X, ctx); in main() local
116 TEMPLATE(T, mat_clear)(AX, ctx); in main() local
[all …]
H A Dt-submul.c43 TEMPLATE(T, mat_init) (A, m, k, ctx); in main() local
44 TEMPLATE(T, mat_init) (B, k, n, ctx); in main() local
56 TEMPLATE(T, mat_mul) (T, A, B, ctx); in main() local
57 TEMPLATE(T, mat_sub) (E, C, T, ctx); in main() local
84 TEMPLATE(T, mat_clear) (A, ctx); in main() local
85 TEMPLATE(T, mat_clear) (B, ctx); in main() local
86 TEMPLATE(T, mat_clear) (C, ctx); in main() local
87 TEMPLATE(T, mat_clear) (D, ctx); in main() local
88 TEMPLATE(T, mat_clear) (E, ctx); in main() local
89 TEMPLATE(T, mat_clear) (T, ctx); in main() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_mat_templates/test/
H A Dt-submul.c43 TEMPLATE(T, mat_init) (A, m, k, ctx); in main() local
44 TEMPLATE(T, mat_init) (B, k, n, ctx); in main() local
56 TEMPLATE(T, mat_mul) (T, A, B, ctx); in main() local
57 TEMPLATE(T, mat_sub) (E, C, T, ctx); in main() local
84 TEMPLATE(T, mat_clear) (A, ctx); in main() local
85 TEMPLATE(T, mat_clear) (B, ctx); in main() local
86 TEMPLATE(T, mat_clear) (C, ctx); in main() local
87 TEMPLATE(T, mat_clear) (D, ctx); in main() local
88 TEMPLATE(T, mat_clear) (E, ctx); in main() local
89 TEMPLATE(T, mat_clear) (T, ctx); in main() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_templates/test/
H A Dt-scalar_addmul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
50 TEMPLATE(T, poly_set) (b, a, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-scalar_submul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
93 TEMPLATE(T, poly_init) (b, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-divides.c40 TEMPLATE(T, poly_init) (a, ctx); in main() local
41 TEMPLATE(T, poly_init) (b, ctx); in main() local
42 TEMPLATE(T, poly_init) (c, ctx); in main() local
43 TEMPLATE(T, poly_init) (q, ctx); in main() local
66 TEMPLATE(T, poly_clear) (a, ctx); in main() local
71 TEMPLATE(T, ctx_clear) (ctx); in main() local
82 TEMPLATE(T, poly_init) (a, ctx); in main() local
83 TEMPLATE(T, poly_init) (b, ctx); in main() local
84 TEMPLATE(T, poly_init) (c, ctx); in main() local
109 TEMPLATE(T, ctx_clear) (ctx); in main() local
[all …]
/dports/math/e-antic/flint2-ae7ec89/fq_poly_templates/test/
H A Dt-scalar_submul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
93 TEMPLATE(T, poly_init) (b, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-scalar_addmul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
50 TEMPLATE(T, poly_set) (b, a, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-divides.c40 TEMPLATE(T, poly_init) (a, ctx); in main() local
41 TEMPLATE(T, poly_init) (b, ctx); in main() local
42 TEMPLATE(T, poly_init) (c, ctx); in main() local
43 TEMPLATE(T, poly_init) (q, ctx); in main() local
66 TEMPLATE(T, poly_clear) (a, ctx); in main() local
71 TEMPLATE(T, ctx_clear) (ctx); in main() local
82 TEMPLATE(T, poly_init) (a, ctx); in main() local
83 TEMPLATE(T, poly_init) (b, ctx); in main() local
84 TEMPLATE(T, poly_init) (c, ctx); in main() local
109 TEMPLATE(T, ctx_clear) (ctx); in main() local
[all …]
/dports/math/flint2/flint-2.8.4/fq_poly_templates/test/
H A Dt-scalar_submul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
93 TEMPLATE(T, poly_init) (b, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-scalar_addmul_fq.c44 TEMPLATE(T, poly_init) (a, ctx); in main() local
45 TEMPLATE(T, poly_init) (b, ctx); in main() local
46 TEMPLATE(T, poly_init) (c, ctx); in main() local
47 TEMPLATE(T, init) (x, ctx); in main() local
50 TEMPLATE(T, poly_set) (b, a, ctx); in main() local
75 TEMPLATE(T, clear) (x, ctx); in main() local
77 TEMPLATE(T, ctx_clear) (ctx); in main() local
92 TEMPLATE(T, poly_init) (a, ctx); in main() local
95 TEMPLATE(T, init) (x, ctx); in main() local
123 TEMPLATE(T, clear) (x, ctx); in main() local
[all …]
H A Dt-divides.c40 TEMPLATE(T, poly_init) (a, ctx); in main() local
41 TEMPLATE(T, poly_init) (b, ctx); in main() local
42 TEMPLATE(T, poly_init) (c, ctx); in main() local
43 TEMPLATE(T, poly_init) (q, ctx); in main() local
66 TEMPLATE(T, poly_clear) (a, ctx); in main() local
71 TEMPLATE(T, ctx_clear) (ctx); in main() local
82 TEMPLATE(T, poly_init) (a, ctx); in main() local
83 TEMPLATE(T, poly_init) (b, ctx); in main() local
84 TEMPLATE(T, poly_init) (c, ctx); in main() local
109 TEMPLATE(T, ctx_clear) (ctx); in main() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_factor_templates/
H A Dfactor.c53 TEMPLATE(T, zero) (leading_coeff, ctx); in __TEMPLATE() local
65 TEMPLATE(T, poly_init) (monic_input, ctx); in __TEMPLATE() local
71 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
78 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
133 TEMPLATE(T, init) (lc_dummy, ctx); in __TEMPLATE() local
134 TEMPLATE(T, poly_init) (def, ctx); in __TEMPLATE() local
139 TEMPLATE(T, poly_clear) (def, ctx); in __TEMPLATE() local
145 TEMPLATE(T, poly_init) (pol, ctx); in __TEMPLATE() local
162 TEMPLATE(T, poly_clear) (pol, ctx); in __TEMPLATE() local
165 TEMPLATE(T, clear) (lc_dummy, ctx); in __TEMPLATE() local
[all …]
/dports/math/e-antic/flint2-ae7ec89/fq_poly_factor_templates/
H A Dfactor.c53 TEMPLATE(T, zero) (leading_coeff, ctx); in __TEMPLATE() local
65 TEMPLATE(T, poly_init) (monic_input, ctx); in __TEMPLATE() local
71 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
78 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
133 TEMPLATE(T, init) (lc_dummy, ctx); in __TEMPLATE() local
134 TEMPLATE(T, poly_init) (def, ctx); in __TEMPLATE() local
139 TEMPLATE(T, poly_clear) (def, ctx); in __TEMPLATE() local
145 TEMPLATE(T, poly_init) (pol, ctx); in __TEMPLATE() local
162 TEMPLATE(T, poly_clear) (pol, ctx); in __TEMPLATE() local
165 TEMPLATE(T, clear) (lc_dummy, ctx); in __TEMPLATE() local
[all …]
/dports/math/flint2/flint-2.8.4/fq_poly_factor_templates/
H A Dfactor.c53 TEMPLATE(T, zero) (leading_coeff, ctx); in __TEMPLATE() local
65 TEMPLATE(T, poly_init) (monic_input, ctx); in __TEMPLATE() local
71 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
78 TEMPLATE(T, poly_clear) (monic_input, ctx); in __TEMPLATE() local
133 TEMPLATE(T, init) (lc_dummy, ctx); in __TEMPLATE() local
134 TEMPLATE(T, poly_init) (def, ctx); in __TEMPLATE() local
139 TEMPLATE(T, poly_clear) (def, ctx); in __TEMPLATE() local
145 TEMPLATE(T, poly_init) (pol, ctx); in __TEMPLATE() local
162 TEMPLATE(T, poly_clear) (pol, ctx); in __TEMPLATE() local
165 TEMPLATE(T, clear) (lc_dummy, ctx); in __TEMPLATE() local
[all …]
/dports/math/flint2/flint-2.8.4/fq_poly_templates/
H A Dxgcd_euclidean.c27 _TEMPLATE(T, vec_zero) (G, lenB, ctx); in _TEMPLATE() local
63 TEMPLATE(T, init) (inv, ctx); in _TEMPLATE() local
127 TEMPLATE(T, clear) (inv, ctx); in _TEMPLATE() local
150 TEMPLATE(T, init) (inv, ctx); in TEMPLATE() local
153 TEMPLATE(T, poly_zero) (G, ctx); in TEMPLATE() local
154 TEMPLATE(T, poly_zero) (S, ctx); in TEMPLATE() local
155 TEMPLATE(T, poly_zero) (T, ctx); in TEMPLATE() local
161 TEMPLATE(T, poly_zero) (T, ctx); in TEMPLATE() local
168 TEMPLATE(T, poly_one)(G, ctx); in TEMPLATE() local
169 TEMPLATE(T, poly_zero)(S, ctx); in TEMPLATE() local
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/stretchr/objx/
H A Dtype_specific_codegen_test.go14 func TestInter(t *testing.T) {
27 func TestInterSlice(t *testing.T) {
40 func TestIsInter(t *testing.T) {
51 func TestEachInter(t *testing.T) {
136 func TestMSI(t *testing.T) {
162 func TestIsMSI(t *testing.T) {
380 func TestBool(t *testing.T) {
502 func TestStr(t *testing.T) {
528 func TestIsStr(t *testing.T) {
624 func TestInt(t *testing.T) {
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/stretchr/objx/
H A Dtype_specific_codegen_test.go14 func TestInter(t *testing.T) {
27 func TestInterSlice(t *testing.T) {
40 func TestIsInter(t *testing.T) {
51 func TestEachInter(t *testing.T) {
136 func TestMSI(t *testing.T) {
162 func TestIsMSI(t *testing.T) {
380 func TestBool(t *testing.T) {
502 func TestStr(t *testing.T) {
528 func TestIsStr(t *testing.T) {
624 func TestInt(t *testing.T) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/stretchr/objx/
H A Dtype_specific_codegen_test.go14 func TestInter(t *testing.T) {
27 func TestInterSlice(t *testing.T) {
40 func TestIsInter(t *testing.T) {
51 func TestEachInter(t *testing.T) {
136 func TestMSI(t *testing.T) {
162 func TestIsMSI(t *testing.T) {
380 func TestBool(t *testing.T) {
502 func TestStr(t *testing.T) {
528 func TestIsStr(t *testing.T) {
624 func TestInt(t *testing.T) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dcontext_apply_test.go34 func TestContext2Apply_basic(t *testing.T) {
67 func TestContext2Apply_unstable(t *testing.T) {
131 func TestContext2Apply_escape(t *testing.T) {
570 func TestContext2Apply_refCount(t *testing.T) {
1696 func TestContext2Apply_minimal(t *testing.T) {
1724 func TestContext2Apply_cancel(t *testing.T) {
1957 func TestContext2Apply_compute(t *testing.T) {
6266 func TestContext2Apply_error(t *testing.T) {
6586 func TestContext2Apply_hook(t *testing.T) {
6663 func TestContext2Apply_idAttr(t *testing.T) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/stretchr/objx/
H A Dtype_specific_codegen_test.go14 func TestInter(t *testing.T) {
27 func TestInterSlice(t *testing.T) {
40 func TestIsInter(t *testing.T) {
52 func TestEachInter(t *testing.T) {
135 func TestBool(t *testing.T) {
161 func TestIsBool(t *testing.T) {
256 func TestStr(t *testing.T) {
282 func TestIsStr(t *testing.T) {
377 func TestInt(t *testing.T) {
403 func TestIsInt(t *testing.T) {
[all …]

12345678910>>...1402