Home
last modified time | relevance | path

Searched refs:GetRating (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/games/warmux/warmux-11.04/src/ai/
H A Dai_strategy.cpp35 if (this->GetRating() + RATING_EPSILON < other->GetRating()) in CompareRatingWith()
38 if (this->GetRating() - LOWER_RATING > other->GetRating()) in CompareRatingWith()
H A Dai_strategy.h37 float GetRating() const { return rating; } in GetRating() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DInfoTagVideo.cpp94 return StringUtils::Format("%i", infoTag->GetRating().votes); in getVotes()
139 return infoTag->GetRating().rating; in getRating()
H A DInfoTagMusic.cpp83 return infoTag->GetRating(); in getRating()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DLabelFormatter.cpp247 if (music && music->GetRating() != 0.f) in GetMaskContent()
248 value = StringUtils::Format("%.1f", music->GetRating()); in GetMaskContent()
249 else if (movie && movie->GetRating().rating != 0.f) in GetMaskContent()
250 value = StringUtils::Format("%.1f", movie->GetRating().rating); in GetMaskContent()
H A DGroupUtils.cpp99 if (movieInfo->GetRating().rating > 0.0f) in Group()
102 totalRatings += movieInfo->GetRating().rating; in Group()
/dports/audio/exaile/exaile-4.1.1/doc/xl/
H A Dxldbus.rst13 GetRating, SetRating,
/dports/games/gnubg/gnubg-1.06.002/
H A Danalysis.h105 extern ratingtype GetRating(const float rError);
H A Dformatgs.c199 … aasz[i + 1] = g_strdup(Q_(aszRating[GetRating(aaaar[CHEQUERPLAY][PERMOVE][i][NORMALISED])])); in formatGS()
305 … aasz[i + 1] = g_strdup(Q_(aszRating[GetRating(aaaar[CUBEDECISION][PERMOVE][i][NORMALISED])])); in formatGS()
428 … aasz[i + 1] = g_strdup(Q_(aszRating[GetRating(aaaar[COMBINED][PERMOVE][i][NORMALISED])])); in formatGS()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/cf/decomposition_policies/
H A Dregularized_svd_method.hpp86 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::RegSVDPolicy
H A Dsvd_incomplete_method.hpp95 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::SVDIncompletePolicy
H A Dbatch_svd_method.hpp93 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::BatchSVDPolicy
H A Dsvd_complete_method.hpp96 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::SVDCompletePolicy
H A Dnmf_method.hpp90 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::NMFPolicy
H A Drandomized_svd_method.hpp99 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::RandomizedSVDPolicy
H A Dbias_svd_method.hpp91 double GetRating(const size_t user, const size_t item) const in GetRating() function in mlpack::cf::BiasSVDPolicy
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dsortcache.cpp455 res = (int)ie1->GetRating(nbase_) - (int)ie2->GetRating(nbase_); in fullCompare()
590 value = ie->GetRating(nbase_); in calcHash()
/dports/games/scid/scid/src/
H A Dsortcache.cpp455 res = (int)ie1->GetRating(nbase_) - (int)ie2->GetRating(nbase_); in fullCompare()
590 value = ie->GetRating(nbase_); in calcHash()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/guiinfo/
H A DVideoGUIInfo.cpp163 float rating = tag->GetRating(info.GetData3()).rating; in GetLabel()
174 CRating rating = tag->GetRating(info.GetData3()); in GetLabel()
199 value = StringUtils::FormatNumber(tag->GetRating(info.GetData3()).votes); in GetLabel()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_town.hpp424 static TownRating GetRating(TownID town_id, ScriptCompany::CompanyID company_id);
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/cf/
H A Dcf_impl.hpp313 rating += weights(j) * decomposition.GetRating(neighborhood(j, 0), item); in Predict()
380 rating += weights(j, user) * decomposition.GetRating( in Predict()
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/cloud/dataqna/v1alpha/
H A Duser_feedback.pb.go154 func (x *UserFeedback) GetRating() UserFeedback_UserFeedbackRating { func
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/cloud/dataqna/v1alpha/
H A Duser_feedback.pb.go154 func (x *UserFeedback) GetRating() UserFeedback_UserFeedbackRating { func
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/cloud/dataqna/v1alpha/
H A Duser_feedback.pb.go154 func (x *UserFeedback) GetRating() UserFeedback_UserFeedbackRating { func
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/genproto/googleapis/cloud/dataqna/v1alpha/
H A Duser_feedback.pb.go154 func (x *UserFeedback) GetRating() UserFeedback_UserFeedbackRating { func

12345678