Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_overlap.h45 void operator()(T1 vox1, T2 vox2) in operator()
49 if (vox2>t2) n1and2++; in operator()
53 if (vox2>t2) n2not1++; in operator()
/dports/astro/siril/siril/subprojects/wcslib/
H A Dtab.c1543 unsigned int eq, et, gt, iv, jv, lt, nv, vox2[32]; in tabvox() local
1642 vox2[m] = level ? 2*vox[m] : 0; in tabvox()
1644 vox2[m]++; in tabvox()
1649 if (tabvox(tab, wp, level+1, tabcoord, vox2) == 0) { in tabvox()
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dtab.c1688 unsigned int vox2[32]; in tabvox() local
1690 vox2[m] = level ? 2*vox[m] : 0; in tabvox()
1692 vox2[m]++; in tabvox()
1697 if (tabvox(tab, wp, level+1, tabcoord, vox2) == 0) { in tabvox()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dtab.c1688 unsigned int vox2[32]; in tabvox() local
1690 vox2[m] = level ? 2*vox[m] : 0; in tabvox()
1692 vox2[m]++; in tabvox()
1697 if (tabvox(tab, wp, level+1, tabcoord, vox2) == 0) { in tabvox()
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/cifti2/
H A Dcifti2_axes.py924 any(not np.array_equal(vox1, vox2)
925 for vox1, vox2 in zip(self.voxels, other.voxels))):