Home
last modified time | relevance | path

Searched refs:toPeriod (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/sound/
H A Dduty_unit.cpp26 static inline unsigned toPeriod(unsigned freq) { in toPeriod() function
75 period_ = toPeriod(newFreq); in setFreq()
133 period_ = toPeriod((nr4 << 8 & 0x700) | dstate.nr3); in loadState()
H A Dchannel3.cpp24 static inline unsigned toPeriod(unsigned nr3, unsigned nr4) { in toPeriod() function
78 lastReadTime_ = waveCounter_ = cycleCounter_ + toPeriod(nr3_, data) + 3; in setNr4()
132 unsigned const period = toPeriod(nr3_, nr4_); in updateWaveCounter()
166 waveCounter_ += toPeriod(nr3_, nr4_); in update()
H A Dchannel4.cpp23 static unsigned long toPeriod(unsigned const nr3) { in toPeriod() function
47 unsigned long const period = toPeriod(nr3_); in updateBackupCounter()
88 counter_ += toPeriod(nr3_); in event()
108 backupCounter_ = cc + toPeriod(nr3_); in reset()
/dports/finance/weberp/webERP/
H A DSalesGraph.php249 $toPeriod = DB_fetch_array($result); variable
250 $ending = $toPeriod['month'] . ' ' . $toPeriod['year'];
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DConverter.php614 public function toPeriod($end = null, $interval = null, $unit = null) function
646 return $this->toPeriod($end, $interval, $unit);
H A DDifference.php257 $diff = $ci->toPeriod($start, $end, $options)->filter($callback)->count();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DConverter.php619 public function toPeriod($end = null, $interval = null, $unit = null) function
651 return $this->toPeriod($end, $interval, $unit);
H A DDifference.php272 $diff = $ci->toPeriod($start, $end, $options)->filter($callback)->count();
/dports/finance/R-cran-timeSeries/timeSeries/inst/extensionsTests/
H A DalignWrappers.R56 toPeriod <- function(x, by, method, offset="0s"") function
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/rickb777/date/period/
H A Dperiod.go299 return (&period64{y, m, d, hh, mm, ss, false}).normalise64(true).toPeriod()
541 return period.toPeriod64().normalise64(precise).toPeriod()
623 func (p *period64) toPeriod() Period { func
H A Dparse.go108 return result.normalise64(true).toPeriod(), nil
/dports/math/R-cran-xts/xts/src/
H A Dtoperiod.c60 SEXP toPeriod(SEXP x, SEXP endpoints, SEXP hasVolume, SEXP whichVolume, SEXP hasAdjusted, SEXP firs… in toPeriod() function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php4559 public function toPeriod($end = null, $interval = null, $unit = null); function
H A DCarbonInterval.php1766 public function toPeriod(...$params) function in Carbon\\CarbonInterval
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php4628 public function toPeriod($end = null, $interval = null, $unit = null); function
H A DCarbonInterval.php1789 public function toPeriod(...$params) function in Carbon\\CarbonInterval
/dports/math/R-cran-xts/xts/
H A DNEWS562 o toPeriod updates in C, almost exported. ~600-1200x faster