Searched refs:GPS_SEC_DIV (Results 1 – 4 of 4) sorted by relevance
818 tmp = ( tmp - floor(tmp) ) * ( GPS_SEC_DIV * GPS_SEC_ACCURACY ); in convertGPSCoord()822 if( sec >= ( GPS_SEC_DIV * GPS_SEC_ACCURACY ) ) { in convertGPSCoord()
820 tmp = ( tmp - floor(tmp) ) * ( GPS_SEC_DIV * GPS_SEC_ACCURACY ); in convertGPSCoord()824 if( sec >= ( GPS_SEC_DIV * GPS_SEC_ACCURACY ) ) { in convertGPSCoord()
81 #define GPS_SEC_DIV 60 macro
85 #define GPS_SEC_DIV 60 macro