Searched refs:GPS_SEC_ACCURACY (Results 1 – 4 of 4) sorted by relevance
818 tmp = ( tmp - floor(tmp) ) * ( GPS_SEC_DIV * GPS_SEC_ACCURACY ); in convertGPSCoord()820 secDivisor = 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()822 secDivisor = GPS_SEC_ACCURACY; in convertGPSCoord()824 if( sec >= ( GPS_SEC_DIV * GPS_SEC_ACCURACY ) ) { in convertGPSCoord()
82 #define GPS_SEC_ACCURACY 1000 macro
86 #define GPS_SEC_ACCURACY 1000 macro