Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DSvar_record.cc99 const SV_Coupling old_coupling = get_coupling(); in retract()
112 if (get_coupling() == NO_COUPLING) // retract of a non-coupled variable in retract()
123 if (get_coupling() != SV_COUPLED) return offering.id.proc >= AP_FIRST_USER; in is_ws_to_ws()
182 if (get_coupling() == SV_COUPLED) // fully coupled: inform peer in set_control()
363 out << "║" << setw(5) << (key & 0xFFFF) << "│" << get_coupling() << "║"; in print()
H A DSvar_DB.hh117 static SV_Coupling get_coupling(SV_key key) in get_coupling() function in Svar_DB
119 READ_RECORD(key, return svar->get_coupling(); , return NO_COUPLING;) in get_coupling()
H A DSvar_record.hh190 bool valid() const { return get_coupling() != NO_COUPLING; } in valid()
222 SV_Coupling get_coupling() const in get_coupling() function
H A DQuad_SVx.cc379 new (Z->next_ravel()) IntCell(Svar_DB::get_coupling(key)); in eval_AB()
426 coupling = Svar_DB::get_coupling(key); in share_one_variable()
487 const SV_Coupling coupling = Svar_DB::get_coupling(key); in eval_B()
H A DSymbol.cc886 const SV_Coupling old_coupling = Svar_DB::get_coupling(key); in unshare_var()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/emd/
H A Demd.h157 void get_coupling(size_t ig, size_t jg, int l, int lp, std::vector<total_coupl_t> & c) const;
H A Demd.cpp361 void EMDEvaluator::get_coupling(size_t ig, size_t jg, int l, int lp, std::vector<total_coupl_t> & c… in get_coupling() function in EMDEvaluator
434 get_coupling(ig,jg,l,lp,tmp); in get_total_coupling()
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/emd/
H A Demd.h157 void get_coupling(size_t ig, size_t jg, int l, int lp, std::vector<total_coupl_t> & c) const;
H A Demd.cpp361 void EMDEvaluator::get_coupling(size_t ig, size_t jg, int l, int lp, std::vector<total_coupl_t> & c… in get_coupling() function in EMDEvaluator
434 get_coupling(ig,jg,l,lp,tmp); in get_total_coupling()
/dports/lang/gnu-apl/apl-1.8/src/APs/
H A DSvar_DB_server.cc315 if (svar.get_coupling() != SV_OFFERED) continue; in match_pending_offer()
H A DAPserver.cc363 if (svar.get_coupling() == NO_COUPLING) in close_fd()
717 if (svar->get_coupling() != NO_COUPLING && in do_signal()