Home
last modified time | relevance | path

Searched refs:ct_tot (Results 1 – 5 of 5) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_niml.c1661 int ct_read = 0, ct_tot = 0 ; in process_NIML_SUMA_ixyz() local
2006 if( ct_tot > 0 ) in process_NIML_SUMA_ixyz()
2009 ct_read , ct_tot-ct_read ) ; in process_NIML_SUMA_ixyz()
2064 int ct_read = 0, ct_tot = 0 ; in process_NIML_SUMA_ijk() local
2277 if( ct_tot > 0 ) sprintf(msg+strlen(msg), in process_NIML_SUMA_ijk()
2302 int ct_read = 0, ct_tot = 0 ; in process_NIML_SUMA_node_normals() local
2509 if( ct_tot > 0 ) sprintf(msg+strlen(msg), in process_NIML_SUMA_node_normals()
2881 int ct_read = 0, ct_tot = 0 ; in process_NIML_AFNI_dataset() local
2945 if( ct_tot > 0 ) sprintf(msg+strlen(msg), in process_NIML_AFNI_dataset()
2965 int ct_read = 0, ct_tot = 0 ; in process_NIML_AFNI_volumedata() local
[all …]
/dports/news/nntp/nntp-1.5.12.2_10/support/
H A Dnntp_awk.ucbvax348 ct_tot += conn[s];
354 tot = ct_tot;
357 …printf("\n%-25s %5d %5d %5d %5d %5d %3d%%\n\n", "TOTALS", ct_tot, ct_ok, ct_ns, ct_net, ct_rmt, (1…
H A Dnntp_awk351 ct_tot += conn[s];
357 tot = ct_tot;
360 …printf("\n%-25s %5d %5d %5d %5d %5d %3d%%\n\n", "TOTALS", ct_tot, ct_ok, ct_ns, ct_net, ct_rmt, (1…
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_matrix_calc.cc71 int64_t ct_tot = S_CAST(int64_t, ct) * (ct + modif); in ParallelBounds() local
72 *bound_start_ptr = TriangleDivide((ct_tot * parallel_idx) / parallel_tot, modif); in ParallelBounds()
73 *bound_end_ptr = TriangleDivide((ct_tot * (parallel_idx + 1)) / parallel_tot, modif); in ParallelBounds()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c5280 int64_t ct_tot = ((int64_t)ct) * (ct + modif); in parallel_bounds() local
5281 *bound_start_ptr = triangle_divide((ct_tot * parallel_idx) / parallel_tot, modif); in parallel_bounds()
5282 *bound_end_ptr = triangle_divide((ct_tot * (parallel_idx + 1)) / parallel_tot, modif); in parallel_bounds()