Home
last modified time | relevance | path

Searched refs:realmod (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqwebmercator.cpp64 double QWebMercator::realmod(const double a, const double b) in realmod() function in QWebMercator
93 lng = realmod(fx, 1.0); in mercatorToCoord()
95 lng = realmod(1.0 - realmod(-1.0 * fx, 1.0), 1.0); in mercatorToCoord()
H A Dqwebmercator_p.h70 static double realmod(const double a, const double b);