Home
last modified time | relevance | path

Searched refs:b_a (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dbytesmethods.pyx21 >>> bytes_startswith(b_a, b_a)
23 >>> bytes_startswith(b_a+b_b, b_a)
29 >>> bytes_startswith(b_a, (b_a, b_b))
31 >>> bytes_startswith(b_a, b_a, 1)
33 >>> bytes_startswith(b_a, b_a, 0, 0)
51 >>> bytes_endswith(b_a, b_a)
53 >>> bytes_endswith(b_b+b_a, b_a)
61 >>> bytes_endswith(b_a, b_a, 1)
63 >>> bytes_endswith(b_a, b_a, 0, 0)
81 >>> s = b_a+b_b+b_a+b_a+b_b
[all …]
H A Dbytearraymethods.pyx19 >>> bytearray_startswith(b_a, b_a)
21 >>> bytearray_startswith(b_a+b_b, b_a)
27 >>> bytearray_startswith(b_a, (b_a, b_b))
29 >>> bytearray_startswith(b_a, b_a, 1)
31 >>> bytearray_startswith(b_a, b_a, 0, 0)
49 >>> bytearray_endswith(b_a, b_a)
51 >>> bytearray_endswith(b_b+b_a, b_a)
59 >>> bytearray_endswith(b_a, b_a, 1)
61 >>> bytearray_endswith(b_a, b_a, 0, 0)
80 >>> s = b_a+b_b+b_a+b_a+b_b
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dbytesmethods.pyx21 >>> bytes_startswith(b_a, b_a)
23 >>> bytes_startswith(b_a+b_b, b_a)
29 >>> bytes_startswith(b_a, (b_a, b_b))
31 >>> bytes_startswith(b_a, b_a, 1)
33 >>> bytes_startswith(b_a, b_a, 0, 0)
51 >>> bytes_endswith(b_a, b_a)
53 >>> bytes_endswith(b_b+b_a, b_a)
61 >>> bytes_endswith(b_a, b_a, 1)
63 >>> bytes_endswith(b_a, b_a, 0, 0)
81 >>> s = b_a+b_b+b_a+b_a+b_b
[all …]
H A Dbytearraymethods.pyx19 >>> bytearray_startswith(b_a, b_a)
21 >>> bytearray_startswith(b_a+b_b, b_a)
27 >>> bytearray_startswith(b_a, (b_a, b_b))
29 >>> bytearray_startswith(b_a, b_a, 1)
31 >>> bytearray_startswith(b_a, b_a, 0, 0)
49 >>> bytearray_endswith(b_a, b_a)
51 >>> bytearray_endswith(b_b+b_a, b_a)
59 >>> bytearray_endswith(b_a, b_a, 1)
61 >>> bytearray_endswith(b_a, b_a, 0, 0)
80 >>> s = b_a+b_b+b_a+b_a+b_b
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dmsort_r.c52 void* b_a = b; in fcitx_msort_r_with_tmp() local
55 fcitx_msort_r_with_tmp(b_a, n_a, s, cmp, thunk, t); in fcitx_msort_r_with_tmp()
61 if (cmp(b_a, b_b, thunk) <= 0) { in fcitx_msort_r_with_tmp()
62 memcpy(tmp, b_a, s); in fcitx_msort_r_with_tmp()
63 b_a += s; in fcitx_msort_r_with_tmp()
74 memcpy(tmp, b_a, n_a * s); in fcitx_msort_r_with_tmp()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dplex.h22 const int b_a,
38 const int b_a,
54 const int b_a,
72 const int b_a,
H A Dali_plex.h20 const int b_a,
37 const int b_a,
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dpolynom_solver.cpp51 double b_a = inv_a * b, b_a2 = b_a * b_a; in solve_deg3() local
57 double R = (9 * b_a * c_a - 27 * d_a - 2 * b_a * b_a2) / 54; in solve_deg3()
60 double b_a_3 = (1. / 3.) * b_a; in solve_deg3()
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dsparse_msg_setup.c76 hypre_StructVector **b_a; in hypre_SparseMSGSetup() local
497 b_a[0] = hypre_StructVectorRef(b); in hypre_SparseMSGSetup()
534 b_a[fi] = x_a[fi]; in hypre_SparseMSGSetup()
543 hypre_StructVectorInitializeShell(b_a[fi]); in hypre_SparseMSGSetup()
589 hypre_StructVectorAssemble(b_a[fi]); in hypre_SparseMSGSetup()
590 data += hypre_StructVectorDataSize(b_a[fi]); in hypre_SparseMSGSetup()
600 (smsg_data -> b_array) = b_a; in hypre_SparseMSGSetup()
642 r_a[fi], b_a[ci], in hypre_SparseMSGSetup()
671 r_a[fi], b_a[ci], in hypre_SparseMSGSetup()
700 r_a[fi], b_a[ci], in hypre_SparseMSGSetup()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-fortran/
H A Droutine-10.f9036 integer, dimension(n) :: b_a variable
41 b_a = [(-2 * i, i = 1, n)]
46 c_a = add_ef(a_a, b_a)
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Droutine-10.f9036 integer, dimension(n) :: b_a variable
41 b_a = [(-2 * i, i = 1, n)]
46 c_a = add_ef(a_a, b_a)
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-fortran/
H A Droutine-10.f9036 integer, dimension(n) :: b_a variable
41 b_a = [(-2 * i, i = 1, n)]
46 c_a = add_ef(a_a, b_a)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Droutine-10.f9036 integer, dimension(n) :: b_a variable
41 b_a = [(-2 * i, i = 1, n)]
46 c_a = add_ef(a_a, b_a)
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/
H A Dstate_variables_init_order_3.sol14 uint public b_a;
17 constructor() A(17) { b_a = a; b_b = b; b_c = c; }
25 // b_a() -> 17
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dfunc_like.test257 select 1 where 'b_a' like '__a' escape '_';
259 select 1 where 'b_a' like '#_a' escape '#';
263 select 1 where 'b_a' like '__a' escape '_';
265 select 1 where 'b_a' like '#_a' escape '#';
269 select 1 where 'b_a' like '__a' escape '_';
271 select 1 where 'b_a' like '#_a' escape '#';
275 select 1 where 'b_a' like '__a' escape '_';
277 select 1 where 'b_a' like '#_a' escape '#';
281 select 1 where 'b_a' like '__a' escape '_';
283 select 1 where 'b_a' like '#_a' escape '#';
[all …]
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dtenvx.c23 p->a_a = p->b_a = 0; in sp_tenvx_init()
37 p->b_a = 1.0 - p->a_a; in sp_tenvx_compute()
44 *out = p->b_a + p->a_a * p->y; in sp_tenvx_compute()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dfunc_like.result327 select 1 where 'b_a' like '__a' escape '_';
331 select 1 where 'b_a' like '#_a' escape '#';
336 select 1 where 'b_a' like '__a' escape '_';
340 select 1 where 'b_a' like '#_a' escape '#';
345 select 1 where 'b_a' like '__a' escape '_';
349 select 1 where 'b_a' like '#_a' escape '#';
354 select 1 where 'b_a' like '__a' escape '_';
358 select 1 where 'b_a' like '#_a' escape '#';
363 select 1 where 'b_a' like '__a' escape '_';
367 select 1 where 'b_a' like '#_a' escape '#';
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/ams/
H A Dsideset.tex11 \[ \sideset{^b_a}{^d_c}{\sum} x\]
17 \[ {}^b_a\sum^d_c x\]
19 \[ {}^b_a\sum\nolimits^d_c x\]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/examples/b/
H A Db.cc6 std::cout << "BDoA b_a=" << b.b_a << ", b_b=" << b.b_b << std::endl; in BDoA()
12 b.b_a = 1; in BDoB()
/dports/devel/asl/asl-current/tests/t_78k2/
H A Dt_78k2.asm9 b_a bit a.4 label
356 mov1 cy,b_a
366 mov1 b_a,cy
382 and1 cy,b_a
383 and1 cy,/b_a
403 or1 cy,b_a
404 or1 cy,/b_a
419 xor1 cy,b_a
431 op b_a
445 op b_a,$pc
/dports/shells/yash/yash-2.51/tests/
H A Dbrace-y.tst122 …d,c}b_a][k{jie}d,c}ba][k{jh2g_fe}d,c}b_a][k{jh2g_fe}d,c}ba][k{jh2gfe}d,c}b_a][k{jh2gfe}d,c}ba][k{j…
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/unit/
H A Dutil.cpp137 EbmlBinary *b_a; in compare_impl() local
165 } else if ((b_a = dynamic_cast<EbmlBinary *>(&a))) { in compare_impl()
167 …return *b_a == *b_b ? true : set_error(fmt::format("Binary values differ; sizes {0} vs {1}", b_a->… in compare_impl()
/dports/graphics/perceptualdiff/perceptualdiff-2.1/
H A Dmetric.cpp256 std::vector<float> b_a(dim); in yee_compare() local
268 #pragma omp parallel for shared(args, a_lum, b_lum, a_a, a_b, b_a, b_b) in yee_compare()
318 xyz_to_lab(b_x, b_y, b_z, l, b_a[i], b_b[i]); in yee_compare()
366 shared(args, a_a, a_b, b_a, b_b, cpd, f_freq) in yee_compare()
426 const auto da = a_a[index] - b_a[index]; in yee_compare()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DStructOfStructs.lua30 function StructOfStructs.CreateStructOfStructs(builder, a_id, a_distance, b_a, b_b, c_id, c_distanc…
38 builder:PrependInt16(b_a)
H A DStructOfStructs.php59 …ion createStructOfStructs(FlatBufferBuilder $builder, $a_id, $a_distance, $b_a, $b_b, $c_id, $c_di… argument
68 $builder->putShort($b_a);

12345678910>>...14