Home | History | Annotate | Download | only in time

Lines Matching defs:Nanoseconds

470 // second format use a smaller unit (milli-, micro-, or nanoseconds) to ensure
494 // print nanoseconds
586 // Nanoseconds returns the duration as an integer nanosecond count.
587 func (d Duration) Nanoseconds() int64 { return int64(d) }
595 // where, say, float64(d.Nanoseconds())/1e9 would have rounded
847 // UnixNano returns t as a Unix time, the number of nanoseconds elapsed
849 // in nanoseconds cannot be represented by an int64 (a date before the year
886 byte(t.nsec >> 24), // bytes 9-12: nanoseconds
997 // sec seconds and nsec nanoseconds since January 1, 1970 UTC.
1036 // yyyy-mm-dd hh:mm:ss + nsec nanoseconds
1193 // Compute nanoseconds as 128-bit number.