Home
last modified time | relevance | path

Searched refs:ab2 (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc52 AudioBuffer ab2(32000, 2, 32000, 2, 32000, 2); in TEST() local
60 ab1.CopyTo(&ab2); in TEST()
62 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
63 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
64 EXPECT_EQ(ab2.channels()[ch][i], i + ch); in TEST()
71 AudioBuffer ab2(48000, 2, 48000, 2, 48000, 2); in TEST() local
83 ab1.CopyTo(&ab2); in TEST()
85 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
86 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
87 energy_ab2 += ab2.channels()[ch][i] * ab2.channels()[ch][i]; in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Daudio_buffer_unittest.cc52 AudioBuffer ab2(32000, 2, 32000, 2, 32000, 2); in TEST() local
60 ab1.CopyTo(&ab2); in TEST()
62 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
63 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
64 EXPECT_EQ(ab2.channels()[ch][i], i + ch); in TEST()
71 AudioBuffer ab2(48000, 2, 48000, 2, 48000, 2); in TEST() local
83 ab1.CopyTo(&ab2); in TEST()
85 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
86 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
87 energy_ab2 += ab2.channels()[ch][i] * ab2.channels()[ch][i]; in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc52 AudioBuffer ab2(32000, 2, 32000, 2, 32000, 2); in TEST() local
60 ab1.CopyTo(&ab2); in TEST()
62 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
63 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
64 EXPECT_EQ(ab2.channels()[ch][i], i + ch); in TEST()
71 AudioBuffer ab2(48000, 2, 48000, 2, 48000, 2); in TEST() local
83 ab1.CopyTo(&ab2); in TEST()
85 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
86 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
87 energy_ab2 += ab2.channels()[ch][i] * ab2.channels()[ch][i]; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc52 AudioBuffer ab2(32000, 2, 32000, 2, 32000, 2); in TEST() local
60 ab1.CopyTo(&ab2); in TEST()
62 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
63 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
64 EXPECT_EQ(ab2.channels()[ch][i], i + ch); in TEST()
71 AudioBuffer ab2(48000, 2, 48000, 2, 48000, 2); in TEST() local
83 ab1.CopyTo(&ab2); in TEST()
85 for (size_t ch = 0; ch < ab2.num_channels(); ++ch) { in TEST()
86 for (size_t i = 0; i < ab2.num_frames(); ++i) { in TEST()
87 energy_ab2 += ab2.channels()[ch][i] * ab2.channels()[ch][i]; in TEST()
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/
H A DMakefile.in37 cd standalone/subgp_data; ../../$(BIN)/autcos -p ab2; ../../$(BIN)/fsacount ab2.cos.wa;\
38 ../../$(BIN)/autgroup -silent ab2; ../../$(BIN)/gpsubwa ab2;\
39 rm ab2.[dgw]* ab2.sub.* ab2.suc* ab2.cos*
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/tests/
H A Dtest_base.py13 ab2 = thriftpy2.load("addressbook.thrift")
15 assert ab.Person(name="hello") == ab2.Person(name="hello")
26 ab2 = thriftpy2.load("addressbook.thrift")
28 assert ab.Person == ab2.Person
33 ab2 = thriftpy2.load("addressbook.thrift")
35 assert isinstance(ab.Person(), ab2.Person)
36 assert isinstance(ab.Person(name="hello"), ab2.Person)
38 assert isinstance(ab.PersonNotExistsError(), ab2.PersonNotExistsError)
/dports/devel/py-babel/Babel-2.9.1/tests/messages/
H A Dtest_normalized_string.py6 ab2 = _NormalizedString('a', ' b')
10 assert ab1 == ab2 and ac1 == ac2 # __eq__
12 assert ac1 > ab2 # __gt__
14 assert ab1 <= ab2 # __le__
17 …assert sorted([ab1, ab2, ac1]) # the sort order is not stable so we can't really check it, just t…
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/shuffle/
H A Dsse_float32_4x2.h399 return _mm_shuffle_ps(b.native(), ab2,
408 return _mm256_shuffle_ps(b.native(), ab2,
417 return _mm512_shuffle_ps(b.native(), ab2,
430 return _mm_shuffle_ps(a.native(), ab2,
439 return _mm256_shuffle_ps(a.native(), ab2,
448 return _mm512_shuffle_ps(a.native(), ab2,
461 return _mm_shuffle_ps(b.native(), ab2,
470 return _mm256_shuffle_ps(b.native(), ab2,
480 return _mm512_shuffle_ps(b.native(), ab2,
493 return _mm_shuffle_ps(a.native(), ab2,
[all …]
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/data.d/
H A Dsz8.tc4 bab(ab2)2a
9 (ab2)13
10 ab-(ab2)2(ab-abab2)2ab2ab(ab2)4
H A Dl42.tc8 (ab2)6
9 (ab)2(ab-ab2)2ab-(ab)2(ab-)7
10 abab-abab2(ab-)5ab2(ab-)5ab2
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_perform_tensor_decomposition.hxx53 vil_image_view<T> ab2; in bil_perform_tensor_decomposition() local
54 vil_math_image_sum(a_sq,b_sq,ab2); in bil_perform_tensor_decomposition()
55 vil_math_sqrt(ab2); in bil_perform_tensor_decomposition()
58 vil_math_image_sum(t,ab2,l1); in bil_perform_tensor_decomposition()
60 vil_math_image_difference(t,ab2,l2); in bil_perform_tensor_decomposition()
66 theta = std::atan2( (double)(ab2(i,j)-a(i,j)), (double)b(i,j) ); in bil_perform_tensor_decomposition()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gdk/
H A Dcontentformats.c112 GdkContentFormats *a, *b, *ab, *ab2; in test_union() local
124 ab2 = gdk_content_formats_union (gdk_content_formats_ref (a), ab); in test_union()
125 assert_formats_equal (ab, ab2); in test_union()
126 gdk_content_formats_unref (ab2); in test_union()
131 ab2 = gdk_content_formats_builder_free_to_formats (builder); in test_union()
132 assert_formats_equal (ab, ab2); in test_union()
133 gdk_content_formats_unref (ab2); in test_union()
/dports/www/devd/devd-0.9/vendor/github.com/GeertJohan/go.rice/
H A Dconfig_test.go13 var ab1, ab2 *appendedBox var
29 ab2 = &appendedBox{Name: "box2"}
30 appendedBoxes["box2"] = ab2
71 if b2.appendd != ab2 {
114 if b.appendd != ab2 {
/dports/math/arb/arb-2.21.1/acb_poly/test/
H A Dt-mullow.c132 acb_poly_t a, b, ab, ab2; in main() local
140 acb_poly_init(ab2); in main()
146 acb_poly_mullow(ab2, a, b, trunc, bits); in main()
148 if (!acb_poly_overlaps(ab, ab2)) in main()
157 flint_printf("ab2 = "); acb_poly_printd(ab2, 15); flint_printf("\n\n"); in main()
165 acb_poly_clear(ab2); in main()
H A Dt-mullow_transpose.c132 acb_poly_t a, b, ab, ab2; in main() local
140 acb_poly_init(ab2); in main()
146 acb_poly_mullow_transpose(ab2, a, b, trunc, bits); in main()
148 if (!acb_poly_overlaps(ab, ab2)) in main()
157 flint_printf("ab2 = "); acb_poly_printd(ab2, 15); flint_printf("\n\n"); in main()
165 acb_poly_clear(ab2); in main()
H A Dt-mullow_transpose_gauss.c132 acb_poly_t a, b, ab, ab2; in main() local
140 acb_poly_init(ab2); in main()
146 acb_poly_mullow_transpose_gauss(ab2, a, b, trunc, bits); in main()
148 if (!acb_poly_overlaps(ab, ab2)) in main()
157 flint_printf("ab2 = "); acb_poly_printd(ab2, 15); flint_printf("\n\n"); in main()
165 acb_poly_clear(ab2); in main()
/dports/net/beacon/beacon-1.4/common/src/
H A Dmemory.c204 const alloc_blk *ab1, *ab2; in alloc_blk_cmp_origin() local
208 ab2 = (const alloc_blk*)vab2; in alloc_blk_cmp_origin()
210 if (ab1->filen == NULL || ab2->filen == NULL) { in alloc_blk_cmp_origin()
211 if (ab1->filen == NULL && ab2->filen == NULL) { in alloc_blk_cmp_origin()
220 sc = strcmp(ab1->filen, ab2->filen); in alloc_blk_cmp_origin()
222 if (ab1->line > ab2->line) { in alloc_blk_cmp_origin()
224 } else if (ab1->line == ab2->line) { in alloc_blk_cmp_origin()
237 const alloc_blk *ab1, *ab2; in alloc_blk_cmp_est() local
240 ab2 = (const alloc_blk*)vab2; in alloc_blk_cmp_est()
242 if (ab1->est > ab2->est) { in alloc_blk_cmp_est()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dt-e50-river.g32 "442ab2=?y353a"
57 "353ab2=?}i83ab3=?}7mi17ady22ab=<hq298a"
85 "42a=<3acL12ahq219ab?q7acT8a2moM6=7ab2=?}miad}i15agM2=451a"
91 "66ab2=?}mi10ahq37agL156ami285aeoL230a"
100 "19a?y24aeoL37ab?}mpy5ae3moM<ab2=<163a<9aem94acT149agL4acT65a<198a"
101 "20ady22aeoM<39ab2=?qae2moM3=<176ae2moM<41acq51ahq148agL5ahq17ag}244a"
120 "77ady19ab<b268ahq85agXoM=<9acT2agL59aeoM<10ab2=<3ab=<240a"
225 "411ab2=<15ad}i367a"
239 "224ab2=?}i3agL4agL559a"
274 "229ab2=?}2mib=<560a"
[all …]
/dports/dns/dnscap/dnscap-2.0.1/plugins/cryptopan/
H A Dtest2.gold2 [11eb:460f:2668:8b63:2668:8b2a:2668:8948].51972 [1845:9ab2:426f:b370:2668:8b2a:2668:33ab].53 \
7 [1845:9ab2:426f:b370:2668:8b2a:2668:33ab].53 [11eb:460f:2668:8b63:2668:8b2a:2668:8948].51972 \
24 [2a01:3f0:0:57::245].51972 [1845:9ab2:426f:b370:2668:8b2a:2668:33ab].53 \
29 [1845:9ab2:426f:b370:2668:8b2a:2668:33ab].53 [2a01:3f0:0:57::245].51972 \
/dports/devel/R-cran-plyr/plyr/tests/testthat/
H A Dtest-rbind.r17 ab2 <- rbind.fill(b, a)[c(4:6, 1:3), letters[1:6]] globalVar
18 ab2$a <- factor(ab2$a, levels(ab1$a))
19 rownames(ab2) <- NULL
21 expect_that(ab1, equals(ab2))
60 ab2 <- rbind.fill(b, a) [c(4:6, 1:3), letters[1:3]] globalVar
61 ab2$a <- factor(ab2$a, levels(ab1$a))
62 rownames(ab2) <- NULL
64 expect_that(ab1, equals(ab2))
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dobj_tree_scanner.t188 disp_node_content_hook warp sub_slave sub_slave element: aa2 ab2 ac2 ad2 Z
191 disp_leaf warp sub_slave sub_slave element ab2
205 disp_node_content_hook warp warp2 sub_slave element: aa2 ab2 ac2 ad2 Z
208 disp_leaf warp warp2 sub_slave element ab2
231 disp_leaf slave_y sub_slave sub_slave element ab2
245 disp_node_content_hook slave_y warp2 sub_slave element: aa2 ab2 ac2 ad2 Z
248 disp_leaf slave_y warp2 sub_slave element ab2
299 disp_leaf warp sub_slave sub_slave element ab2
308 disp_leaf warp warp2 sub_slave element ab2
319 disp_leaf slave_y sub_slave sub_slave element ab2
[all …]
H A Dsearch_element.t37 'ab2', 'warp',
39 'ab2' => {
42 { 'next_class' => { 'SubSlave2' => { 'next_step' => { 'ab2' => '' } } } },
44 { 'next_step' => { 'sub_slave' => { 'next_step' => { 'ab2' => '' } } } } }
236 'ab2' => {
242 { 'SubSlave2' => { 'next_step' => { 'ab2' => '' } } }
245 'next_step' => { 'sub_slave' => { 'next_step' => { 'ab2' => '' } } }
254 { 'SubSlave2' => { 'next_step' => { 'ab2' => '' } } }
258 { 'sub_slave' => { 'next_step' => { 'ab2' => '' } } } }
306 my @expected = qw/DX X Y Z a_boolean a_string a_uniline aa aa2 ab ab2 ac ac2 ad ad2
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/HitShapes/
H A DPolygon.cs60 static int DistanceSquaredFromLineSegment(int2 c, int2 a, int2 b, int ab2) in DistanceSquaredFromLineSegment() argument
67 if (ac2 + ab2 <= bc2) in DistanceSquaredFromLineSegment()
71 if (bc2 + ab2 <= ac2) in DistanceSquaredFromLineSegment()
78 var ap = new int2((int)((long)ab.X * ap2 / ab2), (int)((long)ab.Y * ap2 / ab2)); in DistanceSquaredFromLineSegment()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_tissue/
H A Dnumba_functions.py39 ab2 = a*b**2
42 a += (diff_a*lap_a - ab2 + f*(1-a))*dt
43 b += (diff_b*lap_b + ab2 - (k+f)*b)*dt
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_scatter/
H A Dloglogex1.php7 $ab2 = array(1.5, 2.0, 2.5, 3.0, 4.0, 5.0, 6.0, 8.0, 10.0, variable
38 $lineplot = new Plot\LinePlot($rhos, $ab2);
45 $scplot = new ScatterPlot($mn2, $ab2);

12345678910>>...41