/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/tests/ |
H A D | gen_cubic_spline.py | 327 output_check = '' 329 output_check += " REQUIRE(check_yvals[%d] == Approx(%12.8g));\n"%(i,check_yvals[i]) 331 output_check += '\n' 334 output_check += " REQUIRE(check_yvals_d2u[%d].val == Approx(%12.8g));\n"%(i,check_y2vals[i][0]) 335 output_check += " REQUIRE(check_yvals_d2u[%d].du == Approx(%12.8g));\n"%(i,check_y2vals[i][1]) 336 output_check += " REQUIRE(check_yvals_d2u[%d].d2u == Approx(%12.8g));\n"%(i,check_y2vals[i][2]) 337 output_check += '\n' 342 … leftDeriv=leftDeriv, rightDeriv=rightDeriv, output_check=output_check)
|
/dports/devel/atf/atf-0.21/atf-sh/ |
H A D | atf-check.cpp | 91 struct output_check { struct 96 output_check(const output_check_t& p_type, const bool p_negated, in output_check() function 278 output_check 306 return output_check(type, negated, arg.substr(delimiter + 1)); in parse_output_check_arg() 592 run_output_check(const output_check oc, const atf::fs::path& path, in run_output_check() 676 run_output_checks(const std::vector< output_check >& checks, in run_output_checks() 681 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks() 699 std::vector< output_check > m_stdout_checks; 700 std::vector< output_check > m_stderr_checks; 816 m_stdout_checks.push_back(output_check(oc_empty, false, "")); in main() [all …]
|
/dports/graphics/zint/zint-2.10.0-src/backend/ |
H A D | code.c | 755 char output_check; in vin() local 798 output_check = '0' + (sum % 11); in vin() 800 if (output_check == ':') { in vin() 802 output_check = 'X'; in vin() 807 printf("Input check was %c, calculated check is %c\n", input_check, output_check); in vin() 810 if (input_check != output_check) { in vin() 811 …printf(symbol->errtxt, "338: Invalid check digit '%c', expecting '%c'", input_check, output_check); in vin()
|
/dports/devel/py-nbconvert/nbconvert-6.2.0/nbconvert/filters/tests/ |
H A D | test_markdown.py | 185 output_check = (case.replace("_implement_", "<em>implement</em>") 189 self._try_markdown(markdown2html, case, output_check)
|
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/ |
H A D | output.c | 55 void output_check (void); 212 output_check(); in output_actions() 727 void output_check(void) in output_check() function
|
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/ |
H A D | output.c | 41 void output_check(void); 183 output_check(); in output_actions() 695 void output_check(void) in output_check() function
|
/dports/lang/ocaml/ocaml-4.05.0/yacc/ |
H A D | output.c | 55 void output_check (void); 212 output_check(); in output_actions() 727 void output_check(void) in output_check() function
|
/dports/games/gnugo/gnugo-3.8/interface/ |
H A D | main.c | 350 FILE *output_check; in main() local 1075 output_check = fopen(outfile, "w"); in main() 1076 if (!output_check) { in main() 1080 fclose(output_check); in main()
|
/dports/lang/mono/mono-5.10.1.57/mcs/jay/ |
H A D | output.c | 217 output_check(); in output_actions() 729 output_check() in output_check() function
|
/dports/devel/byaccj/byaccj1.15/src/ |
H A D | defs.h | 436 void output_check(void);
|
H A D | output.c | 185 output_check(); in output_actions() 714 void output_check(void) in output_check() function
|
/dports/devel/cscout/cscout-bd7dfac/btyacc/ |
H A D | defs.h | 482 void output_check(void);
|
H A D | output.c | 150 output_check(); in output_actions() 717 void output_check() in output_check() function
|
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/ |
H A D | output.c | 1025 output_check(void) in output_check() function 1116 output_check(); in output_actions()
|
/dports/devel/bison/bison-3.7.6/ |
H A D | ChangeLog-2012 | 18748 (output_check): Merge into... 19392 (output_check): Allocate conflict_tos. 24345 (output_check): Same for 'check'. 25343 (output_base, output_table, output_check): Use it.
|