Home
last modified time | relevance | path

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

12345678910>>...13

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCnbutil.h92 const double step_out, in rho_slice_sampler() argument
110 L = rho - step_out * U; in rho_slice_sampler()
111 R = L + step_out; in rho_slice_sampler()
120 L = max(0.0, L - step_out); in rho_slice_sampler()
129 R += step_out; in rho_slice_sampler()
166 const double step_out, in rho_prior_sampler() argument
184 L = rho - step_out * U; in rho_prior_sampler()
185 R = L + step_out; in rho_prior_sampler()
194 L = max(0.0, L - step_out); in rho_prior_sampler()
203 R += step_out; in rho_prior_sampler()
/dports/devel/p5-Debug-Client/Debug-Client-0.31/t/
H A D13-return.t63 my @out = $debugger->step_out;
88 my @out = $debugger->step_out;
119 my @out = $debugger->step_out;
H A D18-stepout.t31 my @out = $debugger->step_out;
46 $out = $debugger->step_out;
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DPointConverter.vala130 double step_out;
134 step_out = 0;
172 step_out = ta;
181 step = step_out;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/longjmp/
H A DTestLongjmp.py25 self.step_out()
68 def step_out(self): member in LongjmpTestCase
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py25 self.step_out()
68 def step_out(self): member in LongjmpTestCase
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self): member in LongjmpTestCase
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/longjmp/
H A DTestLongjmp.py24 self.step_out()
65 def step_out(self):
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_vector.c484 if (step_out < 0.0) { /* Safety valve */ in gmtvector_resample_path_spherical()
497step_out = (step_out / GMT->current.map.dist[GMT_MAP_DIST].scale) / GMT->current.proj.DIST_M_PR_DE… in gmtvector_resample_path_spherical()
503 …if (step_out == 0.0) step_out = (dist_in[n_in-1] - dist_in[0])/100.0; /* If nothing is selected we… in gmtvector_resample_path_spherical()
506 n_out = lrint (dist_in[n_in-1] / step_out); in gmtvector_resample_path_spherical()
507 step_out = dist_in[n_in-1] / n_out; /* Ensure exact fit */ in gmtvector_resample_path_spherical()
510 n_out = lrint (floor (dist_in[n_in-1] / step_out)); in gmtvector_resample_path_spherical()
590 if (step_out < 0.0) { /* Safety valve */ in gmtvector_resample_path_cartesian()
602 …if (step_out == 0.0) step_out = (dist_in[n_in-1] - dist_in[0])/100.0; /* If nothing is selected we… in gmtvector_resample_path_cartesian()
606 n_out = lrint (dist_in[n_in-1] / step_out); in gmtvector_resample_path_cartesian()
607 step_out = dist_in[n_in-1] / n_out; in gmtvector_resample_path_cartesian()
[all …]
/dports/cad/stepcode/stepcode-0.8/src/test/treg/
H A Dtreg.cc175 ofstream step_out( argv[1] ); in main() local
176 sfile->WriteExchangeFile( step_out ); in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/types/
H A Dranges_c.cpp59 uhd_error uhd_meta_range_step(uhd_meta_range_handle h, double* step_out) in uhd_meta_range_step() argument
61 UHD_SAFE_C_SAVE_ERROR(h, *step_out = h->meta_range_cpp.step();) in uhd_meta_range_step()
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \
/dports/devel/geany-plugin-pg/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h114 void (*step_out) (void); member
154 step_out, \

12345678910>>...13