Home
last modified time | relevance | path

Searched refs:mytime (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/dports/audio/cpige/cpige-1.5/
H A Dmytime.c11 struct tm *mytime; in getLocalTime() local
27 if (mytime == NULL) in getLocalTime()
35 return mytime; in getLocalTime()
40 struct tm *mytime; in getHour() local
46 free(mytime); in getHour()
54 struct tm *mytime; in getDayName() local
60 free(mytime); in getDayName()
107 free(mytime); in getSec()
120 free(mytime); in getMinute()
133 free(mytime); in getYear()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dprint_time.h24 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_intractable()
26 RIN_TIME__GET_BOTH(mytime)); in fc_solve_print_intractable()
31 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_unsolved()
33 "Unsolved " FCS_B_AT_FMT "\n", board_num, RIN_TIME__GET_BOTH(mytime)); in fc_solve_print_unsolved()
38 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_started_at()
39 printf("Started at " RIN_TIME_FMT "\n", RIN_TIME__GET_BOTH(mytime)); in fc_solve_print_started_at()
45 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_reached_no_iters()
51 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_reached()
53 board_num, RIN_TIME__GET_BOTH(mytime), in fc_solve_print_reached()
59 const_AUTO(mytime, rinutils_get_time()); in fc_solve_print_finished()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dio_utils.f90109 character(len=15) :: mydate, mytime local
137 call date_and_time(mydate,mytime)
143 '(s) at ', mytime(1:2)//':'//mytime(3:4)//':'//mytime(5:6)//'.'
170 character(len=15) :: mydate, mytime local
207 '[ ', mytime(1:2)//':'//mytime(3:4)//':'//mytime(5:6), ' | ', &
227 character(len=15) :: mydate, mytime local
232 call date_and_time(mydate,mytime)
234 ' at ', mytime(1:2)//':'//mytime(3:4)//':'//mytime(5:6)//'.'
237 write(mytime,'(i8)') idnint(dt)
264 call date_and_time(mydate,mytime)
[all …]
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dtimer.c48 typedef LARGE_INTEGER mytime; typedef
50 static mytime get_time(void) in get_time()
52 mytime tv; in get_time()
57 static double elapsed(mytime t1, mytime t0) in elapsed()
70 typedef struct timeval mytime; typedef
72 static mytime get_time(void) in get_time()
79 static double elapsed(mytime t1, mytime t0) in elapsed()
119 static mytime t0[BENCH_NTIMERS];
129 mytime t1; in timer_stop()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dtimer.c48 typedef LARGE_INTEGER mytime; typedef
50 static mytime get_time(void) in get_time()
52 mytime tv; in get_time()
57 static double elapsed(mytime t1, mytime t0) in elapsed()
70 typedef struct timeval mytime; typedef
72 static mytime get_time(void) in get_time()
79 static double elapsed(mytime t1, mytime t0) in elapsed()
119 static mytime t0[BENCH_NTIMERS];
129 mytime t1; in timer_stop()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dtimer.c48 typedef LARGE_INTEGER mytime; typedef
50 static mytime get_time(void) in get_time()
52 mytime tv; in get_time()
57 static double elapsed(mytime t1, mytime t0) in elapsed()
70 typedef struct timeval mytime; typedef
72 static mytime get_time(void) in get_time()
79 static double elapsed(mytime t1, mytime t0) in elapsed()
119 static mytime t0[BENCH_NTIMERS];
129 mytime t1; in timer_stop()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dtimer.c48 typedef LARGE_INTEGER mytime; typedef
50 static mytime get_time(void) in get_time()
52 mytime tv; in get_time()
57 static double elapsed(mytime t1, mytime t0) in elapsed()
70 typedef struct timeval mytime; typedef
72 static mytime get_time(void) in get_time()
79 static double elapsed(mytime t1, mytime t0) in elapsed()
119 static mytime t0[BENCH_NTIMERS];
129 mytime t1; in timer_stop()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dunitim.c549 mytime += dta; in unitim_()
551 mytime = (mytime - jd2000) * secspd; in unitim_()
553 mytime = (mytime - jd2000) * secspd; in unitim_()
555 mytime = (mytime - jd2000) * secspd; in unitim_()
565 tdt = mytime; in unitim_()
567 mytime = tdb; in unitim_()
690 tdb = mytime; in unitim_()
696 mytime = tdt; in unitim_()
705 mytime = mytime / secspd + jd2000; in unitim_()
707 mytime = mytime / secspd + jd2000; in unitim_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dunitim.c549 mytime += dta; in unitim_()
551 mytime = (mytime - jd2000) * secspd; in unitim_()
553 mytime = (mytime - jd2000) * secspd; in unitim_()
555 mytime = (mytime - jd2000) * secspd; in unitim_()
565 tdt = mytime; in unitim_()
567 mytime = tdb; in unitim_()
690 tdb = mytime; in unitim_()
696 mytime = tdt; in unitim_()
705 mytime = mytime / secspd + jd2000; in unitim_()
707 mytime = mytime / secspd + jd2000; in unitim_()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/period/r/
H A Dcreate.result14 period for mytime(s,e));
34 period for mytime(s,e));
37 period for mytime(s,e));
40 period for mytime(s,e));
43 period for mytime(s,e));
46 period for mytime(s,x));
53 period for mytime(s,e),
59 period for mytime(s,e));
68 period for mytime(s,e));
73 period for mytime(s,e));
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/period/r/
H A Dcreate.result14 period for mytime(s,e));
34 period for mytime(s,e));
37 period for mytime(s,e));
40 period for mytime(s,e));
43 period for mytime(s,e));
46 period for mytime(s,x));
53 period for mytime(s,e),
59 period for mytime(s,e));
68 period for mytime(s,e));
73 period for mytime(s,e));
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/period/r/
H A Dcreate.result14 period for mytime(s,e));
34 period for mytime(s,e));
37 period for mytime(s,e));
40 period for mytime(s,e));
43 period for mytime(s,e));
46 period for mytime(s,x));
53 period for mytime(s,e),
59 period for mytime(s,e));
68 period for mytime(s,e));
73 period for mytime(s,e));
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/period/r/
H A Dcreate.result14 period for mytime(s,e));
34 period for mytime(s,e));
37 period for mytime(s,e));
40 period for mytime(s,e));
43 period for mytime(s,e));
46 period for mytime(s,x));
53 period for mytime(s,e),
59 period for mytime(s,e));
68 period for mytime(s,e));
73 period for mytime(s,e));
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/period/t/
H A Dcreate.test6 period for mytime(s,e));
21 period for mytime(s,e));
24 period for mytime(s,e));
27 period for mytime(s,e));
30 period for mytime(s,e));
33 period for mytime(s,x));
42 period for mytime(s,e),
49 period for mytime(s,e));
59 period for mytime(s,e));
65 period for mytime(s,e));
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/period/t/
H A Dcreate.test6 period for mytime(s,e));
21 period for mytime(s,e));
24 period for mytime(s,e));
27 period for mytime(s,e));
30 period for mytime(s,e));
33 period for mytime(s,x));
42 period for mytime(s,e),
49 period for mytime(s,e));
59 period for mytime(s,e));
65 period for mytime(s,e));
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/period/t/
H A Dcreate.test6 period for mytime(s,e));
21 period for mytime(s,e));
24 period for mytime(s,e));
27 period for mytime(s,e));
30 period for mytime(s,e));
33 period for mytime(s,x));
42 period for mytime(s,e),
49 period for mytime(s,e));
59 period for mytime(s,e));
65 period for mytime(s,e));
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/period/t/
H A Dcreate.test6 period for mytime(s,e));
21 period for mytime(s,e));
24 period for mytime(s,e));
27 period for mytime(s,e));
30 period for mytime(s,e));
33 period for mytime(s,x));
42 period for mytime(s,e),
49 period for mytime(s,e));
59 period for mytime(s,e));
65 period for mytime(s,e));
[all …]
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dgreeting.cc62 char mytime[ISO8601SIZE]; in showGreeting() local
63 unsigned int size = strftime(mytime, sizeof(mytime), in showGreeting()
65 if (size >= sizeof(mytime) || size == 0) in showGreeting()
66 mytime[0] = 0; in showGreeting()
76 << mytime << endl; in showGreeting()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChMarker.cpp167 void ChMarker::UpdateTime(double mytime) { in UpdateTime() argument
172 ChTime = mytime; in UpdateTime()
187 csys.pos.x() = motion_X->Get_y(mytime); in UpdateTime()
188 csys.pos.y() = motion_Y->Get_y(mytime); in UpdateTime()
189 csys.pos.z() = motion_Z->Get_y(mytime); in UpdateTime()
194 csys_dt.pos.x() = motion_X->Get_y_dx(mytime); in UpdateTime()
205 ang = motion_ang->Get_y(mytime); in UpdateTime()
206 ang_dt = motion_ang->Get_y_dx(mytime); in UpdateTime()
207 ang_dtdt = motion_ang->Get_y_dxdx(mytime); in UpdateTime()
243 void ChMarker::Update(double mytime) { in Update() argument
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/libMesh/
H A Dchrono.h17 typedef struct mytime { struct
21 } mytime; argument
25 void chrono(int cmode,mytime *ptt);
26 double gttime(mytime t);
27 void tminit(mytime *t,int maxtim);
/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dchrono.h41 typedef struct mytime { struct
45 } mytime; argument
48 void chrono(int cmode, mytime *ptt);
49 double gttime(mytime t);
50 void tminit(mytime *t, int maxtim);
/dports/sysutils/cpu-x/CPU-X-4.0.1/src/bandwidth/
H A Dmain.c489 mytime () in mytime() function
643 t0 = mytime (); in do_write()
861 t0 = mytime (); in do_read()
1043 t0 = mytime (); in do_copy()
1176 t0 = mytime (); in fb_readwrite()
1198 t0 = mytime (); in fb_readwrite()
1236 t0 = mytime (); in register_test()
1258 t0 = mytime (); in register_test()
1281 t0 = mytime (); in register_test()
1589 t = mytime (); in library_test()
[all …]
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_lease.c36 db_timespec mytime; local
45 timespecclear(&mytime);
61 __os_gettime(env, &mytime, 0);
73 rep->grant_expire = mytime;
113 db_timespec mytime; local
120 timespecclear(&mytime);
121 __os_gettime(env, &mytime, 0);
521 db_timespec exptime, mytime; local
545 __os_gettime(env, &mytime, 0);
548 (u_long)mytime.tv_sec, (u_long)mytime.tv_nsec,
[all …]
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep_lease.c36 db_timespec mytime; local
45 timespecclear(&mytime);
51 __os_gettime(env, &mytime, 1);
63 rep->grant_expire = mytime;
103 db_timespec mytime; local
110 timespecclear(&mytime);
111 __os_gettime(env, &mytime, 1);
505 db_timespec exptime, mytime; local
529 __os_gettime(env, &mytime, 1);
532 (u_long)mytime.tv_sec, (u_long)mytime.tv_nsec,
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_bltc201/
H A DFvese - Rebirth.milk77 per_frame_14=ob_size=mytime*q3;
78 per_frame_15=ib_a=1-mytime+bass;
82 per_frame_19=mytime=.5;
83 per_frame_20=q1=sin(time*mytime*4);
84 per_frame_21=q2=sin(time*mytime*2);
90 per_pixel_2=dx=.01*atan((rad)+q2*sin((xpos*dx)*10+mytime*5));
91 per_pixel_3=dy=.01*atan((rad)+q2*sin((ypos*dy)*10+mytime*5));

12345678910>>...39