Home
last modified time | relevance | path

Searched refs:timenow (Results 1 – 25 of 889) sorted by path

12345678910>>...36

/dports/astro/R-cran-maptools/maptools/R/
H A Dsun.R457 timenow <- hh + minutes / 60 + seconds / 3600 + zone functionVar
459 jc <- .cent2000JD(jd + timenow / 24)
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dtic.h20 double timenow();
/dports/astro/astrometry/astrometry.net-0.85/libkd/
H A Dtest_dualtree_nn.c59 t0 = timenow(); in test_nn_1()
73 printf("Naive took %g ms\n", 1000.0*(timenow() - t0)); in test_nn_1()
78 t0 = timenow(); in test_nn_1()
81 printf("Dualtree took %g ms\n", 1000.0*(timenow() - t0)); in test_nn_1()
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotxy.c78 t0 = timenow(); in plot_xy_plot()
167 t0 = timenow(); in plot_xy_plot()
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dcontrol-program.c140 double walltime = timenow() - cb->wall_start; in timer_callback()
351 t0 = timenow(); in main()
416 cb.wall_start = timenow(); in main()
485 t1 = timenow(); in main()
H A Dengine.c193 t0 = timenow(); in engine_add_index()
195 debug("index_load(\"%s\") took %g ms\n", path, 1000 * (timenow() - t0)); in engine_add_index()
H A Donefield.c297 double now = timenow(); in check_time_limits()
333 bp->time_total_start = timenow(); in onefield_run()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dlog.c43 logger->t0 = timenow(); in log_init_structure()
96 fprintf(logger->f, "[%6i: %.3f] ", (int)getpid(), timenow() - logger->t0); in loglvl()
H A Dtest_ioutils.c213 t0 = timenow(); in test_run_command()
215 printf("That took %g sec\n", timenow() - t0); in test_run_command()
H A Dtic.c22 double timenow() { in timenow() function
39 starttime2 = timenow(); in tic()
71 dtime2 = timenow() - starttime2; in toc()
/dports/astro/py-astral/astral-2.2/src/astral/
H A Dsun.py555 timenow = (
562 t = jday_to_jcentury(JD + timenow / 24.0)
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dblind.c312 double now = timenow(); in check_time_limits()
350 bp->time_total_start = timenow(); in blind_run()
H A Dengine.c200 t0 = timenow(); in engine_add_index()
202 debug("index_load(\"%s\") took %g ms\n", path, 1000 * (timenow() - t0)); in engine_add_index()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dtic.h25 double timenow();
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dlog.c45 logger->t0 = timenow(); in log_init_structure()
103 fprintf(logger->f, "[%6i: %.3f] ", (int)getpid(), timenow() - logger->t0); in loglvl()
105 fprintf(logger->f, "[ %.3f] ", timenow() - logger->t0); in loglvl()
H A Dtic.c52 double timenow() { in timenow() function
69 starttime2 = timenow(); in tic()
106 dtime2 = timenow() - starttime2; in toc()
/dports/audio/din/din-52/
H A DCHANGELOG1627 +++ timenow variable contains time elapsed in seconds from din start
1631 echo $timenow ;# just print number of seconds elapsed since din start on console
/dports/audio/din/din-52/src/factory/
H A Dchanger.patch.tcl14 set start $timenow
24 global timenow start
29 if {($timenow - $start) > $duration} { ;# time to change
52 set start $timenow ;# prep for next change
H A Dharmonics.patch.tcl24 global anim harmonics start timenow amount_ amount editor
34 global timenow start duration amount_ harmonics editor not_warned
35 if {($timenow - $start) > $duration} {
45 set start $timenow
48 set start $timenow
H A Dinit.tcl249 global timenow genesis
250 set elapsed [- $timenow $genesis]
261 set genesis $timenow ;# for uptime
/dports/audio/din/din-52/src/
H A Dmain.cc1536 const char* timenow = "timenow"; in main() local
1585 Tcl_UpdateLinkedVar (interpreter.interp, timenow); in main()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Animation/
H A Dmod.rs205 …pub unsafe fn Update(&self, timenow: f64) -> ::windows::runtime::Result<UI_ANIMATION_UPDATE_RESULT… in Update()
207 …:vtable(self).8)(::std::mem::transmute_copy(self), ::std::mem::transmute(timenow), &mut result__).… in Update()
287 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, timenow: f64, updateresult: *mut U…
327 …pub unsafe fn Update(&self, timenow: f64) -> ::windows::runtime::Result<UI_ANIMATION_UPDATE_RESULT… in Update()
415 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, timenow: f64, updateresult: *mut U…
666 …pub unsafe fn Schedule(&self, timenow: f64) -> ::windows::runtime::Result<UI_ANIMATION_SCHEDULING_… in Schedule()
735 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, timenow: f64, schedulingresult: *m…
788 …pub unsafe fn Schedule(&self, timenow: f64) -> ::windows::runtime::Result<UI_ANIMATION_SCHEDULING_… in Schedule()
860 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, timenow: f64, schedulingresult: *m…
1116 …pub unsafe fn OnUpdate(&self, timenow: f64) -> ::windows::runtime::Result<UI_ANIMATION_UPDATE_RESU… in OnUpdate()
[all …]
/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_player.cpp837 int timenow = static_cast<int>(mpd_status_get_elapsed_time(sInfo)); in on_new_status() local
841 if (timenow != song_previous_time) in on_new_status()
843 song_previous_time = timenow; in on_new_status()
845 if (timenow > song_total_time) in on_new_status()
846 timenow = song_total_time; in on_new_status()
847 ds_progress->setValue(timenow); in on_new_status()
858 timenow = song_total_time - timenow; in on_new_status()
863 nowtime += into_time(static_cast<int>(timenow)); in on_new_status()
/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dalignment.c2663 time_t timenow = time(NULL); in Alignment_display_gff_header() local
2664 register struct tm *tm_ptr = localtime(&timenow); in Alignment_display_gff_header()
/dports/biology/lamarc/lamarc-2.1.8/src/force/
H A Dtimemanager.cpp1308 while(timenow < lasteventtime) in MakeStickUsingBranches()
1321 double tend(std::min(lpnext->first,timenow)); in MakeStickUsingBranches()
1327 while(lpnext->first < timenow) in MakeStickUsingBranches()
1341 tend = std::min(lpnext->first,timenow); in MakeStickUsingBranches()
1342 weight = (tend-tstart)/(timenow-timeprev); in MakeStickUsingBranches()
1355 timeprev = timenow; in MakeStickUsingBranches()
1356 timenow = m_stair.back().GetRootendTime(); in MakeStickUsingBranches()
1371 while(timenow < endtime) in MakeStickTilTime()
1374 timenow = m_stair.back().GetRootendTime(); in MakeStickTilTime()
1957 timenow - m_posln/(*param)); in NextRootTime()
[all …]

12345678910>>...36