Home
last modified time | relevance | path

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

12345678910

/dports/science/py-paramz/paramz-0.9.5/paramz/optimization/
H A Doptimization.py95 self.x_opt = opt_result[0]
97 self.funct_eval = opt_result[1]
125 self.x_opt = opt_result[0]
156 self.x_opt = opt_result[0]
158 self.funct_eval = opt_result[4]
184 self.x_opt = opt_result[0]
185 self.f_opt = opt_result[1]
186 self.funct_eval = opt_result[3]
240 self.x_opt = opt_result[0]
241 self.trace = opt_result[1]
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dopt-problem.h178 class opt_result : public opt_wrapper <bool>
183 static opt_result success () { return opt_result (true, NULL); } in success()
188 static opt_result failure_at (const dump_location_t &loc, in failure_at()
200 return opt_result (false, problem); in failure_at()
207 static opt_result
210 return opt_result (false, other.get_problem ()); in propagate_failure()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() function
H A Dopt-problem.cc100 static opt_result
103 return opt_result::success (); in function_that_succeeds()
124 opt_result res = function_that_succeeds (); in test_opt_result_success()
143 static opt_result
151 return opt_result::failure_at (stmt, in function_that_fails()
159 static opt_result
164 opt_result res = function_that_fails (stmt); in function_that_indirectly_fails()
167 return opt_result::success (); in function_that_indirectly_fails()
227 opt_result res = function_that_indirectly_fails (stmt_at_6); in test_opt_result_failure_at()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/warnings/
H A DMakefile34 $(OCAMLOPT) $(FLAGS) -c $$file 2>$$F.opt_result; \
35 $(DIFF) $$F.opt_reference $$F.opt_result >/dev/null \
43 $(OCAMLOPT) $(FLAGS) -c $$file 2>$$F.$(BACKEND).opt_result; \
44 $(DIFF) $$F.$(BACKEND).opt_reference $$F.$(BACKEND).opt_result \
53 @rm -f *.result *.opt_result
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/warnings/
H A DMakefile34 $(OCAMLOPT) $(FLAGS) -c $$file 2>$$F.opt_result; \
35 $(DIFF) $$F.opt_reference $$F.opt_result >/dev/null \
43 $(OCAMLOPT) $(FLAGS) -c $$file 2>$$F.$(BACKEND).opt_result; \
44 $(DIFF) $$F.$(BACKEND).opt_reference $$F.$(BACKEND).opt_result \
53 @rm -f *.result *.opt_result
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Other/
H A Dopt-bisect-helper.py31 opt_result = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable
32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout)
33 opt_result.stdout.close()
34 opt_result.stderr.close()
/dports/devel/llvm11/llvm-11.0.1.src/test/Other/
H A Dopt-bisect-helper.py31 opt_result = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable
32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout)
33 opt_result.stdout.close()
34 opt_result.stderr.close()

12345678910