Home
last modified time | relevance | path

Searched refs:numStars (Results 1 – 25 of 72) sorted by relevance

123

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/components/
H A DRatingComponent.cpp74 const float numStars = NUM_RATING_STARS; in updateVertices() local
76 const float w = getSize().y() * mValue * numStars; in updateVertices()
77 const float fw = getSize().y() * numStars; in updateVertices()
81 mVertices[2] = { { w, 0.0f }, { mValue * numStars, 1.0f }, 0 }; in updateVertices()
82 mVertices[3] = { { w, h }, { mValue * numStars, 0.0f }, 0 }; in updateVertices()
86 mVertices[6] = { { fw, 0.0f }, { numStars, 1.0f }, 0 }; in updateVertices()
87 mVertices[7] = { { fw, h }, { numStars, 0.0f }, 0 }; in updateVertices()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DStarfield.cpp36 numStars(2000) in Starfield()
38 stars = new VectorFP[numStars]; in Starfield()
40 for (pp_int32 i = 0; i < numStars; i++) in Starfield()
65 for (pp_int32 i = 0; i < numStars; i++) in render()
90 for (pp_int32 i = 0; i < numStars; i++) in update()
H A DStarfield.h43 const pp_int32 numStars; variable
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/
H A DSurveyQuestion.php30 public $numStars; variable in Google_Service_ConsumerSurveys_SurveyQuestion
111 public function setNumStars($numStars) argument
113 $this->numStars = $numStars;
117 return $this->numStars;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Surveys/
H A DSurveyQuestion.php30 public $numStars; variable in Google_Service_Surveys_SurveyQuestion
111 public function setNumStars($numStars) argument
113 $this->numStars = $numStars;
117 return $this->numStars;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ConsumerSurveys/
H A DSurveyQuestion.php30 public $numStars; variable in Google_Service_ConsumerSurveys_SurveyQuestion
111 public function setNumStars($numStars) argument
113 $this->numStars = $numStars;
117 return $this->numStars;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Surveys/
H A DSurveyQuestion.php30 public $numStars; variable in Google_Service_Surveys_SurveyQuestion
111 public function setNumStars($numStars) argument
113 $this->numStars = $numStars;
117 return $this->numStars;
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl178 my $numStars = 0;
217 $numStars++;
221 print " Read a total of $numStars records.\n";
237 my $numStars = 0;
259 $numStars++;
263 print " Read a total of $numStars records.\n";
268 my $numStars = keys %stars;
281 print DATFILE pack('a8ccL', 'CELSTARS', 0, 1, $numStars);
282 print TXTFILE sprintf("%u\n", $numStars);
309 print " Wrote a total of $numStars stars.\n";
/dports/astro/celestia/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl178 my $numStars = 0;
217 $numStars++;
221 print " Read a total of $numStars records.\n";
237 my $numStars = 0;
259 $numStars++;
263 print " Read a total of $numStars records.\n";
268 my $numStars = keys %stars;
281 print DATFILE pack('a8ccL', 'CELSTARS', 0, 1, $numStars);
282 print TXTFILE sprintf("%u\n", $numStars);
309 print " Wrote a total of $numStars stars.\n";
/dports/www/epiphany/epiphany-41.0/data/
H A Dlineup-parameters86 numStars: int
100 numStars = len(stars) if stars is not None else 0
103 return ParameterInfo(paramType, name, numStars, isLastParameter)
139 maxStarsLength = max(maxStarsLength, parameterInfo.numStars)
/dports/x11-fm/nautilus/nautilus-41.1/data/
H A Dlineup-parameters86 numStars: int
100 numStars = len(stars) if stars is not None else 0
103 return ParameterInfo(paramType, name, numStars, isLastParameter)
139 maxStarsLength = max(maxStarsLength, parameterInfo.numStars)
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dskybackground.h36 void setStarsDetected(int numStars) in setStarsDetected() argument
38 starsDetected = numStars; in setStarsDetected()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dstarcorrespondence.cpp156 const int numStars = stars.size(); in findInternal() local
158 for (int starIndex = 0; starIndex < numStars; ++starIndex) in findInternal()
388 const int numStars = stars.size(); in adaptOffsets() local
389 if (starMap.size() != numStars) in adaptOffsets()
391 …ug(KSTARS_EKOS_GUIDE) << "Adapt error: StarMap size != stars.size()" << starMap.size() << numStars; in adaptOffsets()
396 for (int i = 0; i < numStars; ++i) in adaptOffsets()
410 for (int i = 0; i < numStars; ++i) in adaptOffsets()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/formfields/
H A DLicenses.php125 $numStars = strspn( $str, '*' );
126 return [ $numStars, ltrim( substr( $str, $numStars ), ' ' ) ];
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/formfields/
H A DLicenses.php124 $numStars = strspn( $str, '*' );
125 return [ $numStars, ltrim( substr( $str, $numStars ), ' ' ) ];
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/formfields/
H A DLicenses.php125 $numStars = strspn( $str, '*' );
126 return [ $numStars, ltrim( substr( $str, $numStars ), ' ' ) ];
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.h150 double hfr, int numStars, int median, double eccentricity);
157 double snr, double skyBg, int numStars);
185 … double hfr, int numStars, int median, double eccentricity, bool batchMode = false);
193 … int decPulse, double snr, double skyBg, int numStars, bool batchMode = false);
275 double snr, int numStars, double skyBackground, double time);
277 double decPulse, double snr, double numStars,
H A Danalyze.cpp531 int numStars, double skyBackground, double time) in addGuideStats() argument
583 double numStars, double skyBackground, in addGuideStatsInternal() argument
598 if (!qIsNaN(numStars)) in addGuideStatsInternal()
599 numStarsMax = std::max(numStars, static_cast<double>(numStarsMax)); in addGuideStatsInternal()
608 statsPlot->graph(NUMSTARS_GRAPH)->addData(time, numStars); in addGuideStatsInternal()
791 const double numStars = QString(list[8]).toInt(&ok); in processInputLine() local
2120 .arg(numStars) in captureComplete()
2125 numStars, median, eccentricity); in captureComplete()
2140 addHFR(hfr, numStars, median, eccentricity, time, captureStartedTime); in processCaptureComplete()
2443 double snr, double skyBg, int numStars) in guideStats() argument
[all …]
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DCustomSystem.cpp368 unsigned numStars = interpret_star_types(starTypes, L, 3); in l_csys_new() local
376 (*csptr)->numStars = numStars; in l_csys_new()
377 assert(numStars <= 4); in l_csys_new()
378 for (unsigned i = 0; i < numStars; ++i) in l_csys_new()
548 if (star_count != cs->numStars) in l_csys_bodies()
550 cs->numStars, cs->name.c_str(), star_count); in l_csys_bodies()
694 numStars(0), in CustomSystem()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/old/template/
H A Dexecute.go112 numStars := len(s) - len(flattenedName)
115 return indirectPtr(data, numStars)
124 return indirectPtr(data, numStars)

123