Home
last modified time | relevance | path

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

123

/dports/math/gri/gri-2.12.23/src/
H A Dheal.cc147 int last_good = i - 1; in heal_gridCmd() local
155 a = _f_xy(last_good, j); in heal_gridCmd()
156 b = (_f_xy(i, j) - _f_xy(last_good, j)) / in heal_gridCmd()
157 (_xmatrix[i] - _xmatrix[last_good]); in heal_gridCmd()
158 for (ii = last_good + 1; ii < i; ii++) { in heal_gridCmd()
160 * (_xmatrix[ii] - _xmatrix[last_good]); in heal_gridCmd()
176 int last_good = j - 1; in heal_gridCmd() local
184 a = _f_xy(i, last_good); in heal_gridCmd()
185 b = (_f_xy(i, j) - _f_xy(i, last_good)) / in heal_gridCmd()
186 (_ymatrix[j] - _ymatrix[last_good]); in heal_gridCmd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/altgraph/altgraph/
H A DGraphUtil.py117 last_good, node = stack.pop()
125 last_good = node
128 if last_good is not node:
129 orphans.add((last_good, tail))
132 stack.append((last_good, tail))
134 orphans = [(last_good, tail) for (last_good, tail) in orphans if tail not in removes]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/altgraph/altgraph/
H A DGraphUtil.py117 last_good, node = stack.pop()
125 last_good = node
128 if last_good is not node:
129 orphans.add((last_good, tail))
132 stack.append((last_good, tail))
134 orphans = [(last_good, tail) for (last_good, tail) in orphans if tail not in removes]
/dports/devel/boost-docs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp70 test_type last_good = 0; in main() local
83 last_good = z; in main()
100 else if (0 == last_good) in main()
107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main()
114 }, bad, last_good, boost::math::tools::equal_floor()).first; in main()
122 last_good = 0; in main()
135 last_good = z; in main()
151 if (last_good < 1) in main()
153 else if (last_good >= bad) in main()
172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp70 test_type last_good = 0; in main() local
83 last_good = z; in main()
100 else if (0 == last_good) in main()
107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main()
114 }, bad, last_good, boost::math::tools::equal_floor()).first; in main()
122 last_good = 0; in main()
135 last_good = z; in main()
151 if (last_good < 1) in main()
153 else if (last_good >= bad) in main()
172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/tools/
H A Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp70 test_type last_good = 0; in main() local
83 last_good = z; in main()
100 else if (0 == last_good) in main()
107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main()
114 }, bad, last_good, boost::math::tools::equal_floor()).first; in main()
122 last_good = 0; in main()
135 last_good = z; in main()
151 if (last_good < 1) in main()
153 else if (last_good >= bad) in main()
172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp70 test_type last_good = 0; in main() local
83 last_good = z; in main()
100 else if (0 == last_good) in main()
107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main()
114 }, bad, last_good, boost::math::tools::equal_floor()).first; in main()
122 last_good = 0; in main()
135 last_good = z; in main()
151 if (last_good < 1) in main()
153 else if (last_good >= bad) in main()
172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/tools/
H A Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp70 test_type last_good = 0; in main() local
83 last_good = z; in main()
100 else if (0 == last_good) in main()
107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main()
114 }, bad, last_good, boost::math::tools::equal_floor()).first; in main()
122 last_good = 0; in main()
135 last_good = z; in main()
151 if (last_good < 1) in main()
153 else if (last_good >= bad) in main()
172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main()
[all …]
/dports/math/py-cryptominisat/cryptominisat-5.8.0/scripts/crystal/
H A Dfill_used_clauses.py59 last_good = -1
65 last_good = i
67 if last_good == -1:
71 return last_good
74 last_good = self.get_last_good(usedClFname)
75 tfname = "%s-%d" % (usedClFname, last_good)
/dports/math/cryptominisat/cryptominisat-5.8.0/scripts/crystal/
H A Dfill_used_clauses.py59 last_good = -1
65 last_good = i
67 if last_good == -1:
71 return last_good
74 last_good = self.get_last_good(usedClFname)
75 tfname = "%s-%d" % (usedClFname, last_good)
/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dcloexec_from.c15 int last_good = lowfd; in mog_cloexec_from() local
19 last_good = fd; in mog_cloexec_from()
20 if ((last_good + 1024) < fd) in mog_cloexec_from()
/dports/math/py-altgraph/altgraph-0.15/altgraph/
H A DGraphUtil.py123 last_good, node = stack.pop()
131 last_good = node
134 if last_good is not node:
135 orphans.add((last_good, tail))
138 stack.append((last_good, tail))
H A DObjectGraph.py89 for last_good, tail in orphans:
90 self.graph.add_edge(last_good, tail, edge_data='orphan')
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/filters/despike/
H A Dfilterdespike.cpp185 double last_good; in algorithm() local
209 last_good = inputVector->value(0); in algorithm()
225 outputVector->raw_V_ptr()[j] = last_good; in algorithm()
229 last_good = outputVector->raw_V_ptr()[i] = inputVector->value(i); in algorithm()
248 outputVector->raw_V_ptr()[j] = last_good; in algorithm()
252 last_good = outputVector->raw_V_ptr()[i] = inputVector->value(i); in algorithm()
272 outputVector->raw_V_ptr()[j] = last_good; in algorithm()
276 last_good = outputVector->raw_V_ptr()[i] = inputVector->value(i); in algorithm()
282 outputVector->raw_V_ptr()[j] = last_good; in algorithm()
/dports/sysutils/syslinux/syslinux-6.03/com32/elflink/ldlinux/
H A Dcli.c68 struct cli_command *last_good = NULL; in cmd_reverse_search() local
103 if (!p && !last_good) { in cmd_reverse_search()
108 last_good = last_found; in cmd_reverse_search()
109 *cursor = p - last_good->command; in cmd_reverse_search()
115 buf, last_good->command ? : ""); in cmd_reverse_search()
119 return last_good ? last_good->command : NULL; in cmd_reverse_search()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dsysctl.c59 char *cptr, *last_good, *end; in sysctl_dots_to_slashes() local
80 last_good = name - 1; in sysctl_dots_to_slashes()
85 while (cptr > last_good) { in sysctl_dots_to_slashes()
92 last_good = cptr; in sysctl_dots_to_slashes()
/dports/sysutils/py-pywatchman/watchman-4.9.0/watcher/
H A Dfsevents.cpp29 FSEventStreamEventId last_good{0}; member
174 fse_stream_make(root, stream->last_good, failure_reason); in fse_callback()
193 stream->last_good); in fse_callback()
247 stream->last_good = eventIds[i]; in fse_callback()
648 FSEventStreamEventId last_good; in cmd_debug_fsevents_inject_drop() local
675 last_good = watcher->stream->last_good; in cmd_debug_fsevents_inject_drop()
680 resp.set("last_good", json_integer(last_good)); in cmd_debug_fsevents_inject_drop()
/dports/devel/florist-gpl/florist-gpl-2017-src/
H A Dc-posix-signals.c503 int last_good = -1; in guess_nsigs() local
510 last_good = sig; in guess_nsigs()
518 if (last_good == 1023) in guess_nsigs()
520 if (first_bad < last_good) { in guess_nsigs()
522 last_good = first_bad - 1; in guess_nsigs()
535 return last_good + 1; in guess_nsigs()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/panasonic/coolshot/
H A Dlibrary.c373 int last_good = 0; in coolshot_download_image() local
393 last_good = 1; in coolshot_download_image()
398 last_good = 0; in coolshot_download_image()
405 if ( last_good ) { in coolshot_download_image()
425 last_good = 1; in coolshot_download_image()
430 last_good = 0; in coolshot_download_image()
/dports/devel/apitrace/apitrace-9.0/scripts/
H A Dretracediff.py313 last_good = 0
377 if last_bad < last_good and options.diff_state:
378 srcRetracer.diff_state(last_good, callNo, output)
381 last_good = callNo
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dascmap.c183 int last_good = -1, next_good = -1; in fix_colorindex_shortcuts() local
213 next_good = last_good ; in fix_colorindex_shortcuts()
217 last_good = i; in fix_colorindex_shortcuts()
221 if( last_good < 0 || ( i-last_good >= next_good-i && i < next_good ) ) in fix_colorindex_shortcuts()
224 index->buckets[i].good_offset = last_good-i ; in fix_colorindex_shortcuts()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dascmap.c183 int last_good = -1, next_good = -1; in fix_colorindex_shortcuts() local
213 next_good = last_good ; in fix_colorindex_shortcuts()
217 last_good = i; in fix_colorindex_shortcuts()
221 if( last_good < 0 || ( i-last_good >= next_good-i && i < next_good ) ) in fix_colorindex_shortcuts()
224 index->buckets[i].good_offset = last_good-i ; in fix_colorindex_shortcuts()
/dports/net-mgmt/cacti/cacti-1.2.19/cli/
H A Dsplice_rrd.php363 $last_good = 'NaN';
376 $last_good = $old_value;
378 } elseif ($last_good != 'NaN') {
379 $new_rrd['rra'][$rra_num]['database'][$cdp_ds_num][$time] = $last_good;
382 $last_good = $v;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/roles/os10_image_upgrade/tests/
H A Dmain.yml7 …//10.16.127.7//tftpboot/NGOS/FMB-ar-rel_10.5.1-release/AmazonInstallers/last_good/PKGS_OS10-Enterp…
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/
H A Dipc_pacemakerd.h56 time_t last_good; member

123