Home
last modified time | relevance | path

Searched refs:check_res2 (Results 1 – 11 of 11) sorted by relevance

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tests/
H A Dtest_aotransform.cc57 bool check_res2 = res2.isApprox(res2_ref, 1e-5); in BOOST_AUTO_TEST_CASE() local
58 BOOST_CHECK_EQUAL(check_res2, 1); in BOOST_AUTO_TEST_CASE()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tests/
H A Dtest_aotransform.cc57 bool check_res2 = res2.isApprox(res2_ref, 1e-5); in BOOST_AUTO_TEST_CASE()
58 BOOST_CHECK_EQUAL(check_res2, 1); in BOOST_AUTO_TEST_CASE()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-chkp-opt.c738 int check_res1, check_res2; in chkp_use_outer_bounds_if_possible() local
762 check_res2 = chkp_get_check_result (ci, bnd2); in chkp_use_outer_bounds_if_possible()
767 else if (check_res2 == 1) in chkp_use_outer_bounds_if_possible()
769 else if (check_res2 == -1) in chkp_use_outer_bounds_if_possible()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/samples/
H A Dtext_detection.cpp169 auto check_res2 = std::find_if(curr.begin(), in CTCBeamSearchDecoder() local
174 if (check_res2 == std::end(curr)) { in CTCBeamSearchDecoder()
177 check_res2->prob_not_blank += prob_not_blank; in CTCBeamSearchDecoder()