Home
last modified time | relevance | path

Searched refs:THD_corr_ratio_mode (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_nbistats.c101 THD_corr_ratio_mode(1) ; in mri_nbistat()
105 THD_corr_ratio_mode(2) ; in mri_nbistat()
109 THD_corr_ratio_mode(0) ; in mri_nbistat()
H A D3ddata.h6089 extern void THD_corr_ratio_mode( int ) ; /* 11 Oct 2006 */
6090 #define THD_corr_ratio_sym_not THD_corr_ratio_mode(0) /* unsymm */
6091 #define THD_corr_ratio_sym_mul THD_corr_ratio_mode(1) /* sym by * */
6092 #define THD_corr_ratio_sym_add THD_corr_ratio_mode(2) /* sym by + */
H A Dthd_correlate.c1733 void THD_corr_ratio_mode( int mm ){ cr_mode = mm ; } in THD_corr_ratio_mode() function