Home
last modified time | relevance | path

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

/dports/astro/siril/siril/src/algos/
H A Dquantize.c506 if (!diffs2) { in FnNoise5_ushort()
519 free(diffs2); in FnNoise5_ushort()
529 free(diffs2); in FnNoise5_ushort()
779 xnoise2 = diffs2[0]; in FnNoise5_ushort()
782 xnoise2 = (diffs2[(nrows2 - 1) / 2] + diffs2[nrows2 / 2]) / 2.; in FnNoise5_ushort()
800 free(diffs2); in FnNoise5_ushort()
904 if (!diffs2) { in FnNoise5_float()
917 free(diffs2); in FnNoise5_float()
927 free(diffs2); in FnNoise5_float()
1179 xnoise2 = (diffs2[(nrows2 - 1) / 2] + diffs2[nrows2 / 2]) / 2.; in FnNoise5_float()
[all …]
/dports/science/cdk/cdk-cdk-2.3/misc/diff/src/test/java/org/openscience/cdk/tools/diff/tree/
H A DAbstractDifferenceListTest.java58 Iterator<IDifference> diffs2 = diffClass.getChildren().iterator(); in testChildDiffs() local
60 while (diffs2.hasNext()) { in testChildDiffs()
61 diffs2.next(); in testChildDiffs()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dquantize.c958 if (!diffs2) { in FnNoise5_short()
971 free(diffs2); in FnNoise5_short()
981 free(diffs2); in FnNoise5_short()
1208 free(diffs2); in FnNoise5_short()
1304 if (!diffs2) { in FnNoise5_int()
1317 free(diffs2); in FnNoise5_int()
1327 free(diffs2); in FnNoise5_int()
1569 free(diffs2); in FnNoise5_int()
1665 if (!diffs2) { in FnNoise5_float()
1915 free(diffs2); in FnNoise5_float()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dquantize.c958 if (!diffs2) { in FnNoise5_short()
971 free(diffs2); in FnNoise5_short()
981 free(diffs2); in FnNoise5_short()
1208 free(diffs2); in FnNoise5_short()
1304 if (!diffs2) { in FnNoise5_int()
1317 free(diffs2); in FnNoise5_int()
1327 free(diffs2); in FnNoise5_int()
1569 free(diffs2); in FnNoise5_int()
1665 if (!diffs2) { in FnNoise5_float()
1915 free(diffs2); in FnNoise5_float()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dquantize.c955 if (!diffs2) { in FnNoise5_short()
968 free(diffs2); in FnNoise5_short()
978 free(diffs2); in FnNoise5_short()
1197 free(diffs2); in FnNoise5_short()
1293 if (!diffs2) { in FnNoise5_int()
1306 free(diffs2); in FnNoise5_int()
1316 free(diffs2); in FnNoise5_int()
1550 free(diffs2); in FnNoise5_int()
1646 if (!diffs2) { in FnNoise5_float()
1888 free(diffs2); in FnNoise5_float()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dquantize.c958 if (!diffs2) { in FnNoise5_short()
971 free(diffs2); in FnNoise5_short()
981 free(diffs2); in FnNoise5_short()
1208 free(diffs2); in FnNoise5_short()
1304 if (!diffs2) { in FnNoise5_int()
1317 free(diffs2); in FnNoise5_int()
1327 free(diffs2); in FnNoise5_int()
1569 free(diffs2); in FnNoise5_int()
1665 if (!diffs2) { in FnNoise5_float()
1915 free(diffs2); in FnNoise5_float()
[all …]
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EMT_Asap__MD_128315414717_004/
H A DKimNeighborLocator.cpp89 int KimNeighborLocator::GetFullNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2, in GetFullNeighbors() argument
110 diffs2[numnb] = diffs[numnb] * diffs[numnb]; in GetFullNeighbors()
111 if (diffs2[numnb] <= rcut2) in GetFullNeighbors()
H A DNeighborCellLocator.h146 int GetNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
156 int GetFullNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
260 int CommonGetNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
H A DNeighborLocator.h123 virtual int GetNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
160 double *diffs2, int& size,
H A DKimNeighborLocator.h111 virtual int GetNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
115 virtual int GetFullNeighbors(int n, int *neighbors, Vec *diffs, double *diffs2,
H A DNeighborCellLocator.cpp485 double *diffs2, int& size, in GetNeighbors() argument
488 return CommonGetNeighbors(a1, neighbors, diffs, diffs2, size, r, false); in GetNeighbors()
497 double *diffs2, int& size, in GetFullNeighbors() argument
500 return CommonGetNeighbors(a1, neighbors, diffs, diffs2, size, r, true); in GetFullNeighbors()
594 double *RESTRICT diffs2, int& size, in CommonGetNeighbors() argument
635 diffs2[nNeighbors] = Length2(diffs[nNeighbors]); in CommonGetNeighbors()
649 diffs2[j] = diffs2[i]; in CommonGetNeighbors()
652 if ((diffs2[i] < rC2) && ((a2 > a1) || (wantfull && (a2 != a1)))) in CommonGetNeighbors()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DPTSTracker.cpp219 inline bool CPtsTracker::MatchDifftype(int diffs1[], int diffs2[], int nrdiffs) in MatchDifftype() argument
223 if (diffs1[i] != diffs2[i]) in MatchDifftype()
H A DPTSTracker.h43 …static bool MatchDifftype(int diffs1[], int diffs2[], int nrdiffs); //checks if the difftypes match
/dports/biology/py-ete3/ete3-3.1.2/ete3/test/
H A Dtest_ncbiquery.py93 diffs2 = t2.compare(t3, unrooted=True)
96 self.assertEqual(diffs2["rf"], 0.0)
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) method
H A Dinfo.rb184 prop_changes = Core::Property.diffs2(local_props, base_props)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) method
H A Dinfo.rb184 prop_changes = Core::Property.diffs2(local_props, base_props)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) method
H A Dinfo.rb184 prop_changes = Core::Property.diffs2(local_props, base_props)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) method
H A Dinfo.rb184 prop_changes = Core::Property.diffs2(local_props, base_props)
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DSelectMenu.java225 final Vector diffs2 = alignSubjectViewer.getDifferenceCoords(true); in SelectMenu()
226 diffs = AddMenu.union(diffs1,diffs2); in SelectMenu()
H A DAddMenu.java251 Vector diffs2 = alignSubjectViewer.getDifferenceCoords(true); in AddMenu()
260 diffs = union(diffs1,diffs2); in AddMenu()