Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_mismatch.c50 dv = SUB_FVEC3(fv1,fv2) ; cd = SIZE_FVEC3(dv) ; in THD_dataset_mismatch()
H A D3dCM.c243 dv = SUB_FVEC3(setv,cmv) ; in main()
H A Dthd_warps.c166 vt2 = SUB_FVEC3( vt2 , vt0 ) ; in AFNI_make_voxmap()
H A Dmri_read_dicom.c2224 vec4 = SUB_FVEC3(obl_info->dfpos2, obl_info->dfpos1); in ComputeObliquity()
2335 Orgin = SUB_FVEC3(Cm, offsetxvec); in ComputeObliquity()
2336 Orgin = SUB_FVEC3(Orgin, offsetyvec); in ComputeObliquity()
2337 Orgin = SUB_FVEC3(Orgin, offsetzvec); in ComputeObliquity()
H A Dplug_crender.c9277 xh->xp[0][0] = SUB_FVEC3(xh->xp[0][0],org); in xhairs_to_image_pts()
9280 xh->xp[0][1] = SUB_FVEC3(xh->xp[0][1],org); in xhairs_to_image_pts()
9283 xh->xp[1][0] = SUB_FVEC3(xh->xp[1][0],org); in xhairs_to_image_pts()
9286 xh->xp[1][1] = SUB_FVEC3(xh->xp[1][1],org); in xhairs_to_image_pts()
9290 xh->yp[0][0] = SUB_FVEC3(xh->yp[0][0],org); in xhairs_to_image_pts()
9293 xh->yp[0][1] = SUB_FVEC3(xh->yp[0][1],org); in xhairs_to_image_pts()
9296 xh->yp[1][0] = SUB_FVEC3(xh->yp[1][0],org); in xhairs_to_image_pts()
9299 xh->yp[1][1] = SUB_FVEC3(xh->yp[1][1],org); in xhairs_to_image_pts()
9303 xh->zp[0][0] = SUB_FVEC3(xh->zp[0][0],org); in xhairs_to_image_pts()
9306 xh->zp[0][1] = SUB_FVEC3(xh->zp[0][1],org); in xhairs_to_image_pts()
[all …]
H A Dafni.c12560 rr = SUB_FVEC3(msag1,acsup) ;
12563 rr = SUB_FVEC3(msag2,acsup) ;
12575 dif = SUB_FVEC3(acsup,acpos) ;
12822 rr = SUB_FVEC3(acsup,acpos) ; size = SIZE_FVEC3(rr) ;
12827 rr = SUB_FVEC3(acsup,pcinf) ; size = SIZE_FVEC3(rr) ;
12835 rr = SUB_FVEC3(acsup,msag1) ; size = SIZE_FVEC3(rr) ;
12839 rr = SUB_FVEC3(acsup,msag2) ; size = SIZE_FVEC3(rr) ;
12861 rr = SUB_FVEC3(msag1,acsup) ;
12864 rr = SUB_FVEC3(msag2,acsup) ;
12890 dif = SUB_FVEC3(acsup,acpos) ;
[all …]
H A D3dvolreg.c1176 ev = SUB_FVEC3(VL_cen_bas,dv) ; in main()
2308 dv = SUB_FVEC3(VL_cen_bas,VL_cen_inp) ; in VL_command_line()
H A Dvecmat.h120 #define SUB_FVEC3(a,b) \ macro
H A D3ddata.h973 (ww).rig_bod.warp.bvec = SUB_FVEC3(uv,tv) ; \
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Ddimon_afni.c1205 vec4 = SUB_FVEC3(obl_info->dfpos2, obl_info->dfpos1); in ComputeObliquity()