Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 19033) sorted by relevance

12345678910>>...762

/dports/www/zola/zola-0.15.2/cargo-crates/time-0.3.5/src/
H A Dduration.rs280 pub const fn seconds(seconds: i64) -> Self {
538 let mut seconds = const_try_opt!(self.seconds.checked_add(rhs.seconds));
561 let mut seconds = const_try_opt!(self.seconds.checked_sub(rhs.seconds));
630 let (mut seconds, overflow) = self.seconds.overflowing_add(rhs.seconds);
641 seconds = match seconds.checked_add(1) {
642 Some(seconds) => seconds,
647 seconds = match seconds.checked_sub(1) {
648 Some(seconds) => seconds,
669 let (mut seconds, overflow) = self.seconds.overflowing_sub(rhs.seconds);
681 Some(seconds) => seconds,
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/tests/exslt/date/
H A Dseconds.1.out2 seconds : PT10M
4 seconds : -P10D
6 seconds : PT10H
8 seconds : PT10H10M10.5S
10 seconds : PT0.00001S
12 seconds : PT49.00001S
20 seconds : PT10H10M.5S
22 seconds : PT10H10M5.S
24 seconds : 2001
42 seconds : 1970-01-01
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/TEST_bench/
H A Dbenchmark_ij.perf.saved.ray2 PCG Setup wall clock time = 0.447182 seconds
3 PCG Solve wall clock time = 0.667648 seconds
5 PCG Setup wall clock time = 0.442885 seconds
6 PCG Solve wall clock time = 0.525688 seconds
8 PCG Setup wall clock time = 0.594930 seconds
9 PCG Solve wall clock time = 1.403769 seconds
11 PCG Setup wall clock time = 0.598627 seconds
12 PCG Solve wall clock time = 0.272439 seconds
14 PCG Setup wall clock time = 0.771948 seconds
15 PCG Solve wall clock time = 0.267343 seconds
[all …]
H A Dbenchmark_ij.perf.saved.lassen2 PCG Setup wall clock time = 0.442274 seconds
3 PCG Solve wall clock time = 0.586363 seconds
5 PCG Setup wall clock time = 0.421415 seconds
6 PCG Solve wall clock time = 0.481981 seconds
8 PCG Setup wall clock time = 0.592196 seconds
9 PCG Solve wall clock time = 1.116149 seconds
11 PCG Setup wall clock time = 0.574467 seconds
12 PCG Solve wall clock time = 0.224829 seconds
14 PCG Setup wall clock time = 0.760889 seconds
15 PCG Solve wall clock time = 0.208459 seconds
[all …]
/dports/devel/embb/embb-1.0.0/base_c/src/
H A Dduration.c60 duration->seconds = max->seconds; in embb_duration_set_nanoseconds()
83 duration->seconds = max->seconds; in embb_duration_set_microseconds()
106 duration->seconds = max->seconds; in embb_duration_set_milliseconds()
121 if (seconds > 0) { in embb_duration_set_seconds()
128 if (max->seconds + max->nanoseconds / 1000000000 < seconds) { in embb_duration_set_seconds()
129 duration->seconds = max->seconds; in embb_duration_set_seconds()
134 duration->seconds = seconds; in embb_duration_set_seconds()
150 lhs->seconds = lhs->seconds + rhs->seconds + carry; in embb_duration_add()
204 *seconds = duration->seconds; in embb_duration_as_seconds()
212 if (lhs->seconds > rhs->seconds) { in embb_duration_compare()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp31 seconds = in TEST()
40 time_t seconds = 0; in TEST() local
43 seconds = -1; in TEST()
56 seconds = 60; in TEST()
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/time/
H A Dgmtime_test.cpp31 seconds = in TEST()
40 time_t seconds = 0; in TEST() local
43 seconds = -1; in TEST()
56 seconds = 60; in TEST()
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp31 seconds = in TEST()
40 time_t seconds = 0; in TEST() local
43 seconds = -1; in TEST()
56 seconds = 60; in TEST()
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp31 seconds = in TEST()
40 time_t seconds = 0; in TEST() local
43 seconds = -1; in TEST()
56 seconds = 60; in TEST()
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/stats/test/
H A DTimeSeriesTest.cpp897 const seconds kMinuteHourDurations[] = {seconds(60), seconds(3600), seconds(0)};
1044 {curTime - seconds(3600), curTime - seconds(60)}, in TEST()
1045 {curTime - seconds(7200), curTime - seconds(60)}, in TEST()
1047 {curTime - seconds(50), curTime - seconds(20)}, in TEST()
1048 {curTime - seconds(3020), curTime - seconds(20)}, in TEST()
1049 {curTime - seconds(7200), curTime - seconds(20)}, in TEST()
1107 60, {seconds(60), seconds(3600), seconds(0)}); in TEST()
1222 60, {seconds(60), seconds(3600), seconds(0)}); in TEST()
1248 {curTime - seconds(3600), curTime - seconds(60)}, in TEST()
1249 {curTime - seconds(7200), curTime - seconds(60)}, in TEST()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/output/
H A Dex41_a.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_b.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_e.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_g.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_c.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_d.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
H A Dex41_f.out1 Ball hit the ground at t = 4.08 seconds -> Processor[0]
2 Ball hit the ground at t = 4.08 seconds -> Processor[0]
3 Ball hit the ground at t = 4.13 seconds -> Processor[1]
4 Ball hit the ground at t = 4.13 seconds -> Processor[1]
5 Ball hit the ground at t = 7.76 seconds -> Processor[0]
6 Ball hit the ground at t = 7.76 seconds -> Processor[0]
7 Ball hit the ground at t = 7.95 seconds -> Processor[1]
8 Ball hit the ground at t = 7.95 seconds -> Processor[1]
9 Ball hit the ground at t = 11.06 seconds -> Processor[0]
10 Ball hit the ground at t = 11.06 seconds -> Processor[0]
[all …]
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/t/mapping/
H A Dtimestamp.t21 my $seconds = time;
25 ok( bson_timestamp()->seconds >= $seconds, "bson_timestamp()->seconds" );
27 is( bson_timestamp($seconds)->seconds, $seconds, "bson_timestamp(seconds)->seconds" );
28 is( bson_timestamp($seconds)->increment, 0, "bson_timestamp(seconds)->increment" );
29 is( bson_timestamp( $seconds, $increment )->seconds, $seconds, "bson_timestamp(seconds, increment)-…
32 ok( BSON::Timestamp->new()->seconds >= $seconds, "BSON::Timestamp->new()->seconds" );
34 is( BSON::Timestamp->new( seconds => $seconds )->seconds, $seconds, "BSON::Timestamp->new(seconds)-…
35 is( BSON::Timestamp->new( seconds => $seconds )->increment, 0, "BSON::Timestamp->new(seconds)->incr…
36 …::Timestamp->new( seconds => $seconds, increment => $increment )->seconds, $seconds, "BSON::Timest…
54 is( $hash->{A}->seconds, $seconds, "seconds correct" );
[all …]
/dports/databases/p5-BSON/BSON-v1.12.2/t/mapping/
H A Dtimestamp.t21 my $seconds = time;
25 ok( bson_timestamp()->seconds >= $seconds, "bson_timestamp()->seconds" );
27 is( bson_timestamp($seconds)->seconds, $seconds, "bson_timestamp(seconds)->seconds" );
28 is( bson_timestamp($seconds)->increment, 0, "bson_timestamp(seconds)->increment" );
29 is( bson_timestamp( $seconds, $increment )->seconds, $seconds, "bson_timestamp(seconds, increment)-…
32 ok( BSON::Timestamp->new()->seconds >= $seconds, "BSON::Timestamp->new()->seconds" );
34 is( BSON::Timestamp->new( seconds => $seconds )->seconds, $seconds, "BSON::Timestamp->new(seconds)-…
35 is( BSON::Timestamp->new( seconds => $seconds )->increment, 0, "BSON::Timestamp->new(seconds)->incr…
36 …::Timestamp->new( seconds => $seconds, increment => $increment )->seconds, $seconds, "BSON::Timest…
54 is( $hash->{A}->seconds, $seconds, "seconds correct" );
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test_cc/trueresult/
H A Dcc3_findiff.ref239 >>> Time used in ONEDRV is 0.01 seconds
242 >>> Time used in OVERLA is 0.00 seconds
245 >>> Time used in DIPLEN is 0.00 seconds
253 >>> Time used in TWOINT is 0.03 seconds
266 >>> Time used in FRMSUP is 0.00 seconds
268 >>>> Total CPU time used in HERMIT: 0.06 seconds
269 >>>> Total wall time used in HERMIT: 0.00 seconds
527 Total number of CPU seconds used 0.14
933 Time used in RHS - TOTAL : 2.28 seconds
934 Time used in CCRHS_A : 0.00 seconds
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rodio-0.14.0/src/source/
H A Dskip.rs166 seconds: u32, in test_skip_duration_samples_left()
194 channels: 1, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
195 channels: 1, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
197 channels: 2, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
198 channels: 2, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
200 channels: 4, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
201 channels: 4, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
208 channels: 1, sample rate: 44100, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
209 channels: 1, sample rate: 96000, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
211 channels: 2, sample rate: 44100, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rodio-0.14.0/src/source/
H A Dskip.rs166 seconds: u32, in test_skip_duration_samples_left()
194 channels: 1, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
195 channels: 1, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
197 channels: 2, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
198 channels: 2, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
200 channels: 4, sample rate: 44100, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
201 channels: 4, sample rate: 96000, seconds: 5, seconds to skip: 3; in skip_duration_shorter_than_source()
208 channels: 1, sample rate: 44100, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
209 channels: 1, sample rate: 96000, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
211 channels: 2, sample rate: 44100, seconds: 5, seconds to skip: 0; in skip_duration_zero_duration()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Demo/Output/
H A Dmis_demo.out2 MIS time in seconds: 0.000303
3 MIS time in seconds: 0.000104
7 MIS time in seconds: 0.000168
8 MIS time in seconds: 0.000111
13 MIS time in seconds: 0.006087
14 MIS time in seconds: 0.000048
18 MIS time in seconds: 0.000112
19 MIS time in seconds: 0.000052
24 MIS time in seconds: 0.000451
25 MIS time in seconds: 0.000027
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Demo/Output/
H A Dmis_demo.out2 MIS time in seconds: 0.000303
3 MIS time in seconds: 0.000104
7 MIS time in seconds: 0.000168
8 MIS time in seconds: 0.000111
13 MIS time in seconds: 0.006087
14 MIS time in seconds: 0.000048
18 MIS time in seconds: 0.000112
19 MIS time in seconds: 0.000052
24 MIS time in seconds: 0.000451
25 MIS time in seconds: 0.000027
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Demo/Output/
H A Dmis_demo.out2 MIS time in seconds: 0.000303
3 MIS time in seconds: 0.000104
7 MIS time in seconds: 0.000168
8 MIS time in seconds: 0.000111
13 MIS time in seconds: 0.006087
14 MIS time in seconds: 0.000048
18 MIS time in seconds: 0.000112
19 MIS time in seconds: 0.000052
24 MIS time in seconds: 0.000451
25 MIS time in seconds: 0.000027
[all …]

12345678910>>...762