Home
last modified time | relevance | path

Searched refs:extime (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/test/
H A Dtest_extime.py8 from epsilon import extime
74 self.assertEquals(extime.Time.fromStructTime(now), extime.Time.fromStructTime(now))
76 extime.Time.fromStructTime(now),
80 aTime = extime.Time.fromStructTime(now)
112 time = extime.Time.fromHumanly(
266 extime.Time.fromRFC2822(
271 extime.Time.fromRFC2822(
285 extime.Time.fromPOSIXTimestamp(
290 extime.Time.fromPOSIXTimestamp(
469 'extime': extime}
[all …]
/dports/comms/libfec/fec-3.0.1/
H A Drs_speedtest.c14 double extime; in main() local
32extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru… in main()
34 …rintf("Execution time for %d Reed-Solomon blocks using general decoder: %.2f sec\n",trials,extime); in main()
35 printf("decoder speed: %g bits/s\n",trials*223*8/extime); in main()
48extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru… in main()
49 printf("Execution time for %d Reed-Solomon blocks using CCSDS decoder: %.2f sec\n",trials,extime); in main()
50 printf("decoder speed: %g bits/s\n",trials*223*8/extime); in main()
H A Dvtest27.c49 double extime; local
178extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru…
180 framebits,extime);
181 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
H A Dvtest29.c49 double extime; local
177extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru…
179 framebits,extime);
180 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
H A Dvtest39.c49 double extime; local
178extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru…
180 framebits,extime);
181 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
H A Dvtest615.c51 double extime; local
185extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru…
187 framebits,extime);
188 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/bench/
H A Dbench.c52 float extime; member
307 double extime; in estimate_cpu_clock() local
329 extime = calculate_execution_time(start, finish); in estimate_cpu_clock()
334 printf("%12lu trials in %8.3f ms, s = %6u\n", n, extime*1e3, s); in estimate_cpu_clock()
335 } while (extime < 0.5 && n < (1<<28)); in estimate_cpu_clock()
338 cpu_clock = 9.5 * n / extime; in estimate_cpu_clock()
340 printf(" performed %ld trials in %5.1f ms\n", n, extime * 1e3); in estimate_cpu_clock()
370 _benchmark->extime = calculate_execution_time(start, finish); in execute_benchmark()
373 if (_benchmark->extime >= runtime) { in execute_benchmark()
428 float extime_format = _b->extime; in print_benchmark_results()
[all …]
H A Dfftbench.c64 float extime; // execution time member
288 benchmark.extime = 0.0f; in fftbench_execute()
369 benchmark.extime = 0.0f; in fftbench_execute()
411 _benchmark->extime = calculate_execution_time(start, finish); in execute_benchmark_fft()
414 if (_benchmark->extime >= _runtime) { in execute_benchmark_fft()
426 _benchmark->time_per_trial = _benchmark->extime / (float)_benchmark->num_trials; in execute_benchmark_fft()
521 _benchmark->extime, in benchmark_print_to_file()
535 _benchmark->extime * 1e3f, in benchmark_print()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/fec/test/
H A Drs_speedtest.c14 double extime; in main() local
32extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru… in main()
34 …rintf("Execution time for %d Reed-Solomon blocks using general decoder: %.2f sec\n",trials,extime); in main()
35 printf("decoder speed: %g bits/s\n",trials*223*8/extime); in main()
/dports/math/simd-viterbi/simd-viterbi-2.0.3/
H A Dvtest27.c30 double extime; local
99 extime = ((double)(finish.tms_utime-start.tms_utime))/CLK_TCK;
101 framebits,extime);
102 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
H A Dvtest29.c30 double extime; local
102 extime = ((double)(finish.tms_utime-start.tms_utime))/CLK_TCK;
104 framebits,extime);
105 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
/dports/science/R-cran-Epi/Epi/R/
H A DaddDrug.Lexis.R28 lex.id <- dop <- extime <- NULL functionVar
72 pdat$extime <- pdat$dop + maxt
75 pdat$extime <- pdat$dop + pdat$amt / pdat$apt + grace
79 mutate(extime = dop +
87 filter(extime < c(dop[-1],Inf)) %>%
88 mutate(dop = extime, amt = 0) %>%
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/
H A Dnewbench_example.c98 double extime; in main() local
108 extime = calculate_execution_time(start,finish); in main()
109 cycles_per_trial = cpuclock * extime / (double)(num_trials); in main()
/dports/devel/py-epsilon/epsilon-0.8.0/
H A DNEWS.rst21 - An ``asRFC1123`` method was added to ``extime.Time``.
79 - ``extime.Time.asHumanly`` no longer shows a time of day for all-day
91 - ``extime.Time`` now accepts RFC2822-like dates with invalid fields: it
95 - ``extime.Time`` now accepts RFC2822-like dates with no timezone.
101 - ``extime.Time`` now avoids ``time_t`` overflow bugs.
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/mrtg.php/
H A Dmrtg.php22 $extime = gmDate("D") . "," . gmDate("d M Y H:i:s") . "GMT"; variable
29 <META HTTP-EQUIV="Expires" CONTENT="<?php echo $extime; ?>">
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Dm88k.h115 extime, member
421 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/avr-gdb/gdb-7.3.1/include/opcode/
H A Dm88k.h116 extime, member
422 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Dm88k.h115 extime, member
421 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/opcode/
H A Dm88k.h116 extime, member
422 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A Dm88k.h116 extime, member
422 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/opcode/
H A Dm88k.h115 extime, member
421 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/opcode/
H A Dm88k.h114 extime, in attributes()
420 extime, /* execution time (min number of clocks needed to execute). */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/opcode/
H A Dm88k.h114 extime,
420 extime, /* execution time (min number of clocks needed to execute). */
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Dm88k.h115 extime, member
421 extime, /* execution time (min number of clocks needed to execute). */ member
/dports/devel/djgpp-binutils/binutils-2.17/include/opcode/
H A Dm88k.h115 extime, member
421 extime, /* execution time (min number of clocks needed to execute). */ member

12