Home
last modified time | relevance | path

Searched refs:rerange (Results 1 – 25 of 25) sorted by relevance

/dports/math/octave-forge-nnet/nnet/doc/latex/users/octave/neuroPackage/
H A Dsubset.tex29 1 : will randomise the column order and rerange the columns containing min and max values to be in …
30 2 : will NOT randomise the column order, but rerange the columns containing min and max values to b…
/dports/science/lammps/lammps-stable_29Sep2021/tools/pymol_asphere/src/
H A Dmiscm.h85 double rerange(double one_start, double one_end, double value,
H A Dmiscm.cpp206 double am::rerange(double one_start, double one_end, double value, in rerange() function in am
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A Dstatgraph.pm130 sub rerange { subroutine
212 ($miny, $maxy, $rangey, $intervaly) = rerange($miny, $maxy);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcdd_annot_dialog.hpp111 bool changed, rerange; member in CDDEvidenceDialog
H A Dcdd_annot_dialog.cpp1310 changed(false), rerange(false) in BEGIN_EVENT_TABLE()
1365 rerange = changed = true; in OnButton()
1432 if (!evidence->IsBsannot() || rerange) { in GetData()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsys-file-writer.c333 rerange (int x) in rerange() function
424 int day = rerange (tmp->tm_mday); in write_header()
425 int mon = rerange (tmp->tm_mon + 1); in write_header()
426 int year = rerange (tmp->tm_year); in write_header()
427 int hour = rerange (tmp->tm_hour + 1); in write_header()
428 int min = rerange (tmp->tm_min + 1); in write_header()
429 int sec = rerange (tmp->tm_sec + 1); in write_header()
/dports/math/octave-forge-nnet/nnet/inst/
H A D__getx.m20 ## @code{__getx} will rerange the weights in one columns vector.
H A D__rerangecolumns.m25 ## The third argument is used to be sure, rerange all the columns to the correct position.
H A D__calcjacobian.m75 ## now we can rerange the signals ... this will be done only for
H A D__trainlm.m125 ## rerange error vector for jacobi matrix
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Drange_vector.h940 rerange(small_upper_key, SmallRange(next, small_lower_key.end)); in split()
971 rerange(small_lower_key, SmallRange(limit, start)); in split()
1142 rerange(empty_range, make_invalid_range(empty_range)); in clear_out_range()
1216 rerange(clear_range, clear_range); in clear_out_range()
1219 rerange(empty, make_invalid_range(empty)); in clear_out_range()
1283 inline void rerange(const SmallRange &range, const SmallRange &range_value) { in rerange() function
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Drange_vector.h938 rerange(small_upper_key, SmallRange(next, small_lower_key.end)); in split()
969 rerange(small_lower_key, SmallRange(limit, start)); in split()
1140 rerange(empty_range, make_invalid_range(empty_range)); in clear_out_range()
1214 rerange(clear_range, clear_range); in clear_out_range()
1217 rerange(empty, make_invalid_range(empty)); in clear_out_range()
1281 inline void rerange(const SmallRange &range, const SmallRange &range_value) { in rerange() function
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dcolor_ocio.cpp1544 a.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1582 r.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1589 a.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1590 r.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
H A Dimagebufalgo.cpp378 s.rerange(d.x() + kroi.xbegin, d.x() + kroi.xend, in convolve_()
656 a.rerange(r.x() - w_2, r.x() - w_2 + width, r.y() - h_2, in median_filter_impl()
733 a.rerange(r.x() - w_2, r.x() - w_2 + width, r.y() - h_2, in morph_impl()
H A Dimagebufalgo_xform.cpp339 srcpel.rerange(src_x - radi, src_x + radi + 1, in resize_()
388 srcpel.rerange(src_x - radi, src_x + radi + 1, src_y - radi, in resize_()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dcolor_ocio.cpp1544 a.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1582 r.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1589 a.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
1590 r.rerange(roi.xbegin, roi.xend, j, j + 1, k, k + 1); in colorconvert_impl()
H A Dimagebufalgo.cpp378 s.rerange(d.x() + kroi.xbegin, d.x() + kroi.xend, in convolve_()
656 a.rerange(r.x() - w_2, r.x() - w_2 + width, r.y() - h_2, in median_filter_impl()
733 a.rerange(r.x() - w_2, r.x() - w_2 + width, r.y() - h_2, in morph_impl()
H A Dimagebufalgo_xform.cpp339 srcpel.rerange(src_x - radi, src_x + radi + 1, in resize_()
388 srcpel.rerange(src_x - radi, src_x + radi + 1, src_y - radi, in resize_()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebuf.h1282 void rerange(int xbegin, int xend, int ybegin, int yend, int zbegin,
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebuf.h1282 void rerange(int xbegin, int xend, int ybegin, int yend, int zbegin,
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cambium/
H A DWHISP-APS-MIB6283 reggnt-rerange(3),
/dports/net-mgmt/observium/observium/mibs/cambium/
H A DWHISP-APS-MIB6283 reggnt-rerange(3),
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A DCHANGES-1.x.md2834 * ImageBuf iterators have a new rerange() method that resets the iteration
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A DCHANGES-1.x.md2834 * ImageBuf iterators have a new rerange() method that resets the iteration