Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_incorrelate.c924 float **xccar , **yccar , **xyccar , *nwwar ; int nbpq=nbp*nbp,itt ; in INCOR_addto_2Dhist() local
929 nwwar = (float * )calloc(sizeof(float) ,nthr) ; /* threads */ in INCOR_addto_2Dhist()
966 ww = WW(ii) ; nwwar[ithr] += ww ; in INCOR_addto_2Dhist()
1014 x1 = 1.0f-xx ; y1 = 1.0f-yy ; ww = WW(ii) ; nwwar[ithr] += ww ; in INCOR_addto_2Dhist()
1034 if( nwwar[itt] > 0.0f ){ in INCOR_addto_2Dhist()
1035 nww += nwwar[itt] ; in INCOR_addto_2Dhist()
1041 free(xccar) ; free(yccar) ; free(xyccar) ; free(nwwar) ; in INCOR_addto_2Dhist()