Home
last modified time | relevance | path

Searched refs:last_bin_index (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys_binlist.c185 uint64_t this_bin_index, index, last_bin_index, row, col, trk, n_tracks; in GMT_x2sys_binlist() local
372 last_bin_index = UINT_MAX; in GMT_x2sys_binlist()
393 last_bin_index = this_bin_index; in GMT_x2sys_binlist()
409 last_bin_index = this_bin_index; /* Update the last point's index info */ in GMT_x2sys_binlist()
416 …if (this_bin_index == last_bin_index) { /* Same bin, keep adding up incremental distances (this ad… in GMT_x2sys_binlist()
493 last_bin_index = this_bin_index; in GMT_x2sys_binlist()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dtiming.cpp67 size_t last_bin_index = bin_count - 1; in SerializeHistogram() local
73 if (k >= last_bin_index) in SerializeHistogram()