Home
last modified time | relevance | path

Searched defs:toSeconds (Results 1 – 25 of 108) sorted by relevance

12345

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java47 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
58 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
69 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
80 public long toSeconds(long d) { return d; } in toSeconds() method
91 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
102 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
113 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
214 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java47 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
58 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
69 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
80 public long toSeconds(long d) { return d; } in toSeconds() method
91 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
102 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
113 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
214 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java47 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
58 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
69 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
80 public long toSeconds(long d) { return d; } in toSeconds() method
91 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
102 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
113 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
214 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java79 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
94 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
109 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
124 public long toSeconds(long d) { return d; } in toSeconds() method
139 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
154 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
169 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
269 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java47 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
58 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
69 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
80 public long toSeconds(long d) { return d; } in toSeconds() method
91 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
102 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
113 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
214 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java47 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
58 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
69 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
80 public long toSeconds(long d) { return d; } in toSeconds() method
91 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
102 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
113 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
214 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java79 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() method
94 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() method
109 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() method
124 public long toSeconds(long d) { return d; } in toSeconds() method
139 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() method
154 public long toSeconds(long d) { return x(d, C5/C3, MAX/(C5/C3)); } in toSeconds() method
169 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() method
269 public long toSeconds(long duration) { in toSeconds() method in TimeUnit
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DDateTime.hs27 toSeconds dt = floor $ function
/dports/devel/stack/stack-2.7.3/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hourglass-0.2.12/Time/
H A DTypes.hs63 toSeconds (NanoSeconds ns) = Seconds (ns `div` 1000000000) function
81 toSeconds = id function
92 toSeconds (Minutes m) = Seconds (m * 60) function
104 toSeconds (Hours h) = Seconds (h * 3600) function

12345