Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameracapabilities.cpp42 static const double invLog2 = 1.0 / std::log(2.0); variable
46 return std::log( std::pow(2.0, zoomLevelForTileSize) * tileSize / 256.0 ) * invLog2; in zoomLevelTo256()
H A Dqgeotiledmap.cpp53 static const double invLog2 = 1.0 / std::log(2.0); variable
57 return std::log( std::pow(2.0, zoomLevelFor256) * 256.0 / tileSize ) * invLog2; in zoomLevelFrom256()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp73 static const double invLog2 = 1.0 / std::log(2.0); variable
77 return std::log(std::pow(2.0, zoomLevelFor256) * 256.0 / tileSize) * invLog2; in zoomLevelFrom256()