Home
last modified time | relevance | path

Searched refs:total_nanoseconds (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/elixir-msgpax/msgpax-2.1.1/lib/msgpax/ext/
H A Dreserved_ext.ex10 total_nanoseconds = @for.to_unix(datetime, :nanosecond)
11 seconds = Integer.floor_div(total_nanoseconds, 1_000_000_000)
12 nanoseconds = Integer.mod(total_nanoseconds, 1_000_000_000)
52 total_nanoseconds = seconds * 1_000_000_000 + nanoseconds
53 DateTime.from_unix(total_nanoseconds, :nanosecond)
55 total_nanoseconds = (seconds * 1_000_000_000 + nanoseconds)
56 if total_nanoseconds in @nanosecond_range do
57 DateTime.from_unix(total_nanoseconds, :nanosecond)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp164 check("total nanosec", ns.total_nanoseconds() == 9); in main()
242 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
249 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
253 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp164 check("total nanosec", ns.total_nanoseconds() == 9); in main()
242 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
249 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
253 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp164 check("total nanosec", ns.total_nanoseconds() == 9); in main()
242 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
249 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
253 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp164 check("total nanosec", ns.total_nanoseconds() == 9); in main()
242 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
249 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
253 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/databases/percona57-client/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp164 check("total nanosec", ns.total_nanoseconds() == 9); in main()
242 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
249 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
253 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp174 check("total nanosec", ns.total_nanoseconds() == 9); in main()
252 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
263 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp174 check("total nanosec", ns.total_nanoseconds() == 9); in main()
252 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
263 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp174 check("total nanosec", ns.total_nanoseconds() == 9); in main()
252 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
263 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp174 check("total nanosec", ns.total_nanoseconds() == 9); in main()
252 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
263 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp28 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/devel/boost-docs/boost_1_72_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/devel/hyperscan/boost_1_75_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/devel/boost-python-libs/boost_1_72_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000;
/dports/databases/percona57-server/boost_1_59_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/databases/xtrabackup/boost_1_59_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/databases/percona57-client/boost_1_59_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/devel/boost-libs/boost_1_72_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/interprocess/sync/posix/
H A Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()

123