Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsuma_datasets.c4314 …for (j=0; j<N_col; ++j) if (rowmask[j]) {SUMA_COPY_VALUE_IN_VEC(col, ndat, j, cnt, byte, byte); ++… in SUMA_Copy_Part_Column()
4317 …for (j=0; j<N_col; ++j) if (rowmask[j]) {SUMA_COPY_VALUE_IN_VEC(col, ndat, j, cnt, short, short); … in SUMA_Copy_Part_Column()
4320 …for (j=0; j<N_col; ++j) if (rowmask[j]) {SUMA_COPY_VALUE_IN_VEC(col, ndat, j, cnt, int, int); ++cn… in SUMA_Copy_Part_Column()
4323 …for (j=0; j<N_col; ++j) if (rowmask[j]) {SUMA_COPY_VALUE_IN_VEC(col, ndat, j, cnt, float, float); … in SUMA_Copy_Part_Column()
4326 …for (j=0; j<N_col; ++j) if (rowmask[j]) {SUMA_COPY_VALUE_IN_VEC(col, ndat, j, cnt, double, double)… in SUMA_Copy_Part_Column()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_Macros.h2048 #define SUMA_COPY_VALUE_IN_VEC(a, b, ia, ib, typea, typeb) { \ macro