Home
last modified time | relevance | path

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

/dports/math/R/R-4.1.2/src/library/base/man/
H A DDateTimeClasses.Rd303 leapS <- as.POSIXlt(.leap.seconds)
304 names(leapS) ; is.list(leapS)
306 utils::str(unclass(leapS), vec.len = 7)
308 leapS[1 : 5, "year"]
311 for(lpS in list(.leap.seconds, leapS)) {
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A DDateTimeClasses.Rd303 leapS <- as.POSIXlt(.leap.seconds)
304 names(leapS) ; is.list(leapS)
306 utils::str(unclass(leapS), vec.len = 7)
308 leapS[1 : 5, "year"]
311 for(lpS in list(.leap.seconds, leapS)) {
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_ubx.c1348 int8_t leapS; in ubx_rxm_rawx() local
1364 leapS = getsb(buf, 10); in ubx_rxm_rawx()
1370 rcvTow, week, leapS, numMeas, recStat); in ubx_rxm_rawx()
1374 session->context->leap_seconds = leapS; in ubx_rxm_rawx()