| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.cpp | 74 lng(qQNaN()), in QGeoCoordinatePrivate() 81 lng(other.lng), in QGeoCoordinatePrivate() 244 d->lng = longitude; in QGeoCoordinate() 269 d->lng = longitude; in QGeoCoordinate() 310 bool lngEqual = (qIsNaN(d->lng) && qIsNaN(other.d->lng)) in operator ==() 311 || qFuzzyCompare(d->lng, other.d->lng); in operator ==() 343 && QLocationUtils::isValidLong(d->lng)) { in type() 390 return d->lng; in longitude() 403 d->lng = longitude; in setLongitude() 448 double dlon = qDegreesToRadians(other.d->lng - d->lng); in distanceTo() [all …]
|
| H A D | qlocationutils_p.h | 105 inline static bool isValidLong(double lng) { in isValidLong() argument 106 return lng >= -180.0 && lng <= 180.0; in isValidLong() 117 inline static double wrapLong(double lng) { in wrapLong() argument 118 if (lng > 180.0) in wrapLong() 119 lng -= 360.0; in wrapLong() 120 else if (lng < -180.0) in wrapLong() 121 lng += 360.0; in wrapLong() 122 return lng; in wrapLong() 199 inline static double wrapLongExt(double lng) { in wrapLongExt() argument 200 double remainder = fmod(lng + 180.0, 360.0); in wrapLongExt()
|
| H A D | qwebmercator.cpp | 91 double lng; in mercatorToCoord() local 93 lng = realmod(fx, 1.0); in mercatorToCoord() 95 lng = realmod(1.0 - realmod(-1.0 * fx, 1.0), 1.0); in mercatorToCoord() 98 lng = lng * 360.0 - 180.0; in mercatorToCoord() 100 return QGeoCoordinate(lat, lng, 0.0); in mercatorToCoord()
|
| H A D | qlocationutils.cpp | 80 double lng; in qlocationutils_readGga() local 81 … if (QLocationUtils::getNmeaLatLong(parts[2], parts[3][0], parts[4], parts[5][0], &lat, &lng)) { in qlocationutils_readGga() 83 coord.setLongitude(lng); in qlocationutils_readGga() 164 double lng; in qlocationutils_readGll() local 165 … if (QLocationUtils::getNmeaLatLong(parts[1], parts[2][0], parts[3], parts[4][0], &lat, &lng)) { in qlocationutils_readGll() 167 coord.setLongitude(lng); in qlocationutils_readGll() 199 double lng; in qlocationutils_readRmc() local 200 … if (QLocationUtils::getNmeaLatLong(parts[3], parts[4][0], parts[5], parts[6][0], &lat, &lng)) { in qlocationutils_readRmc() 202 coord.setLongitude(lng); in qlocationutils_readRmc() 489 …tring, char latDirection, const QByteArray &lngString, char lngDirection, double *lat, double *lng) in getNmeaLatLong() argument [all …]
|
| H A D | qgeocoordinate_p.h | 67 double lng; variable
|
| /OK3568_Linux_fs/buildroot/package/cache-calibrator/ |
| H A D | 0001-Fix-conflicting-round-function.patch | 24 -lng round(dbl x) 25 +lng lng_round(dbl x) 27 return (lng)(x + 0.5); 29 … -890,16 +890,16 @@ void plotCache(cacheInfo *cache, lng **result, lng MHz, char *fn, FILE *fp, lng 50 @@ -986,16 +986,16 @@ void plotTLB(TLBinfo *TLB, lng **result, lng MHz, char *fn, FILE *fp, lng del… 71 @@ -1023,9 +1023,9 @@ void printCPU(cacheInfo *cache, lng MHz, lng delay) 83 @@ -1047,8 +1047,8 @@ void printCache(cacheInfo *cache, lng MHz) 94 @@ -1075,9 +1075,9 @@ void printTLB(TLBinfo *TLB, lng MHz)
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | name.c | 55 unsigned len, int lc, int lng) in hpfs_translate_name() argument 59 if (hpfs_sb(s)->sb_chk >= 2) if (hpfs_is_name_long(from, len) != lng) { in hpfs_translate_name() 63 pr_cont(" misidentified as %s.\n", lng ? "short" : "long"); in hpfs_translate_name()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | cross_tile_symbol_index.cpp | 71 const int wrapDelta = ::round((newLng - lng) / 360); in handleWrapJump() 87 lng = newLng; in handleWrapJump() 167 bool CrossTileSymbolIndex::addLayer(RenderSymbolLayer& symbolLayer, float lng) { in addLayer() argument 174 layerIndex.handleWrapJump(lng); in addLayer()
|
| H A D | cross_tile_symbol_index.hpp | 54 float lng = 0; member in mbgl::CrossTileSymbolLayerIndex 61 bool addLayer(RenderSymbolLayer&, float lng);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/ |
| H A D | qlocationtestutils.cpp | 69 QString QLocationTestUtils::createGgaSentence(int lat, int lng, const QTime &time) { in createGgaSentence() argument 71 .arg(time.toString("hhmmss.zzz")).arg(lat).arg(lng); in createGgaSentence()
|
| H A D | qlocationtestutils_p.h | 45 QString createGgaSentence(int lat, int lng, const QTime &time);
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | mmci_stm32_sdmmc.c | 390 int i, lng, ret; in sdmmc_dlyb_lng_tuning() local 405 lng = FIELD_GET(DLYB_CFGR_LNG_MASK, cfgr); in sdmmc_dlyb_lng_tuning() 406 if (lng < BIT(DLYB_NB_DELAY) && lng > 0) in sdmmc_dlyb_lng_tuning() 414 dlyb->max = __fls(lng); in sdmmc_dlyb_lng_tuning()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 243 void TilePyramid::handleWrapJump(float lng) { in handleWrapJump() argument 260 const float lngDifference = lng - prevLng; in handleWrapJump() 263 prevLng = lng; in handleWrapJump()
|
| H A D | tile_pyramid.hpp | 52 void handleWrapJump(float lng);
|
| H A D | renderer_impl.cpp | 383 const float lng = parameters.state.getLatLng().longitude(); in render() local 384 …if (crossTileSymbolIndex.addLayer(*it->layer.as<RenderSymbolLayer>(), lng)) symbolBucketsChanged =… in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qquickgeocoordinateanimation.cpp | 213 mercator->lng = f.longitude(); in setFrom() 236 mercator->lng = t.longitude(); in setTo()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutexmlparser.cpp | 570 double lng = lngString.toDouble(&ok); in parseGeoPoints() local 577 QGeoCoordinate geoPoint(lat, lng); in parseGeoPoints()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 1323 int lng = nrzeroes>>4; in stbiw__jpg_processDU() local 1325 for (nrmarker=1; nrmarker <= lng; ++nrmarker) in stbiw__jpg_processDU()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 1323 int lng = nrzeroes>>4; in stbiw__jpg_processDU() local 1325 for (nrmarker=1; nrmarker <= lng; ++nrmarker) in stbiw__jpg_processDU()
|