Home
last modified time | relevance | path

Searched refs:rv_c (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/libs/stl_interfaces/doc/
H A Dtutorial.qbk513 non-const value of type `X`; `rv_c` is a non-const rvalue of type `X`; `i` and
591 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ]
597 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNIDRProblemDescDB.cpp6163 RealVector *rv, *rv_a, *rv_o, *rv_c; in check_variables() local
6229 vi->hpic = rv_c = new RealVector(total_prs); // counts in check_variables()
6235 (*rv_c)[cntr] = it->second; // counts only (no ordinates) in check_variables()
6249 vi->hpsc = rv_c = new RealVector(total_prs); // counts in check_variables()
6255 (*rv_c)[cntr] = it->second; // counts only (no ordinates) in check_variables()
6269 vi->hprc = rv_c = new RealVector(total_prs); // counts in check_variables()
6275 (*rv_c)[cntr] = it->second; // counts only (no ordinates) in check_variables()