Home
last modified time | relevance | path

Searched refs:_logn (Results 1 – 3 of 3) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/
H A Ddataproxy_sqlite.h111 …band, const double _freq, const QDate _qslrdate, const QString &_stationcallsign, const int _logn);
278 int getHowManyQSOPerPropMode(const QString &_p, const int _logn);
H A Ddataproxy_sqlite.cpp66 int DataProxy_SQLite::getHowManyQSOPerPropMode(const QString &_p, const int _logn) in getHowManyQSOPerPropMode() argument
73 if (_logn < 0) in getHowManyQSOPerPropMode()
79 …("SELECT COUNT (DISTINCT id) FROM log where lognumber='%1' AND prop_mode='%2'").arg(_logn).arg(_p); in getHowManyQSOPerPropMode()
2661 …_band, const double _freq, const QDate _qslrdate, const QString &_stationcallsign, const int _logn) in addQSOFromLoTW() argument
2791 stringData = stringData + "'" + QString::number(_logn) + "'"; in addQSOFromLoTW()
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/
H A Dstretch.py20 def _logn(n, x, out=None): function
330 _logn(self.exp, values, out=values)