Home
last modified time | relevance | path

Searched refs:tB (Results 1 – 25 of 2935) sorted by relevance

12345678910>>...118

/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_avx_256/
H A Dimpl_x86_avx_256_util_double.h91 __m256d tA, tB; in gatherLoadTranspose() local
213 tB = _mm_add_pd(tB, _mm256_castpd256_pd128(v2.simdInternal_)); in transposeScatterIncrU()
220 tB = _mm_add_pd(tB, _mm256_castpd256_pd128(v2.simdInternal_)); in transposeScatterIncrU()
227 tB = _mm_add_pd(tB, t2); in transposeScatterIncrU()
234 tB = _mm_add_pd(tB, t2); in transposeScatterIncrU()
275 tB = _mm_sub_pd(tB, _mm256_castpd256_pd128(v2.simdInternal_)); in transposeScatterDecrU()
282 tB = _mm_sub_pd(tB, _mm256_castpd256_pd128(v2.simdInternal_)); in transposeScatterDecrU()
289 tB = _mm_sub_pd(tB, t2); in transposeScatterDecrU()
296 tB = _mm_sub_pd(tB, t2); in transposeScatterDecrU()
342 __m256d tA, tB; in gatherLoadBySimdIntTranspose() local
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs.c71 #if defined tA && ! defined tB
72 #define tB tA macro
74 #if ! defined tB
94 struct struct_04_01 { ES(es1); struct { struct { tA a; tB b; tA c; tB d; } s1; } s2; };
97 struct struct_04_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); tB d; };
101 struct struct_05_01 { ES(es1); struct { struct { tA a; tB b; tA c; tB d; tA e; } s1; } s2; };
125 …ruct_static_06_01 { struct sa { struct sb { tA a; static tB b; tA c; tB d; tA e; } s1; } s2; tB f;…
126 struct struct_static_06_02 { tA a; static tB b; static tA c; tB d; tB e; tA f;};
303 tB struct_static_04_02::d = '7';
308 tB struct_static_04_04::d = 'B';
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dmesh-grad.cpp82 D2<SBasis> tB; in draw() local
86 tB = compose_each(sb2, B); in draw()
87 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
88 pb.append(tB); in draw()
92 tB = compose_each(sb2, B); in draw()
93 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
94 pb.append(tB); in draw()
99 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
100 pb.append(tB); in draw()
105 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dmesh-grad.cpp82 D2<SBasis> tB; in draw() local
86 tB = compose_each(sb2, B); in draw()
87 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
88 pb.append(tB); in draw()
92 tB = compose_each(sb2, B); in draw()
93 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
94 pb.append(tB); in draw()
99 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
100 pb.append(tB); in draw()
105 tB = tB*(width/2) + Geom::Point(width/4, width/4); in draw()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/test/
H A Dtempo_test.cc402 CPPUNIT_ASSERT_DOUBLES_EQUAL (tB.pulse(), tA.pulse_at_minute (1.0), 1e-14); in rampTest48()
403 CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, tA.minute_at_pulse (tB.pulse()), 1e-15); in rampTest48()
464 CPPUNIT_ASSERT_DOUBLES_EQUAL (tB.pulse(), tA.pulse_at_minute (1.0), 1e-14); in rampTest44()
465 CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, tA.minute_at_pulse (tB.pulse()), 1e-15); in rampTest44()
505 TempoSection* tB = 0; in tempoAtPulseTest() local
517 if (!tB) { in tempoAtPulseTest()
518 tB = t; in tempoAtPulseTest()
581 TempoSection* tB = 0; in tempoFundamentalsTest() local
594 if (!tB) { in tempoFundamentalsTest()
595 tB = t; in tempoFundamentalsTest()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/structs-enums/
H A Dtag-align-dyn-variants.rs17 tB: Tag<A,B>, field
21 Rec { chA:0, tA:Tag::VarA(a), chB:1, tB:Tag::VarB(b) } in mk_rec()
41 assert!(is_aligned(u64_align, &x.tB)); in main()
42 assert!(variant_data_is_aligned(u64_align, &x.tB)); in main()
47 assert!(is_aligned(u64_align, &x.tB)); in main()
48 assert!(variant_data_is_aligned(4, &x.tB)); in main()
53 assert!(is_aligned(u64_align, &x.tB)); in main()
54 assert!(variant_data_is_aligned(u64_align, &x.tB)); in main()
59 assert!(is_aligned(4, &x.tB)); in main()
60 assert!(variant_data_is_aligned(4, &x.tB)); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dpardgemm_test.go24 tB blas.Transpose
32 tB: blas.NoTrans,
40 tB: blas.NoTrans,
48 tB: blas.NoTrans,
56 tB: blas.NoTrans,
64 tB: blas.NoTrans,
72 tB: blas.NoTrans,
80 tB: blas.NoTrans,
88 tB: blas.NoTrans,
96 tB: blas.NoTrans,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dpardgemm_test.go24 tB blas.Transpose
32 tB: blas.NoTrans,
40 tB: blas.NoTrans,
48 tB: blas.NoTrans,
56 tB: blas.NoTrans,
64 tB: blas.NoTrans,
72 tB: blas.NoTrans,
80 tB: blas.NoTrans,
88 tB: blas.NoTrans,
96 tB: blas.NoTrans,
[all …]
/dports/math/blis/blis-0.8.1/kernels/zen/3/
H A Dbli_syrk_small.c1378 tB += tb_inc_row; in bli_ssyrk_small()
1466 tB += tb_inc_row; in bli_ssyrk_small()
1532 tB += tb_inc_row; in bli_ssyrk_small()
2948 tB += tb_inc_row; in bli_dsyrk_small()
3036 tB += tb_inc_row; in bli_dsyrk_small()
3428 tB += 8; in bli_ssyrk_small_atbn()
3604 tB += 8; in bli_ssyrk_small_atbn()
3689 tB += 8; in bli_ssyrk_small_atbn()
3876 tB += 4; in bli_dsyrk_small_atbn()
4042 tB += 4; in bli_dsyrk_small_atbn()
[all …]
H A Dbli_gemm_small.c1470 tB += tb_inc_row; in bli_sgemm_small()
1564 tB += tb_inc_row; in bli_sgemm_small()
1634 tB += tb_inc_row; in bli_sgemm_small()
3075 tB += tb_inc_row; in bli_dgemm_small()
3171 tB += tb_inc_row; in bli_dgemm_small()
3435 tB += 8; in bli_sgemm_small_atbn()
3659 tB += 8; in bli_sgemm_small_atbn()
3759 tB += 8; in bli_sgemm_small_atbn()
3911 tB += 4; in bli_dgemm_small_atbn()
4111 tB += 4; in bli_dgemm_small_atbn()
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/q/qrut/front/flamec/
H A DFLA_QR_UT_recover_tau.c20 tB, t1, in FLA_QR_UT_recover_tau() local
33 &tB, 0, FLA_TOP ); in FLA_QR_UT_recover_tau()
36 while ( FLA_Obj_length( tB ) > 0 ) { in FLA_QR_UT_recover_tau()
39 b = min( FLA_Obj_length( tB ), b_alg ); in FLA_QR_UT_recover_tau()
47 tB, &t2, b, FLA_BOTTOM ); in FLA_QR_UT_recover_tau()
61 &tB, t2, FLA_TOP ); in FLA_QR_UT_recover_tau()
75 tB, tau1, in FLA_QR_UT_recover_tau_submatrix() local
83 &tB, 0, FLA_TOP ); in FLA_QR_UT_recover_tau_submatrix()
96 tB, &t2, 1, FLA_BOTTOM ); in FLA_QR_UT_recover_tau_submatrix()
114 &tB, t2, FLA_TOP ); in FLA_QR_UT_recover_tau_submatrix()
/dports/math/fxt/fxt/src/aux2/
H A Dtranspose2.h36 bitarray *tB = nullptr; variable
37 if ( nullptr==B ) tB = new bitarray(n1);
38 else tB = B;
39 tB->clear_all();
41 for (ulong k=0; k<n1; k=tB->next_clear(++k) ) // 0 and n1 are fixed points
46 tB->set(kd);
52 tB->set(kd);
58 if ( nullptr==B ) delete tB; variable
H A Dtranspose.h98 bitarray *tB = nullptr; variable
99 if ( nullptr==B ) tB = new bitarray(n1);
100 else tB = B;
101 tB->clear_all();
103 for (ulong k=1; k<n1; k=tB->next_clear(++k) ) // 0 and n1 are fixed points
108 tB->set(kd);
114 tB->set(kd);
120 if ( nullptr==B ) delete tB; variable
/dports/math/libflame/libflame-5.2.0/src/lapack/red/hessut/front/flamec/
H A DFLA_Hess_UT_recover_tau.c20 tB, t1, in FLA_Hess_UT_recover_tau() local
33 &tB, 0, FLA_TOP ); in FLA_Hess_UT_recover_tau()
37 b = min( FLA_Obj_length( tB ), b_alg ); in FLA_Hess_UT_recover_tau()
45 tB, &t2, b, FLA_BOTTOM ); in FLA_Hess_UT_recover_tau()
59 &tB, t2, FLA_TOP ); in FLA_Hess_UT_recover_tau()
73 tB, tau1, in FLA_Hess_UT_recover_tau_submatrix() local
81 &tB, 0, FLA_TOP ); in FLA_Hess_UT_recover_tau_submatrix()
94 tB, &t2, 1, FLA_BOTTOM ); in FLA_Hess_UT_recover_tau_submatrix()
112 &tB, t2, FLA_TOP ); in FLA_Hess_UT_recover_tau_submatrix()
/dports/math/libflame/libflame-5.2.0/src/lapack/red/tridiagut/front/flamec/
H A DFLA_Tridiag_UT_recover_tau.c20 tB, t1, in FLA_Tridiag_UT_recover_tau() local
33 &tB, 0, FLA_TOP ); in FLA_Tridiag_UT_recover_tau()
37 b = min( FLA_Obj_length( tB ), b_alg ); in FLA_Tridiag_UT_recover_tau()
45 tB, &t2, b, FLA_BOTTOM ); in FLA_Tridiag_UT_recover_tau()
59 &tB, t2, FLA_TOP ); in FLA_Tridiag_UT_recover_tau()
73 tB, tau1, in FLA_Tridiag_UT_recover_tau_submatrix() local
81 &tB, 0, FLA_TOP ); in FLA_Tridiag_UT_recover_tau_submatrix()
94 tB, &t2, 1, FLA_BOTTOM ); in FLA_Tridiag_UT_recover_tau_submatrix()
112 &tB, t2, FLA_TOP ); in FLA_Tridiag_UT_recover_tau_submatrix()
/dports/math/libflame/libflame-5.2.0/src/lapack/red/bidiagut/front/flamec/
H A DFLA_Bidiag_UT_recover_tau.c32 tB, t1, in FLA_Bidiag_UT_recover_tau_panel() local
42 &tB, 0, FLA_TOP ); in FLA_Bidiag_UT_recover_tau_panel()
46 b = min( FLA_Obj_length( tB ), b_alg ); in FLA_Bidiag_UT_recover_tau_panel()
54 tB, &t2, b, FLA_BOTTOM ); in FLA_Bidiag_UT_recover_tau_panel()
68 &tB, t2, FLA_TOP ); in FLA_Bidiag_UT_recover_tau_panel()
82 tB, tau1, in FLA_Bidiag_UT_recover_tau_submatrix() local
90 &tB, 0, FLA_TOP ); in FLA_Bidiag_UT_recover_tau_submatrix()
103 tB, &t2, 1, FLA_BOTTOM ); in FLA_Bidiag_UT_recover_tau_submatrix()
121 &tB, t2, FLA_TOP ); in FLA_Bidiag_UT_recover_tau_submatrix()
/dports/science/teem/teem-1.11.0-src/src/ten/test/
H A Dgeode.c36 double _tA[6], tA[7], _tB[6], tB[7], time0, time1, conv, confThresh, in main() local
215 ELL_6V_COPY(tB + 1, _tB); in main()
216 tB[0] = 1.0; in main()
217 TEN_T_SCALE(tB, sclB, tB); in main()
232 TEN_T2M(mat1, tB); in main()
236 TEN_M2T(tB, mat1); in main()
245 if (tenInterpTwoDiscrete_d(nout, tA, tB, ptype, NN, tip)) { in main()
302 tenEigensolve_d(eval, evec, tB); in main()
306 tB[0], tB[1], tB[2], tB[3], tB[4], tB[5], tB[6], in main()
313 tenMakeSingle_d(tt, tB[0], eval, evec); in main()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/testblas/
H A Dzgemm.go16 …Zgemm(tA, tB blas.Transpose, m, n, k int, alpha complex128, a []complex128, lda int, b []complex12…
21 for _, tB := range []blas.Transpose{blas.NoTrans, blas.Trans, blas.ConjTrans} {
22 name := transString(tA) + "-" + transString(tB)
27 zgemmTest(t, impl, tA, tB, m, n, k)
36 func zgemmTest(t *testing.T, impl Zgemmer, tA, tB blas.Transpose, m, n, k int) {
46 if tB != blas.NoTrans {
80 want := zmm(tA, tB, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
83 impl.Zgemm(tA, tB, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/testblas/
H A Dzgemm.go16 …Zgemm(tA, tB blas.Transpose, m, n, k int, alpha complex128, a []complex128, lda int, b []complex12…
21 for _, tB := range []blas.Transpose{blas.NoTrans, blas.Trans, blas.ConjTrans} {
22 name := transString(tA) + "-" + transString(tB)
27 zgemmTest(t, impl, tA, tB, m, n, k)
36 func zgemmTest(t *testing.T, impl Zgemmer, tA, tB blas.Transpose, m, n, k int) {
46 if tB != blas.NoTrans {
80 want := zmm(tA, tB, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
83 impl.Zgemm(tA, tB, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Thumb/
H A Dpeephole-mi.mir43 tB %bb.1, 14, $noreg
80 tB %bb.1, 14, $noreg
114 tB %bb.1, 14, $noreg
143 tB %bb.1, 14, $noreg
175 tB %bb.1, 14, $noreg
207 tB %bb.1, 14, $noreg
239 tB %bb.1, 14, $noreg
271 tB %bb.1, 14, $noreg
300 tB %bb.1, 14, $noreg
332 tB %bb.1, 14, $noreg
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath-intersection.cpp105 tB = cross(d, Ad) * detinv; in linear_intersect()
106 return (tA >= 0.) && (tA <= 1.) && (tB >= 0.) && (tB <= 1.); in linear_intersect()
260 double tA, tB, c; in pair_intersect() local
263 tA, tB, c)) { in pair_intersect()
265 tB = tB * (Bh - Bl) + Bl; in pair_intersect()
267 B, tB); in pair_intersect()
314 double tA, tB, c; in mono_intersect() local
317 tA, tB, c)) { in mono_intersect()
319 tB = tB * (Bh - Bl) + Bl; in mono_intersect()
365 double tA, tB, c; in mono_pair() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Thumb/
H A Dpeephole-mi.mir43 tB %bb.1, 14, $noreg
80 tB %bb.1, 14, $noreg
114 tB %bb.1, 14, $noreg
143 tB %bb.1, 14, $noreg
175 tB %bb.1, 14, $noreg
207 tB %bb.1, 14, $noreg
239 tB %bb.1, 14, $noreg
271 tB %bb.1, 14, $noreg
300 tB %bb.1, 14, $noreg
332 tB %bb.1, 14, $noreg
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Thumb/
H A Dpeephole-mi.mir43 tB %bb.1, 14, $noreg
80 tB %bb.1, 14, $noreg
114 tB %bb.1, 14, $noreg
143 tB %bb.1, 14, $noreg
175 tB %bb.1, 14, $noreg
207 tB %bb.1, 14, $noreg
239 tB %bb.1, 14, $noreg
271 tB %bb.1, 14, $noreg
300 tB %bb.1, 14, $noreg
332 tB %bb.1, 14, $noreg
[all …]
/dports/science/ergo/ergo-3.8/source/matrix/
H A Dmatrix_proxy.h55 bool const tB; member
58 :A(AA), B(BB), tA(tAA), tB(tBB) in A()
72 bool const tB; member
95 bool const tB; member
107 tA(tAA), tB(tBB), tC(tCC), tD(tDD), tE(tEE) in A()
238 … XYZpUV<TX, TY, TZ, TU, TV>(ABC.A, ABC.B, ABC.C, DE.A, DE.B, ABC.tA, ABC.tB, ABC.tC, DE.tA, DE.tB);
366 const bool tB;
368 :A(AA),B(BB), tA(tAA), tB(tBB)
413 const bool tB;
415 :A(mm.A),B(mm.B),alpha(1), tA(mm.tA), tB(mm.tB)
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/util/accum/tut/fc/flamec/
H A DFLA_Accum_T_UT_fc_blk_var2.c20 tB, t1, in FLA_Accum_T_UT_fc_blk_var2() local
35 &tB, 0, FLA_TOP ); in FLA_Accum_T_UT_fc_blk_var2()
39 while ( FLA_Obj_length( tB ) > 0 ) { in FLA_Accum_T_UT_fc_blk_var2()
41 b = min( FLA_Obj_length( tB ), b_alg ); in FLA_Accum_T_UT_fc_blk_var2()
52 tB, &t2, b, FLA_BOTTOM ); in FLA_Accum_T_UT_fc_blk_var2()
76 &tB, t2, FLA_TOP ); in FLA_Accum_T_UT_fc_blk_var2()

12345678910>>...118