Home
last modified time | relevance | path

Searched refs:next_bin (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dhistogram_binning.cpp114 const SBin & next_bin = (*pAnswer)[ii+1]; in x_IdentifyClusters() local
117 next_bin.first_number - this_bin.last_number ); in x_IdentifyClusters()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dhistogram_binning.cpp114 const SBin & next_bin = (*pAnswer)[ii+1]; in x_IdentifyClusters() local
117 next_bin.first_number - this_bin.last_number ); in x_IdentifyClusters()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/bam/
H A Dbamgraph.cpp310 TSeqPos next_bin = it->first; in CollectCoverage() local
311 for ( ; bin < next_bin; ++bin ) { in CollectCoverage()
441 TSeqPos next_bin = it->first; in CollectRawAccessCoverage() local
442 for ( ; bin < next_bin; ++bin ) { in CollectRawAccessCoverage()
/dports/games/gnugo/gnugo-3.8/patterns/
H A Ddfa.c951 int next_bin = aux_count; in dfa_finalize() local
953 while (next_bin + 1 != last_bin) { in dfa_finalize()
955 if (j+1 == next_bin) in dfa_finalize()
956 copy_dfa(&aux_dfa[next_bin % DFA_BINS], &aux_dfa[j % DFA_BINS]); in dfa_finalize()
958 sync_product(&aux_dfa[next_bin % DFA_BINS], in dfa_finalize()
961 next_bin++; in dfa_finalize()
963 last_bin = next_bin - 1; in dfa_finalize()
965 next_bin = aux_count; in dfa_finalize()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dmbeq_1197.c265 float last_bin, next_bin; in instantiateMbeq() local
308 next_bin = (bands[i+1])/hz_per_bin; in instantiateMbeq()
309 while (bin <= next_bin) { in instantiateMbeq()
311 bin_delta[bin] = (float)(bin - last_bin) / (float)(next_bin - last_bin); in instantiateMbeq()
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomtTest.c309 omBin next_bin = bin->next; in omtMergeStickyBins() local
312 bin = next_bin; in omtMergeStickyBins()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c461 next_bin(struct lp_scene *scene) in next_bin() function
501 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c524 next_bin(struct lp_scene *scene) in next_bin() function
564 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c552 next_bin(struct lp_scene *scene) in next_bin() function
592 else if (!next_bin(scene)) { in lp_scene_bin_iter_next()
/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1357 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1))) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dmallocr.c1531 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
2341 q = next_bin(q);
2484 bin = next_bin(bin);
2489 bin = next_bin(bin);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1556 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
2357 q = next_bin(q);
2500 bin = next_bin(bin);
2505 bin = next_bin(bin);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmallocr.c1556 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
2357 q = next_bin(q);
2500 bin = next_bin(bin);
2505 bin = next_bin(bin);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dmallocr.c1570 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
2374 q = next_bin(q);
2517 bin = next_bin(bin);
2522 bin = next_bin(bin);
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c531 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
1333 q = next_bin(q);
1469 bin = next_bin(bin);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c531 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
1333 q = next_bin(q);
1469 bin = next_bin(bin);
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c531 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
1333 q = next_bin(q);
1469 bin = next_bin(bin);

12345678