Home
last modified time | relevance | path

Searched refs:this_ok (Results 1 – 17 of 17) sorted by relevance

/dports/math/cppad/CppAD-20210000.8/example/multi_thread/
H A Dthread_test.cpp422 bool this_ok; in main() local
425 if( run_harmonic ) this_ok = harmonic_time( in main()
428 else if( run_atomic_two ) this_ok = multi_atomic_two_time( in main()
431 else if( run_atomic_three ) this_ok = multi_atomic_three_time( in main()
434 else if( run_chkpoint_one ) this_ok = multi_chkpoint_one_time( in main()
437 else if( run_chkpoint_two ) this_ok = multi_chkpoint_two_time( in main()
442 this_ok = multi_newton_time( in main()
459 if( this_ok ) in main()
464 ok &= this_ok; in main()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/scripts/
H A Dfixup_makefiles.py29 this_ok = True variable
48 if this_ok:
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DLowerWarpShuffles.cpp308 bool this_ok = (s.defined() && in get_stride() local
314 if (!this_ok) { in get_stride()
317 ok = ok && this_ok; in get_stride()
334 bool this_ok = can_prove(reduce_expr(simpler / stride, warp_size, bounds) == 0); in get_stride() local
335 if (!this_ok) { in get_stride()
338 ok = ok && this_ok; in get_stride()
/dports/archivers/libzip/libzip-1.7.3/regress/
H A DNiHTest.pm690 my $this_ok = $self->run_copier($src, $file->{destination});
691 if (defined($this_ok)) {
692 $ok &= $this_ok;
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/regress/
H A DNiHTest.pm685 my $this_ok = $self->run_copier($src, $file->{destination});
686 if (defined($this_ok)) {
687 $ok &= $this_ok;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dproject_exons.cpp1788 bool this_ok = true;
1812 this_ok = false;
1841 this_ok = false;
1850 all_ok = all_ok & this_ok;
/dports/finance/myphpmoney/myphpmoney-1.3RC3/public_html/inc/
H A Dxhtml.inc479 if ($sess_user != '' && $sess_pid != '') $this_ok = $_MPM['http'][$d];
480 else if ($_MPM['http'][$d] == $_MPM['http'][6]) $this_ok = $_MPM['http'][$d];
481 else if ($_MPM['http'][$d] == $_MPM['http'][8]) $this_ok = $_MPM['http'][$d];
482 else if ($_MPM['http'][$d] == $_MPM['http'][9]) $this_ok = $_MPM['http'][$d];
483 else $this_ok = $_MPM['http'][0];
489 "HTTP_HOME_PAGE_$d" => $this_ok
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dcontent_cao.cpp840 bool this_ok; in updateLight() local
841 MapNode n = m_env->getMap().getNode(pos[i], &this_ok); in updateLight()
842 if (this_ok) { in updateLight()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dloop_dependence.cpp82 bool this_ok = node->AsSERecurrentNode() || node->AsSEAddNode() || in IsInCorrectFormForGCDTest() local
85 return children_ok && this_ok; in IsInCorrectFormForGCDTest()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.c4872 int this_ok = 1,x=0; local
4875 this_ok = 0;
4879 if(this_ok){
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c620 int this_ok=FALSE; local
634 this_ok = TRUE;
638 if (!this_ok) return NULL;
671 int this_ok=FALSE; local
676 this_ok = TRUE;
680 if (!this_ok) return NULL;