Home
last modified time | relevance | path

Searched refs:double_step (Results 1 – 9 of 9) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dfor_from_float_T254.pyx17 def double_step(a, b, dx): function
19 >>> double_step(0, 2, .5)
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dfor_from_float_T254.pyx17 def double_step(a, b, dx): function
19 >>> double_step(0, 2, .5)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/samples/
H A Dseeds.cpp74 bool double_step = false; in main() local
104 num_levels, prior, num_histogram_bins, double_step); in main()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/include/opencv2/ximgproc/
H A Dseeds.hpp176 int histogram_bins=5, bool double_step = false);
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dti99_dsk.cpp141 bool double_step = (drive_high_tpi && log_track_count <= 44); in load() local
144 if (double_step) in load()
161 if (double_step && !first_time_double) trackid = track/2; in load()
166 if (double_step) in load()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dti99_dsk.cpp141 bool double_step = (drive_high_tpi && log_track_count <= 44); in load() local
144 if (double_step) in load()
161 if (double_step && !first_time_double) trackid = track/2; in load()
166 if (double_step) in load()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DScalarNode.C1088 double double_step; in cfgParseLocalIncrementComment() local
1104 &double_step, in cfgParseLocalIncrementComment()
1167 si->useLocalDelta(component_num, double_step);
1182 double_step;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dseeds.cpp78 int histogram_bins = 5, bool double_step = false);
189 bool double_step) in createSuperpixelSEEDS() argument
192 num_superpixels, num_levels, prior, histogram_bins, double_step); in createSuperpixelSEEDS()
196 int num_superpixels, int num_levels, int prior, int histogram_bins, bool double_step) in SuperpixelSEEDSImpl() argument
202 seeds_double_step = double_step; in SuperpixelSEEDSImpl()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DPath.vala1627 double double_step;
1638 double_step = t / 2;
1640 if (double_step > max_t) {
1644 if (!iter (px, py, double_step)) {
1655 double_step = 0.5 + t / 2;
1657 if (double_step > max_t) {
1661 if (!iter (px, py, double_step)) {