Home
last modified time | relevance | path

Searched refs:diff_count (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/imc_shm_mmap/
H A Dimc_shm_mmap_test.c48 int diff_count; in imc_shm_mmap() local
88 diff_count = 0; in imc_shm_mmap()
97 ++diff_count; in imc_shm_mmap()
100 if (0 != diff_count) { in imc_shm_mmap()
103 return diff_count; in imc_shm_mmap()
109 int diff_count; in imc_shm_mmap() local
123 for (diff_count = 0, mem1 = (char *) addr, mem2 = (char *) addr2, i = 0; in imc_shm_mmap()
131 ++diff_count; in imc_shm_mmap()
134 if (0 != diff_count) { in imc_shm_mmap()
136 return diff_count; in imc_shm_mmap()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dmerge_test.cpp379 EntityCount diff_count; in merge_top_down() local
387 if(diff_count.hex > 0) in merge_top_down()
393 else if(diff_count.quad > 0) in merge_top_down()
399 else if(diff_count.tet > 0) in merge_top_down()
405 else if(diff_count.tri > 0) in merge_top_down()
412 else if(diff_count.edge > 0) in merge_top_down()
785 EntityCount diff_count; in process_td_auto_merge() local
807 if(diff_count.hex > 0) in process_td_auto_merge()
881 EntityCount diff_count; in process_mo_auto_merge() local
905 if(diff_count.edge > 0) in process_mo_auto_merge()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-psbt_diff.c159 diff_count(start, end, 0, 0); in main()
160 diff_count(end, start, 0, 0); in main()
164 diff_count(start, end, 1, 0); in main()
165 diff_count(end, start, 0, 1); in main()
173 diff_count(start, end, 1, 0); in main()
174 diff_count(end, start, 0, 1); in main()
182 diff_count(start, end, 1, 0); in main()
183 diff_count(end, start, 0, 1); in main()
191 diff_count(start, end, 1, 0); in main()
192 diff_count(end, start, 0, 1); in main()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/tests/coverage/
H A Dcompare_gcov.py154 diff_count = Uncov_norm
157 diff_count = Nocode
256 diff_count = None
306 diff_count = Nocode
317 diff_count = Nocode
319 diff_count = Nocode
326 diff_count = Uncov_norm
330 diff_count = Nocode
333 diff_count = unit_count
336 diff_count = 0
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-text-diff-renderer-table.php427 $diff_count = count( $orig_rows ) - count( $final_rows );
428 if ( $diff_count < 0 ) {
429 while ( $diff_count < 0 ) {
430 array_push( $orig_rows, $diff_count++ );
432 } elseif ( $diff_count > 0 ) {
433 $diff_count = -1 * $diff_count;
434 while ( $diff_count < 0 ) {
435 array_push( $final_rows, $diff_count++ );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-text-diff-renderer-table.php427 $diff_count = count( $orig_rows ) - count( $final_rows );
428 if ( $diff_count < 0 ) {
429 while ( $diff_count < 0 ) {
430 array_push( $orig_rows, $diff_count++ );
432 } elseif ( $diff_count > 0 ) {
433 $diff_count = -1 * $diff_count;
434 while ( $diff_count < 0 ) {
435 array_push( $final_rows, $diff_count++ );
/dports/graphics/blender/blender-2.91.0/tests/python/collada/mesh/
H A Dtest_mesh_simple.py81 diff_count = 0
96 diff_count += 1
98 if diff_count == 1:
105 if diff_count > 0:
111 return diff_count == 0
/dports/math/clrng/clRNG-1.0.0-beta/src/client/MultiStream/
H A Dmultistream.c227 size_t diff_count = 0; in task() local
234 diff_count++; in task()
237 printf("\ncount of different values: %lu\n", diff_count); in task()
238 if (diff_count > 0) in task()
239 printf("average difference: %g\n", diff_tot / diff_count); in task()
242 diff_count = 0; in task()
245 diff_count++; in task()
247 printf("\ncount of different stream states: %lu\n", diff_count); in task()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dparametrizer.cpp163 std::vector<int> diff_count(F_compact.size() * 4, 0); in ComputeIndexMap() local
194 diff_count[dedge] += 1; in ComputeIndexMap()
199 diff_count[dedge] += 1; in ComputeIndexMap()
220 diff_count[dedge] = 0; in ComputeIndexMap()
229 for (int i = 0; i < diff_count.size(); ++i) { in ComputeIndexMap()
230 if (diff_count[i] != 0) { in ComputeIndexMap()
231 diffs[i] /= diff_count[i]; in ComputeIndexMap()
232 diff_count[i] = 1; in ComputeIndexMap()
238 diffs, diff_count, o2e, sharp_o, in ComputeIndexMap()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/codon/
H A DMG_REV_TRIP.bf53 diff_count = utility.Array1D (_GenerateRate.diff);
55 if (diff_count == 1 || diff_count == 2 || diff_count == 3) {
62 for (i = 0; i < diff_count; i += 1) {
97 if (diff_count == 2) {
109 if (diff_count == 3) {
H A DMG_REV_MH.bf50 diff_count = utility.Array1D (_GenerateRate.diff);
52 if (diff_count == 1 || diff_count == 2) {
59 for (i = 0; i < diff_count; i += 1) {
94 if (diff_count == 2) {
/dports/math/clrng/clRNG-1.0.0-beta/src/client/RandomArray/
H A Drandomarray.c160 size_t diff_count = 0; in task() local
167 diff_count++; in task()
170 printf("\ncount of different values: %lu\n", diff_count); in task()
171 if (diff_count > 0) in task()
172 printf("average difference: %g\n", diff_tot / diff_count); in task()
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/auxiliar/
H A Dmake-regtest-pngs.sh160 diff_count=0
176 diff_count=$(($diff_count+1))
184 echo $diff_count "differences found."
/dports/print/lilypond/lilypond-2.22.1/scripts/auxiliar/
H A Dmake-regtest-pngs.sh160 diff_count=0
176 diff_count=$(($diff_count+1))
184 echo $diff_count "differences found."
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/modules/
H A Dhexdiff.py89 diff_count = 0
97 diff_count += 1
99 diff_count += 1
101 if diff_count == len(target_data)-1:
103 elif diff_count > 0:
/dports/graphics/blender/blender-2.91.0/tests/python/collada/animation/
H A Dtest_animation_simple.py81 diff_count = 0
96 diff_count += 1
98 if diff_count == 1:
105 if diff_count > 0:
111 return diff_count == 0
/dports/devel/re2c/re2c-2.2/src/dfa/
H A Dminimization.cc224 size_t diff_count = 0; in minimization_moore() local
229 for (; n < diff_count; ++n) { in minimization_moore()
243 if (n == diff_count) { in minimization_moore()
244 diff[diff_count++] = j; in minimization_moore()
252 loop |= diff_count > 1; in minimization_moore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dstyle_difference.cc35 int diff_count = 0; in operator <<() local
39 if (diff_count++ > 0) in operator <<()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dstyle_difference.cc34 int diff_count = 0; in operator <<() local
38 if (diff_count++ > 0) in operator <<()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/hfs/src/slic/
H A Dslic.hpp339 int diff_count = 0; in supressLocalLable() local
349 diff_count++; in supressLocalLable()
353 if (diff_count > 16) in supressLocalLable()
370 int diff_count = 0; in supressLocalLable2() local
380 diff_count++; in supressLocalLable2()
384 if (diff_count >= 6) in supressLocalLable2()
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_sname.c184 for ( size_t diff_count = scope_count - sglob->count; diff_count > 0; in c_sname_match() local
185 --diff_count, scope = scope->next ) { in c_sname_match()
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/
H A Drefmvs.c247 int *const diff_count = &same_count[2]; in add_compound_extended_candidate() local
258 if (diff_count[1] < 2) { in add_compound_extended_candidate()
263 diff[diff_count[1]++].mv.mv[1] = cand_mv; in add_compound_extended_candidate()
268 if (diff_count[0] < 2) { in add_compound_extended_candidate()
273 diff[diff_count[0]++].mv.mv[0] = cand_mv; in add_compound_extended_candidate()
281 if (diff_count[0] < 2) { in add_compound_extended_candidate()
282 diff[diff_count[0]++].mv.mv[0] = in add_compound_extended_candidate()
287 if (diff_count[1] < 2) { in add_compound_extended_candidate()
288 diff[diff_count[1]++].mv.mv[1] = in add_compound_extended_candidate()
551 const int *const diff_count = &same_count[2]; in dav1d_refmvs_find() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/
H A Drefmvs.c245 int *const diff_count = &same_count[2]; in add_compound_extended_candidate() local
256 if (diff_count[1] < 2) { in add_compound_extended_candidate()
261 diff[diff_count[1]++].mv.mv[1] = cand_mv; in add_compound_extended_candidate()
266 if (diff_count[0] < 2) { in add_compound_extended_candidate()
271 diff[diff_count[0]++].mv.mv[0] = cand_mv; in add_compound_extended_candidate()
279 if (diff_count[0] < 2) { in add_compound_extended_candidate()
280 diff[diff_count[0]++].mv.mv[0] = in add_compound_extended_candidate()
285 if (diff_count[1] < 2) { in add_compound_extended_candidate()
286 diff[diff_count[1]++].mv.mv[1] = in add_compound_extended_candidate()
549 const int *const diff_count = &same_count[2]; in dav1d_refmvs_find() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/
H A Drefmvs.c247 int *const diff_count = &same_count[2]; in add_compound_extended_candidate() local
258 if (diff_count[1] < 2) { in add_compound_extended_candidate()
263 diff[diff_count[1]++].mv.mv[1] = cand_mv; in add_compound_extended_candidate()
268 if (diff_count[0] < 2) { in add_compound_extended_candidate()
273 diff[diff_count[0]++].mv.mv[0] = cand_mv; in add_compound_extended_candidate()
281 if (diff_count[0] < 2) { in add_compound_extended_candidate()
282 diff[diff_count[0]++].mv.mv[0] = in add_compound_extended_candidate()
287 if (diff_count[1] < 2) { in add_compound_extended_candidate()
288 diff[diff_count[1]++].mv.mv[1] = in add_compound_extended_candidate()
551 const int *const diff_count = &same_count[2]; in dav1d_refmvs_find() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/src/
H A Drefmvs.c246 int *const diff_count = &same_count[2]; in add_compound_extended_candidate() local
257 if (diff_count[1] < 2) { in add_compound_extended_candidate()
262 diff[diff_count[1]++].mv.mv[1] = cand_mv; in add_compound_extended_candidate()
267 if (diff_count[0] < 2) { in add_compound_extended_candidate()
272 diff[diff_count[0]++].mv.mv[0] = cand_mv; in add_compound_extended_candidate()
280 if (diff_count[0] < 2) { in add_compound_extended_candidate()
281 diff[diff_count[0]++].mv.mv[0] = in add_compound_extended_candidate()
286 if (diff_count[1] < 2) { in add_compound_extended_candidate()
287 diff[diff_count[1]++].mv.mv[1] = in add_compound_extended_candidate()
550 const int *const diff_count = &same_count[2]; in dav1d_refmvs_find() local
[all …]

123456