Home
last modified time | relevance | path

Searched refs:getmask (Results 51 – 75 of 87) sorted by relevance

1234

/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A D__init__.pyi84 getmask: Any
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpsl/
H A Dprefix.hh88 ipv6_addr_t& getmask(unsigned int len);
H A Dprefix.cc637 t = t & (t.getmask(uLength)); in parse()
1133 ipv6_addr_t& ipv6_addr_t::getmask(unsigned int len) in getmask() function in ipv6_addr_t
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dbase_plots.py92 mask = reduce(ma.mask_or, [ma.getmask(a) for a in (x, y1, y2)])
H A Dplot_definitions.py266 mask = reduce(ma.mask_or, [ma.getmask(a) for a in (x, y1, y2)])
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dcolors.py1158 mask = np.ma.getmask(value)
1196 mask = np.ma.getmask(result)
1303 [0, 0.5, 1.]), mask=np.ma.getmask(result))
1608 mask = np.ma.getmask(result)
H A Dcontour.py1368 _mask = ma.getmask(z)
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A Dcconv.c799 static int getmask(uchar *);
831 static int getmask();
1538 *maskp = getmask(line);
1544 static int getmask(s) in getmask() function
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dmerge.py352 temp_mask = np.ma.getmask(temp)
/dports/x11-wm/tvtwm/tvtwm/
H A Dparse.c1853 static int getmask();
1904 static int getmask() in getmask() function
1964 mask = getmask();
/dports/graphics/p5-Imager/Imager-1.012/lib/Imager/
H A DImageTypes.pod50 ($img->getmask() & 1<<$_) ? $_ : ()
478 =item getmask()
481 my $mask = $img->getmask();
489 C<getmask()> is used to fetch the current channel mask. The mask
497 $mask = $img->getmask();
505 L</getmask()> for details.
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Dmaskedarray.generic.rst179 Another possibility is to use the :func:`getmask` and :func:`getmaskarray`
180 functions. ``getmask(x)`` outputs the mask of ``x`` if ``x`` is a masked
/dports/science/py-obspy/obspy-1.2.2/obspy/core/util/
H A Dmisc.py156 m = np.ma.getmask(a)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/impute/
H A D_base.py413 mean[np.ma.getmask(mean_masked)] = np.nan
/dports/net/drawterm/drawterm/libmemdraw/
H A Ddrawtest.c864 getmask(Memimage *img, Point pt) in getmask() function
976 m = getmask(mask, mp); in drawonepixel()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemdraw/
H A Ddrawtest.c862 getmask(Memimage *img, Point pt) in getmask() function
974 m = getmask(mask, mp); in drawonepixel()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dplotutils.py298 mask = ma.getmask(result)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_mlab.py2187 np.testing.assert_array_equal(np.ma.getmask(zi),
2188 np.ma.getmask(correct_zi_masked))
2230 np.testing.assert_array_equal(np.ma.getmask(zi),
2231 np.ma.getmask(correct_zi_masked))
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/tests/
H A Dtest_core.py39 flatten_structured_array, fromflex, getmask, getmaskarray, greater,
356 assert_(allequal(getmask(x2), array([0, 1, 0, 0])))
358 assert_(allequal(getmask(x3), array([0, 1, 1, 0])))
360 assert_(allequal(getmask(x4), array([0, 1, 1, 0])))
426 assert_equal(getmask(y4), [0, 0, 1, 0, 0, 0, 1, 0])
1176 assert_(getmask(res) is nomask)
4327 assert_(getmask(zm) is nomask)
5054 assert_equal(np.ma.getmask(result), np.ones(vector.shape, dtype=bool))
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/tests/
H A Dtest_relational.py691 mask = np.ma.getmask(xys)
698 mask = np.ma.getmask(xys)
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/tests/
H A Dtest_distance.py160 force_weights = any(np.ma.getmask(a) is not np.ma.nomask for a in arrays)
212 axis_mask = np.ma.getmask(a)
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dfitting.py704 masked = np.any(np.ma.getmask(rhs))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dcontour.py1478 _mask = ma.getmask(z)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/obj/ppc64/
H A Dasm9.go2095 func getmask(m []byte, v uint32) bool { func
2099 if getmask(m, ^v) {
2133 if !getmask(m, v) {
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1230 int FAST_FUNC (*getmask)(char *src, struct sockaddr *mask, char *name); member

1234