Home
last modified time | relevance | path

Searched refs:t_hour (Results 1 – 20 of 20) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/tpcds/
H A Dq88.sql8 AND time_dim.t_hour = 8
23 AND time_dim.t_hour = 9
38 AND time_dim.t_hour = 9
53 AND time_dim.t_hour = 10
68 AND time_dim.t_hour = 10
83 AND time_dim.t_hour = 11
98 AND time_dim.t_hour = 11
113 AND time_dim.t_hour = 12
H A Dq90.sql7 AND time_dim.t_hour BETWEEN 8 AND 8 + 1
15 AND time_dim.t_hour BETWEEN 19 AND 19 + 1
H A Dq71.sql4 t_hour,
43 GROUP BY i_brand, i_brand_id, t_hour, t_minute
H A Dq96.sql6 AND time_dim.t_hour = 20
/dports/deskutils/peaclock/peaclock-0.4.3/src/ob/
H A Dtimer.hh145 inline static long int constexpr t_hour {t_minute * 60}; member in OB::Timer
146 inline static long int constexpr t_day {t_hour * 24};
186 sec += std::stol(t.at(5)) * t_hour; in string_to_seconds()
229 if (sec >= t_hour) in seconds_to_string()
231 fuzzy_string(t_hour, "h"); in seconds_to_string()
282 if (sec >= t_hour) in seconds_to_hms()
284 hour = calc(t_hour); in seconds_to_hms()
/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dtime.c18 int t_sec, t_min, t_hour, ret; in ts_time_encode_bcd() local
21 t_hour = (t_min - t_min % 60) / 60; in ts_time_encode_bcd()
22 t_min = t_min - t_hour * 60; in ts_time_encode_bcd()
24 ret = dec2bcd(t_hour) << 16; in ts_time_encode_bcd()
/dports/multimedia/bitstream/bitstream-1.5/dvb/si/
H A Ddatetime.h113 unsigned int t_sec, t_min, t_hour, ret; in dvb_time_encode_duration() local
116 t_hour = (t_min - t_min % 60) / 60; in dvb_time_encode_duration()
117 t_min = t_min - t_hour * 60; in dvb_time_encode_duration()
119 ret = dec2bcd(t_hour) << 16; in dvb_time_encode_duration()
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gse2/src/GSE_UTI/
H A Dgse_driver.c29 head.t_hour=9; /* */ in main()
45 head.d_year, head.d_mon, head.d_day, head.t_hour, in main()
76 head2.d_year, head2.d_mon, head2.d_day, head2.t_hour, in main()
H A Dgse_header.h6 int t_hour; member
H A Dgse_functions.c171 head->d_year, head->d_mon, head->d_day, head->t_hour, in write_header()
329 &hed->d_mon,&hed->d_day,&hed->t_hour,&hed->t_min,&hed->t_sec); in read_header()
/dports/audio/gmpc/gmpc-11.8.16/src/Widgets/
H A Dgmpc-progress.vala110 int t_hour = (int) this.total / 3600;
131 if(t_hour>0) {
132 a += "%02i:".printf(t_hour);
274 int t_hour = (int) this.total / 3600;
293 if(t_hour>0) {
294 a += "%02i:".printf(t_hour);
H A Dgmpc-progress.c141 gint t_hour; in gmpc_progress_motion_notify_event_callback() local
152 t_hour = ((gint) self->priv->total) / 3600; in gmpc_progress_motion_notify_event_callback()
200 if (t_hour > 0) { in gmpc_progress_motion_notify_event_callback()
204 _tmp11_ = g_strdup_printf ("%02i:", t_hour); in gmpc_progress_motion_notify_event_callback()
379 gint t_hour; in gmpc_progress_set_time() local
388 t_hour = ((gint) self->priv->total) / 3600; in gmpc_progress_set_time()
429 if (t_hour > 0) { in gmpc_progress_set_time()
433 _tmp11_ = g_strdup_printf ("%02i:", t_hour); in gmpc_progress_set_time()
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.FilterAPI.php357 $t_hour = $t_time['hour'];
363 if( $t_hour == 0 ) {
364 $t_hour = 23;
368 $t_date->setTime( $t_hour, $t_min, $t_sec );
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_resultslist.py42 t_hour, _n = res.get_atoms("1", "Xe135", time_units="h")
43 assert t_hour == pytest.approx(t_ref / (60 * 60))
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_resultslist.py42 t_hour, _n = res.get_atoms("1", "Xe135", time_units="h")
43 assert t_hour == pytest.approx(t_ref / (60 * 60))
/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/periodograms/lombscargle/tests/
H A Dtest_lombscargle.py268 t_hour = u.Quantity(t_day, 'hour')
274 assert_quantity_allclose(t_day, t_hour)
283 freq_hour, P2 = LombScargle(t_hour, y_millimeter, dy).autopower()
295 P4 = LombScargle(t_hour, y_meter, dy).power(freq_day)
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/degrib/
H A Dtdlpack.cpp142 uChar hour, t_hour; /* The reference hour, and a consistency test */ in ReadTDLPSect1() local
175 t_hour = li_temp - t_day * 100; in ReadTDLPSect1()
177 (t_hour != hour)) { in ReadTDLPSect1()
591 uChar hour, t_hour; /* The reference hour, and a consistency test */ in TDLP_RefTime() local
633 t_hour = li_temp - t_day * 100; in TDLP_RefTime()
636 (t_hour != hour)) { in TDLP_RefTime()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dtdlpack.cpp145 uChar hour, t_hour; /* The reference hour, and a consistency test */
181 t_hour = li_temp - t_day * 100;
183 (t_hour != hour)) {
608 uChar hour, t_hour; /* The reference hour, and a consistency test */
653 t_hour = li_temp - t_day * 100;
656 (t_hour != hour)) {
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dtdlpack.cpp145 uChar hour, t_hour; /* The reference hour, and a consistency test */
181 t_hour = li_temp - t_day * 100;
183 (t_hour != hour)) {
608 uChar hour, t_hour; /* The reference hour, and a consistency test */
653 t_hour = li_temp - t_day * 100;
656 (t_hour != hour)) {
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dtdlpack.cpp145 uChar hour, t_hour; /* The reference hour, and a consistency test */
181 t_hour = li_temp - t_day * 100;
183 (t_hour != hour)) {
608 uChar hour, t_hour; /* The reference hour, and a consistency test */
653 t_hour = li_temp - t_day * 100;
656 (t_hour != hour)) {