Home
last modified time | relevance | path

Searched refs:top_ref (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/csg_boltzmann/
H A Dmain.cc54 bool EvaluateTopology(Topology *top, Topology *top_ref);
79 bool CsgBoltzmann::EvaluateTopology(Topology *top, Topology *top_ref) { in EvaluateTopology() argument
81 if (top_ref->MoleculeCount() > 1) { in EvaluateTopology()
87 << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
89 << top_ref->MoleculeByIndex(0)->getName() << endl; in EvaluateTopology()
92 top_ref, *top_ref->MoleculeByIndex(0), top, *top->MoleculeByIndex(0)); in EvaluateTopology()
95 fl << "# atomistic: " << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
96 << " cg: " << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/csg_boltzmann/
H A Dmain.cc54 bool EvaluateTopology(Topology *top, Topology *top_ref);
79 bool CsgBoltzmann::EvaluateTopology(Topology *top, Topology *top_ref) { in EvaluateTopology() argument
81 if (top_ref->MoleculeCount() > 1) { in EvaluateTopology()
87 << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
89 << top_ref->MoleculeByIndex(0)->getName() << endl; in EvaluateTopology()
92 top_ref, *top_ref->MoleculeByIndex(0), top, *top->MoleculeByIndex(0)); in EvaluateTopology()
95 fl << "# atomistic: " << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
96 << " cg: " << top_ref->MoleculeByIndex(0)->getName() in EvaluateTopology()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/tools/
H A Dcsg_map.cc83 void BeginEvaluate(Topology *top, Topology *top_ref) override;
84 void EvalConfiguration(Topology *top, Topology *top_ref) override { in EvalConfiguration() argument
103 for (const auto &residue : top_ref->Residues()) { in EvalConfiguration()
112 for (const auto &molecule : top_ref->Molecules()) { in EvalConfiguration()
156 hybtol.setBox(top_ref->getBox()); in EvalConfiguration()
H A Dcsg_stat.cc49 void BeginEvaluate(Topology *top, Topology *top_ref) override;
119 void CsgStatApp::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
120 imc_.BeginEvaluate(top, top_ref); in BeginEvaluate()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/tools/
H A Dcsg_map.cc83 void BeginEvaluate(Topology *top, Topology *top_ref) override;
84 void EvalConfiguration(Topology *top, Topology *top_ref) override { in EvalConfiguration() argument
103 for (const auto &residue : top_ref->Residues()) { in EvalConfiguration()
112 for (const auto &molecule : top_ref->Molecules()) { in EvalConfiguration()
156 hybtol.setBox(top_ref->getBox()); in EvalConfiguration()
H A Dcsg_stat.cc49 void BeginEvaluate(Topology *top, Topology *top_ref) override;
119 void CsgStatApp::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
120 imc_.BeginEvaluate(top, top_ref); in BeginEvaluate()
/dports/databases/p5-DBIx-Class-Helpers/DBIx-Class-Helpers-2.036000/lib/DBIx/Class/Helpers/
H A DUtil.pm74 if (my $top_ref = ref $order) {
75 if ($top_ref eq 'HASH') {
77 } elsif ($top_ref eq 'ARRAY') {
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_mvpred.h99 const int top_ref = h->ref_cache[list][index8 - 8]; in pred_motion() local
126 } else if (top_ref == ref) { in pred_motion()
134 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
168 if (top_ref == ref) { in pred_16x8_motion()
283 top_ref = ref[4 * h->top_mb_xy + 2]; in pred_pskip_motion()
285 FIX_MV_MBAFF(h->top_type, top_ref, B, 1); in pred_pskip_motion()
286 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
289 top_ref = LIST_NOT_USED; in pred_pskip_motion()
296 top_ref, left_ref, h->mb_x, h->mb_y); in pred_pskip_motion()
321 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_mvpred.h99 const int top_ref = h->ref_cache[list][index8 - 8]; in pred_motion() local
126 } else if (top_ref == ref) { in pred_motion()
134 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
168 if (top_ref == ref) { in pred_16x8_motion()
283 top_ref = ref[4 * h->top_mb_xy + 2]; in pred_pskip_motion()
285 FIX_MV_MBAFF(h->top_type, top_ref, B, 1); in pred_pskip_motion()
286 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
289 top_ref = LIST_NOT_USED; in pred_pskip_motion()
296 top_ref, left_ref, h->mb_x, h->mb_y); in pred_pskip_motion()
321 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/csgapps/partial_rdf/
H A Dpartial_rdf.cc58 void BeginEvaluate(Topology *top, Topology *top_ref) override;
116 void CsgStatApp::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
117 rdf_calculator_.BeginEvaluate(top, top_ref); in BeginEvaluate()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/csgapps/partial_rdf/
H A Dpartial_rdf.cc58 void BeginEvaluate(Topology *top, Topology *top_ref) override;
116 void CsgStatApp::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
117 rdf_calculator_.BeginEvaluate(top, top_ref); in BeginEvaluate()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_mvpred.h103 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion() local
130 } else if (top_ref == ref) { in pred_motion()
138 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
173 if (top_ref == ref) { in pred_16x8_motion()
290 top_ref = ref[4 * sl->top_mb_xy + 2]; in pred_pskip_motion()
292 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
293 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
296 top_ref = LIST_NOT_USED; in pred_pskip_motion()
303 top_ref, left_ref, sl->mb_x, sl->mb_y); in pred_pskip_motion()
328 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_mvpred.h103 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion() local
130 } else if (top_ref == ref) { in pred_motion()
138 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
173 if (top_ref == ref) { in pred_16x8_motion()
290 top_ref = ref[4 * sl->top_mb_xy + 2]; in pred_pskip_motion()
292 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
293 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
296 top_ref = LIST_NOT_USED; in pred_pskip_motion()
303 top_ref, left_ref, sl->mb_x, sl->mb_y); in pred_pskip_motion()
328 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_mvpred.h102 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion() local
129 } else if (top_ref == ref) { in pred_motion()
137 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
172 if (top_ref == ref) { in pred_16x8_motion()
289 top_ref = ref[4 * sl->top_mb_xy + 2]; in pred_pskip_motion()
291 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
292 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
295 top_ref = LIST_NOT_USED; in pred_pskip_motion()
302 top_ref, left_ref, sl->mb_x, sl->mb_y); in pred_pskip_motion()
327 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h102 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion() local
129 } else if (top_ref == ref) { in pred_motion()
137 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
172 if (top_ref == ref) { in pred_16x8_motion()
289 top_ref = ref[4 * sl->top_mb_xy + 2]; in pred_pskip_motion()
291 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
292 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
295 top_ref = LIST_NOT_USED; in pred_pskip_motion()
302 top_ref, left_ref, sl->mb_x, sl->mb_y); in pred_pskip_motion()
327 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h102 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion() local
129 } else if (top_ref == ref) { in pred_motion()
137 if (top_ref == PART_NOT_AVAILABLE && in pred_motion()
172 if (top_ref == ref) { in pred_16x8_motion()
289 top_ref = ref[4 * sl->top_mb_xy + 2]; in pred_pskip_motion()
291 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
292 if (!(top_ref | AV_RN32A(B))) in pred_pskip_motion()
295 top_ref = LIST_NOT_USED; in pred_pskip_motion()
302 top_ref, left_ref, sl->mb_x, sl->mb_y); in pred_pskip_motion()
327 match_count = !diagonal_ref + !top_ref + !left_ref; in pred_pskip_motion()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dcsgapplication.cc211 void EvalConfiguration(Topology *top, Topology *top_ref) override { in Run() argument
212 app_->EvalConfiguration(top, top_ref); in Run()
413 void CsgApplication::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
415 ob->BeginCG(top, top_ref); in BeginEvaluate()
425 void CsgApplication::EvalConfiguration(Topology *top, Topology *top_ref) { in EvalConfiguration() argument
427 ob->EvalConfiguration(top, top_ref); in EvalConfiguration()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dcsgapplication.cc211 void EvalConfiguration(Topology *top, Topology *top_ref) override { in Run() argument
212 app_->EvalConfiguration(top, top_ref); in Run()
413 void CsgApplication::BeginEvaluate(Topology *top, Topology *top_ref) { in BeginEvaluate() argument
415 ob->BeginCG(top, top_ref); in BeginEvaluate()
425 void CsgApplication::EvalConfiguration(Topology *top, Topology *top_ref) { in EvalConfiguration() argument
427 ob->EvalConfiguration(top, top_ref); in EvalConfiguration()
/dports/lang/solidity/solidity_0.8.11/scripts/solc-bin/
H A Dbytecode_reports_for_modified_binaries.sh98 top_ref="$3"
114 echo "Commit range: ${base_ref}..${top_ref}"
117 git diff --name-only "${base_ref}" "${top_ref}" |
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/include/votca/csg/
H A Dcsgapplication.h83 virtual void BeginEvaluate(Topology *top, Topology *top_ref = nullptr);
87 virtual void EvalConfiguration(Topology *top, Topology *top_ref = nullptr);
111 Topology *top_ref = nullptr) = 0;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/include/votca/csg/
H A Dcsgapplication.h83 virtual void BeginEvaluate(Topology *top, Topology *top_ref = nullptr); in ViewAs()
87 virtual void EvalConfiguration(Topology *top, Topology *top_ref = nullptr); in ViewAs()
111 Topology *top_ref = nullptr) = 0; in ViewAs()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dintra.c335 …const kvz_pixel *top_ref = !color ? &lcu->top_ref.y[1] : (color == 1) ? &lcu->top_ref.u[1] : &lcu-… in kvz_intra_build_reference_any() local
343 top_border = &top_ref[px.x]; in kvz_intra_build_reference_any()
458 …const kvz_pixel * __restrict top_ref = !color ? &lcu->top_ref.y[1] : (color == 1) ? &lcu->top_ref.… in kvz_intra_build_reference_inner() local
466 top_border = &top_ref[px.x]; in kvz_intra_build_reference_inner()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/template/
H A Dtemplate_serial.cc39 void BeginEvaluate(Topology *top, Topology *top_ref) override;
40 void EvalConfiguration(Topology *top, Topology *top_ref) override;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/template/
H A Dtemplate_serial.cc39 void BeginEvaluate(Topology *top, Topology *top_ref) override;
40 void EvalConfiguration(Topology *top, Topology *top_ref) override;
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DScope.h55 T &top_ref() { in top_ref() function
59 const T &top_ref() const { in top_ref() function
150 return iter->second.top_ref(); in ref()
235 return iter->second.top_ref(); in value()

123456789