Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.cpp312 bool altEqual = (qIsNaN(d->alt) && qIsNaN(other.d->alt)) in operator ==() local
318 return (latEqual && lngEqual && altEqual); in operator ==()