Home
last modified time | relevance | path

Searched refs:is_cond (Results 1 – 25 of 55) sorted by relevance

123

/dports/science/berkeleygw/BGW-2.0.0/PlotXct/
H A Dinput_common.f9015 logical :: is_cond !< .true. if using WFN_fi, .false. if WFNq_fi
49 inp%is_cond = fname=='WFN_fi'
171 if (inp%is_cond) then !input
182 if (inp%is_cond) then !input
H A Dplotxct.f90253 work,intwfn,0,is_cond=.true.) ! do not use intwfn
259 workq,intwfn,0,is_cond=.false.) ! do not use intwfn
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dgenwf.f9023 subroutine genwf(crys,gvec,kg,syms,wfn,ik,ik2,nspin,nband,work,intwfn,iwriteint,is_cond) argument
37 logical, intent(in) :: is_cond local
51 if(is_cond) then
/dports/security/s2n/s2n-tls-1.1.2/tests/saw/bike_r2/proof/
H A Dtypes.saw57 let points_to_fresh_aes_ctr_prf_state (is_cond, cond) ptr ks_ptr name = do {
59 if is_cond then do {
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Dvmtxel_main.f90178 work,intwfnc,1,is_cond=.true.)
181 workq,intwfnv,1,is_cond=.false.)
H A Dhaydock.f90276 work,intwfnc,xct%iwriteint,is_cond=.true.)
279 workq,intwfnv,xct%iwriteint,is_cond=.false.)
H A Ddiag.f90313 work,intwfnc,xct%iwriteint,is_cond=.true.)
315 workq,intwfnv,xct%iwriteint,is_cond=.false.)
H A Dintwfn.f90435 work,intwfnc,xct%iwriteint,is_cond=.true.)
437 workq,intwfnv,xct%iwriteint,is_cond=.false.)
1130 work,intwfnc,xct%iwriteint,is_cond=.true.)
1132 workq,intwfnv,xct%iwriteint,is_cond=.false.)
/dports/www/trafficserver/trafficserver-9.1.1/plugins/header_rewrite/
H A Dparser.h49 is_cond() const in is_cond() function
H A Dheader_rewrite.cc181 if (p.is_cond() && add_rule(rule)) { in parse_config()
214 if (p.is_cond()) { in parse_config()
/dports/science/berkeleygw/BGW-2.0.0/NonLinearOptics/
H A Dnonlinearoptics.f90168 work,intwfn,xct%iwriteint,is_cond=.true.)
171 workq,intwfn,xct%iwriteint,is_cond=.false.)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/machinst/
H A Dbuffer.rs857 if prev_b.is_cond() in optimize_branches()
1306 fn is_cond(&self) -> bool { in is_cond() method
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp6153 if (!is_cond) {
6581 if (is_cond) {
7691 if (is_cond) {
7993 } catch (...) { is_cond = false; }
8064 is_cond = false; // no_min_max?
10779 } catch (...) { is_cond = false; }
12471 if (is_cond) {
12509 is_cond?"":name.data(),
12515 if (!is_cond) {
12736 if (is_cond) {
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs963 if prev_b.is_cond() in optimize_branches()
1470 fn is_cond(&self) -> bool { in is_cond() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs963 if prev_b.is_cond() in optimize_branches()
1470 fn is_cond(&self) -> bool { in is_cond() method
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dbuffer.rs967 if prev_b.is_cond() in optimize_branches()
1474 fn is_cond(&self) -> bool { in is_cond() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs963 if prev_b.is_cond() in optimize_branches()
1470 fn is_cond(&self) -> bool { in is_cond() method
/dports/science/dynare/dynare-4.6.4/mex/sources/bytecode/
H A Dbytecode.cc602 conditional_local.is_cond = false; in main()
649 conditional_local.is_cond = true; in main()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp6072 if (!is_cond) { in _run()
6589 is_cond?"Convolve":"Correlate", in _run()
6600 if (is_cond) { in _run()
7721 is_cond?"holds":"does not hold"); in _run()
7722 if (is_cond) { in _run()
9408 else { pattern = 0; is_cond = false; } in _run()
12709 if (is_cond) { in _run()
12747 is_cond?"":name.data(), in _run()
12753 if (!is_cond) { in _run()
12974 if (is_cond) { in _run()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-reassoc.c2347 bool is_cond; in suitable_cond_bb() local
2360 is_cond = gimple_code (stmt) == GIMPLE_COND; in suitable_cond_bb()
2361 if (is_cond) in suitable_cond_bb()
2418 if (!is_cond) in suitable_cond_bb()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-reassoc.c2334 bool is_cond; in suitable_cond_bb() local
2347 is_cond = gimple_code (stmt) == GIMPLE_COND; in suitable_cond_bb()
2348 if (is_cond) in suitable_cond_bb()
2405 if (!is_cond) in suitable_cond_bb()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp5679 if (!is_cond) { in _run()
6135 is_cond = command[2]=='n'; // is_convolve? in _run()
6181 is_cond?"Convolve":"Correlate", in _run()
6190 if (is_cond) { in _run()
7340 is_cond = check_cond(argument,images,"for"); in _run()
7347 is_cond?"holds":"does not hold"); in _run()
7348 if (is_cond) { in _run()
8974 else { pattern = 0; is_cond = false; } in _run()
12559 is_cond?"holds":"does not hold"); in _run()
12560 if (is_cond) { in _run()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-reassoc.c2496 bool is_cond; in suitable_cond_bb() local
2509 is_cond = gimple_code (stmt) == GIMPLE_COND; in suitable_cond_bb()
2510 if (is_cond) in suitable_cond_bb()
2567 if (!is_cond) in suitable_cond_bb()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c2992 bool is_cond; in suitable_cond_bb() local
3005 is_cond = gimple_code (stmt) == GIMPLE_COND; in suitable_cond_bb()
3006 if (is_cond) in suitable_cond_bb()
3063 if (!is_cond) in suitable_cond_bb()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c2992 bool is_cond; in suitable_cond_bb() local
3005 is_cond = gimple_code (stmt) == GIMPLE_COND; in suitable_cond_bb()
3006 if (is_cond) in suitable_cond_bb()
3063 if (!is_cond) in suitable_cond_bb()

123