Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_warps.c178 NEGATE_FVEC3(newmap->svec) ; in AFNI_make_voxmap()
286 NEGATE_FVEC3(map_out->svec) ; in AFNI_concatenate_lmap()
H A Dvecmat.h114 #define NEGATE_FVEC3(a) ( (a).xyz[0] = -(a).xyz[0] , \ macro
828 NEGATE_FVEC3(tempA_vm33.vv) , tempA_vm33 )
H A D3ddata.h608 NEGATE_FVEC3((map).svec) )
976 NEGATE_FVEC3((ww).rig_bod.warp.svec) ; \
H A Dafni.c12608 awarp->warp.svec = rr ; NEGATE_FVEC3(awarp->warp.svec) ;