Home
last modified time | relevance | path

Searched refs:inds_ (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DIndexGenerator.cpp70 inds_ = outInds; in AddPoints()
88 inds_ = outInds; in AddList()
158 u16 *dst = inds_; in AddStrip()
189 inds_ = outInds; in AddStrip()
218 inds_ = outInds; in AddFan()
237 inds_ = outInds; in AddLineList()
252 inds_ = outInds; in AddLineStrip()
268 inds_ = outInds; in AddRectangles()
281 inds_ = outInds; in TranslatePoints()
296 inds_ = outInds; in TranslateLineList()
[all …]
H A DIndexGenerator.h34 this->inds_ = indsBase_; in Reset()
111 u16 *inds_; variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DIndexGenerator.cpp70 inds_ = outInds; in AddPoints()
88 inds_ = outInds; in AddList()
158 u16 *dst = inds_; in AddStrip()
189 inds_ = outInds; in AddStrip()
218 inds_ = outInds; in AddFan()
237 inds_ = outInds; in AddLineList()
252 inds_ = outInds; in AddLineStrip()
268 inds_ = outInds; in AddRectangles()
281 inds_ = outInds; in TranslatePoints()
296 inds_ = outInds; in TranslateLineList()
[all …]
H A DIndexGenerator.h34 this->inds_ = indsBase_; in Reset()
111 u16 *inds_; variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DIndexGenerator.cpp70 inds_ = outInds; in AddPoints()
88 inds_ = outInds; in AddList()
158 u16 *dst = inds_; in AddStrip()
189 inds_ = outInds; in AddStrip()
218 inds_ = outInds; in AddFan()
237 inds_ = outInds; in AddLineList()
252 inds_ = outInds; in AddLineStrip()
268 inds_ = outInds; in AddRectangles()
281 inds_ = outInds; in TranslatePoints()
296 inds_ = outInds; in TranslateLineList()
[all …]
H A DIndexGenerator.h34 this->inds_ = indsBase_; in Reset()
111 u16 *inds_; variable
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonTNLP2FPNLP.cpp19 inds_(), in TNLP2FPNLP()
35 inds_(other->inds_), in TNLP2FPNLP()
68 inds_.resize(n); in set_dist_to_point_obj()
71 std::copy(inds, inds + n, inds_.begin()); in set_dist_to_point_obj()
79 assert(vals_.size() == inds_.size()); in dist_to_point()
82 ret_val += ( x[inds_[i]] - vals_[i] ) * ( x[inds_[i]] - vals_[i] ); in dist_to_point()
88 ret_val += x[inds_[i]]; in dist_to_point()
90 ret_val += (1.0 - x[inds_[i]]); in dist_to_point()
183 grad_f[inds_[i]] += objectiveScalingFactor_*2*lambda_*( x[inds_[i]] - vals_[i] ); in eval_grad_f()
276 jCol[i] = inds_[i] + index_correction; in eval_jac_g()
[all …]
H A DBonTNLP2FPNLP.hpp220 vector<Ipopt::Index> inds_; member in Bonmin::TNLP2FPNLP
/dports/databases/soci/soci-4.0.1/src/backends/firebird/
H A Dstatement.cpp345 inds_.clear(); in prepare()
346 inds_.resize(sqldap_->sqld); in prepare()
486 inds_[i].resize(number > 0 ? number : 1); in fetch()
532 inds_[i][row] = i_ok; in exchangeData()
536 inds_[i][row] = i_ok; in exchangeData()
540 inds_[i][row] = i_null; in exchangeData()
548 if (inds_[i][row] != i_null) in exchangeData()
H A Dvector-use-type.cpp78 inds_ = ind; in pre_use()
97 if (inds_ != NULL) in exchangeData()
99 switch (inds_[row]) in exchangeData()
H A Dstandard-into-type.cpp57 if (i_null == statement_.inds_[position_][0] && NULL == ind) in post_fetch()
63 *ind = statement_.inds_[position_][0]; in post_fetch()
H A Dvector-into-type.cpp119 if (statement_.inds_[position_][i] == i_null && (ind == NULL)) in post_fetch()
125 ind[i] = statement_.inds_[position_][i]; in post_fetch()
/dports/databases/soci/soci-4.0.1/include/soci/firebird/
H A Dsoci-firebird.h182 indicator const *inds_; member
246 std::vector<std::vector<indicator> > inds_; member
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dspectral_estimation.py1226 for i, inds_ in enumerate(inds):
1229 hist_stack[i, :] = np.bincount(inds_, minlength=num_db_bins)