Home
last modified time | relevance | path

Searched refs:my_check (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/automake/automake-1.16.5/t/
H A Dtap-plan-errors.sh30 my_check () function
42 my_check total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
48 my_check total=4 pass=2 fail=0 xpass=0 xfail=1 skip=0 error=1 <<END
56 my_check total=1 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
61 my_check total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
68 my_check total=5 pass=4 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
78 my_check total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
85 my_check total=3 pass=2 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
95 my_check total=4 pass=3 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
105 my_check total=3 pass=2 fail=0 xpass=0 xfail=0 skip=0 error=1 <<END
/dports/science/openmx/openmx3.8/source/
H A DFile_CntCoes.c45 int my_check,check; in Input_CntCoes() local
57 my_check = 1; in Input_CntCoes()
88 my_check = 0; in Input_CntCoes()
95 MPI_Allreduce(&my_check, &check, 1, MPI_INT, MPI_PROD, mpi_comm_level1); in Input_CntCoes()
H A DRestartFileDFT.c354 int my_check,exit_flag; in Input_HKS() local
378 my_check = 1; in Input_HKS()
417 my_check = 0; in Input_HKS()
420 if (my_check!=0){ in Input_HKS()
579 my_check = 0; in Input_HKS()
586 return my_check; in Input_HKS()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcell_methods.F87 my_check local
91 my_check = .TRUE.
95 IF (PRESENT(check_for_ref)) my_check = check_for_ref
181 IF (.NOT. my_check) RETURN
211 LOGICAL :: my_check local
214 my_check = .FALSE.
215 IF (PRESENT(check_this_section)) my_check = check_this_section
219 IF (.NOT. my_check) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcell_methods.F87 my_check local
91 my_check = .TRUE.
95 IF (PRESENT(check_for_ref)) my_check = check_for_ref
181 IF (.NOT. my_check) RETURN
211 LOGICAL :: my_check local
214 my_check = .FALSE.
215 IF (PRESENT(check_this_section)) my_check = check_this_section
219 IF (.NOT. my_check) THEN
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinloop.c380 my_check(HMENU wParam,int tag,int mode) in my_check() function
444 my_check((HMENU)wParam, IDM_GRAPHICS,graphics_mode);
446 my_check ((HMENU)wParam, IDM_DRIBBLE, dribble);
447 my_check ((HMENU)wParam, IDM_DRI_ON, dribble);
448 my_check ((HMENU)wParam, IDM_DRI_OFF, !dribble);
450 my_check ((HMENU)wParam, IDM_DRI_LINEW, dri_linew);
451 my_check ((HMENU)wParam, IDM_AUTOCOPY, autocopy);
452 my_check ((HMENU)wParam, IDM_STOREDIR, storedir);
455 my_check ((HMENU)wParam, IDM_PAGE_MODE, page_mode);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinloop.c389 my_check(HMENU wParam,int tag,int mode) in my_check() function
453 my_check((HMENU)wParam, IDM_GRAPHICS,graphics_mode);
455 my_check ((HMENU)wParam, IDM_DRIBBLE, dribble);
456 my_check ((HMENU)wParam, IDM_DRI_ON, dribble);
457 my_check ((HMENU)wParam, IDM_DRI_OFF, !dribble);
459 my_check ((HMENU)wParam, IDM_DRI_LINEW, dri_linew);
460 my_check ((HMENU)wParam, IDM_AUTOCOPY, autocopy);
461 my_check ((HMENU)wParam, IDM_STOREDIR, storedir);
464 my_check ((HMENU)wParam, IDM_PAGE_MODE, page_mode);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinloop.c389 my_check(HMENU wParam,int tag,int mode) in my_check() function
453 my_check((HMENU)wParam, IDM_GRAPHICS,graphics_mode);
455 my_check ((HMENU)wParam, IDM_DRIBBLE, dribble);
456 my_check ((HMENU)wParam, IDM_DRI_ON, dribble);
457 my_check ((HMENU)wParam, IDM_DRI_OFF, !dribble);
459 my_check ((HMENU)wParam, IDM_DRI_LINEW, dri_linew);
460 my_check ((HMENU)wParam, IDM_AUTOCOPY, autocopy);
461 my_check ((HMENU)wParam, IDM_STOREDIR, storedir);
464 my_check ((HMENU)wParam, IDM_PAGE_MODE, page_mode);
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dshell_opt.F75 LOGICAL :: do_update, explicit, my_check, optimize local
104 my_check = .FALSE.
105 IF (PRESENT(check)) my_check = check
106 IF (my_check) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dshell_opt.F75 LOGICAL :: do_update, explicit, my_check, optimize local
104 my_check = .FALSE.
105 IF (PRESENT(check)) my_check = check
106 IF (my_check) THEN
/dports/devel/doctest/doctest-2.4.7/examples/all_features/
H A Dalternative_macros.cpp4 my_check(1 == 1);
H A Ddoctest_proxy.h25 #define my_check DOCTEST_CHECK macro
/dports/devel/cquery/cquery-20180718/third_party/doctest/examples/all_features/
H A Dalternative_macros.cpp4 my_check(1 == 1);
H A Ddoctest_proxy.h22 #define my_check DOCTEST_CHECK macro
/dports/devel/p5-Mouse/Mouse-v2.5.10/lib/Mouse/Meta/
H A DTypeConstraint.pm47 if(defined(my $my_check = $args{constraint})) {
49 return $parameterized_check->($_) && $my_check->($_);
/dports/devel/R-cran-microbenchmark/microbenchmark/man/
H A Dmicrobenchmark.Rd106 my_check <- function(values) {
115 microbenchmark(2 + 2, 2 + a, f(2, a), f(2, 2), check=my_check)
119 microbenchmark(2 + 2, 2 + a, f(2, a), f(2, 2), check=my_check)
/dports/devel/swig/swig-4.0.2/Examples/xml/
H A Dgnarly.i2 %module my_check
H A Dgnarly.expected-xml9 <swig:module name="my_check" />
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Darithtest.cpp202 std::uint64_t my_check = 1; in main() local
282 my_check = my_check*MULT + c1[i]; in main()
331 std::cout << (my_check == gmp_check ? "checksums match" : in main()
334 std::cout << std::hex << "my checksum: " << my_check << std::endl; in main()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsvaliditychecks.py57 def my_check(context, feedback): function
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsvaliditychecks.py57 def my_check(context, feedback): function
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_queue_node.cpp258 Checker< T > my_check; in test_parallel() local
363 Checker<T> my_check; // if CheckType< U > count constructions and destructions in test_serial() local
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_queue_node.cpp244 Check< T > my_check; in test_parallel() local
349 Check<T> my_check; // if check_type< U > count constructions and destructions in test_serial() local
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_queue_node.cpp244 Check< T > my_check; in test_parallel() local
349 Check<T> my_check; // if check_type< U > count constructions and destructions in test_serial() local
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_queue_node.cpp244 Check< T > my_check; in test_parallel() local
349 Check<T> my_check; // if check_type< U > count constructions and destructions in test_serial() local

12