Home
last modified time | relevance | path

Searched refs:var_iterator (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp2332 var_iterator->second.type + "[1][1](" + var_iterator->second.type + "[1](" + in test_shader_compilation()
2888 "uniform " + var_iterator->second.precision + " " + var_iterator->second.type + " var1[2][2];\n" in test_shader_compilation()
2890 var_iterator->second.precision + " " + var_iterator->second.type + " var2[2][2];\n\n"; in test_shader_compilation()
2931 "uniform " + var_iterator->second.precision + " " + var_iterator->second.type + " sampler1;\n" in test_shader_compilation()
2933 var_iterator->second.precision + " " + var_iterator->second.type + " sampler2;\n" in test_shader_compilation()
2935 var_iterator->second.precision + " " + var_iterator->second.type + " sampler3;\n" in test_shader_compilation()
2937 var_iterator->second.precision + " " + var_iterator->second.type + " sampler4;\n" in test_shader_compilation()
2945 (" light1 x = light1(" + var_iterator->second.type + "[][](" + var_iterator->second.type + in test_shader_compilation()
5269 var_iterator->second.specific_element + "!= " + var_iterator->second.iterator_type + in test_shader_compilation()
6693 "uniform " + var_iterator->second.precision + " " + var_iterator->second.type + " x"; in test_shader_compilation()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dpartial_model.cpp69 ArithVariables::var_iterator::var_iterator() in var_iterator() function in CVC4::theory::arith::ArithVariables::var_iterator
74 ArithVariables::var_iterator::var_iterator(const VarInfoVec* vars, VarInfoVec::const_iterator ci) in var_iterator() function in CVC4::theory::arith::ArithVariables::var_iterator
80 ArithVariables::var_iterator& ArithVariables::var_iterator::operator++(){ in operator ++()
85 bool ArithVariables::var_iterator::operator==(const ArithVariables::var_iterator& other) const{ in operator ==()
88 bool ArithVariables::var_iterator::operator!=(const ArithVariables::var_iterator& other) const{ in operator !=()
91 ArithVar ArithVariables::var_iterator::operator*() const{ in operator *()
95 void ArithVariables::var_iterator::nextInitialized(){ in nextInitialized()
103 ArithVariables::var_iterator ArithVariables::var_begin() const { in var_begin()
104 return var_iterator(&d_vars, d_vars.begin()); in var_begin()
107 ArithVariables::var_iterator ArithVariables::var_end() const { in var_end()
[all …]
H A Dpartial_model.h159 class var_iterator {
164 var_iterator();
165 var_iterator(const VarInfoVec* vars, VarInfoVec::const_iterator ci);
166 var_iterator& operator++();
168 bool operator==(const var_iterator& other) const;
169 bool operator!=(const var_iterator& other) const;
176 var_iterator var_begin() const;
177 var_iterator var_end() const;
H A Darithvar_node_map.h44 typedef ArithVarToNodeMap::const_iterator var_iterator; typedef
82 var_iterator var_begin() const { in var_begin()
85 var_iterator var_end() const { in var_end()
H A Dtheory_arith_private.h178 typedef ArithVariables::var_iterator var_iterator; typedef
179 var_iterator var_begin() const { return d_partialModel.var_begin(); } in var_begin()
180 var_iterator var_end() const { return d_partialModel.var_end(); } in var_end()
H A Dapprox_simplex.cpp604 …for(ArithVariables::var_iterator vi = d_vars.var_begin(), vi_end = d_vars.var_end(); vi != vi_end;… in ApproxGLPK()
630 …for(ArithVariables::var_iterator vi = d_vars.var_begin(), vi_end = d_vars.var_end(); vi != vi_end;… in ApproxGLPK()
763 …for(ArithVariables::var_iterator vi = d_vars.var_begin(), vi_end = d_vars.var_end(); vi != vi_end;… in heuristicOptCoeffs()
1005 …for(ArithVariables::var_iterator i = d_vars.var_begin(), i_end = d_vars.var_end(); i != i_end; ++i… in extractSolution()
1118 …for(ArithVariables::var_iterator i = d_vars.var_begin(), i_end = d_vars.var_end(); i != i_end; ++i… in sumInfeasibilities()
H A Dtheory_arith_private.cpp1846 for(var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in dioCutting()
3054 var_iterator vi = var_begin(), vi_end = var_end(); in safeToCallApprox()
4019 for (var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in debugPrintAssertions()
4040 for (var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in debugPrintModel()
4269 for(var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in deltaValueForTotalOrder()
4325 for(var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in collectModelInfo()
4387 for(var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in entireStateIsConsistent()
4413 for(var_iterator vi = var_begin(), vend = var_end(); vi != vend; ++vi){ in unenqueuedVariablesAreConsistent()
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/
H A Deolian_mono.cc218 …for (efl::eina::iterator<const Eolian_Constant> var_iterator( ::eolian_state_constants_by_file_get… in run() local
219 , var_last; var_iterator != var_last; ++var_iterator) in run()
221 efl::eolian::grammar::attributes::constant_def var(&*var_iterator, opts.unit); in run()
/dports/math/py-pymc3/pymc-3.11.4/pymc3/
H A Dutil.py113 def get_default_varnames(var_iterator, include_transformed): argument
129 return list(var_iterator)
131 return [var for var in var_iterator if not is_transformed_name(get_var_name(var))]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/implementations/
H A DmultiDimContainer_tpl.h128 typedef Sequence< const DiscreteVariable* >::const_iterator_safe var_iterator; typedef
130 for (var_iterator iter = variablesSequence().beginSafe();