Home
last modified time | relevance | path

Searched refs:sse (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/date/lib/
H A Dunixtime2tm.c77 tm->sse = ts; in timelib_unixtime2gmt()
85 timelib_sll sse; in timelib_update_from_sse() local
89 sse = tm->sse; in timelib_update_from_sse()
103 timelib_unixtime2gmt(tm, tm->sse + offset); in timelib_update_from_sse()
109 timelib_unixtime2gmt(tm, tm->sse); in timelib_update_from_sse()
113 tm->sse = sse; in timelib_update_from_sse()
133 tm->sse = ts; in timelib_unixtime2local()
144 tm->sse = ts; in timelib_unixtime2local()
195 gmt_offset = timelib_get_time_zone_info(t->sse, tz); in timelib_set_timezone()
230 timelib_unixtime2local(t, t->sse); in timelib_apply_localtime()
[all …]
H A Dinterval.c64 ((*one)->sse > (*two)->sse) || in sort_old_to_new()
65 ((*one)->sse == (*two)->sse && (*one)->us > (*two)->us) in sort_old_to_new()
99 if (two->sse < one->sse) { in timelib_diff_with_tzid()
112 if ((two->sse - one->sse + dst_corr) < SECS_PER_DAY) { in timelib_diff_with_tzid()
123 …!((one->sse + SECS_PER_DAY > trans_transition_time) && (one->sse + SECS_PER_DAY <= (trans_transiti… in timelib_diff_with_tzid()
124 two->sse >= trans_transition_time && in timelib_diff_with_tzid()
125 ((two->sse - one->sse + dst_corr) % SECS_PER_DAY) > (two->sse - trans_transition_time) in timelib_diff_with_tzid()
131 } else if (two->sse - one->sse >= SECS_PER_DAY) { in timelib_diff_with_tzid()
136 if (two->sse >= trans_transition_time - dst_corr && two->sse < trans_transition_time) { in timelib_diff_with_tzid()
204 days = fabs(floor(one->sse - two->sse) / 86400); in timelib_diff_days()
[all …]
H A Dastro.c228 old_sse = t_loc->sse; in timelib_astro_rise_set_altitude()
243 timestamp = t_utc->sse; in timelib_astro_rise_set_altitude()
268 *ts_transit = t_utc->sse + (tsouth * 3600); in timelib_astro_rise_set_altitude()
273 *ts_rise = *ts_set = t_utc->sse + (tsouth * 3600); in timelib_astro_rise_set_altitude()
278 *ts_rise = t_loc->sse - (12 * 3600); in timelib_astro_rise_set_altitude()
279 *ts_set = t_loc->sse + (12 * 3600); in timelib_astro_rise_set_altitude()
284 *ts_rise = ((tsouth - t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
285 *ts_set = ((tsouth + t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
294 t_loc->sse = old_sse; in timelib_astro_rise_set_altitude()
H A Dtm2unixtime.c372 tz->sse += -tz->z; in do_adjust_timezone()
378 tz->sse += (-tz->z - tz->dst * SECS_PER_HOUR); in do_adjust_timezone()
402 …timelib_get_time_zone_offset_info(tz->sse, tzi, &current_offset, &current_transition_time, &curren… in do_adjust_timezone()
413 if ((earlier_offset != after_offset) && (tz->sse - earlier_offset < after_transition_time)) { in do_adjust_timezone()
423 if ((later_offset != after_offset) && (tz->sse - later_offset >= later_transition_time)) { in do_adjust_timezone()
435 ((tz->sse - actual_offset) >= (actual_transition_time + (current_offset - actual_offset))) && in do_adjust_timezone()
436 ((tz->sse - actual_offset) < actual_transition_time) in do_adjust_timezone()
445 tz->sse += adjustment; in do_adjust_timezone()
479 time->sse = timelib_hms_to_seconds(time->h, time->i, time->s); in timelib_update_ts()
480 time->sse += timelib_epoch_days_from_time(time) * (SECS_PER_DAY / 2); in timelib_update_ts()
[all …]
H A Dtimelib.c77 if (t1->sse == t2->sse) { in timelib_time_compare()
85 return (t1->sse < t2->sse) ? -1 : 1; in timelib_time_compare()
174 ts = d->sse; in timelib_date_to_int()
185 return (timelib_long) d->sse; in timelib_date_to_int()
311 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
H A Dtimelib.h261 timelib_sll sse; /* Seconds since epoch */ member
H A Dparse_tz.c946 timelib_get_time_zone_offset_info(t->sse, t->tz_info, &offset, NULL, NULL); in timelib_get_current_offset()
H A Dparse_date.re2462 s->time->sse = tmp;
H A Dparse_date.c25312 s->time->sse = tmp; in timelib_parse_from_format_with_map()
/php-src/ext/date/
H A Dphp_date.c751 int retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in date_format()
966 retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in php_idate()
1587 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
5594 t2->sse = rise; in PHP_FUNCTION()
5596 t2->sse = set; in PHP_FUNCTION()
5614 t2->sse = rise; in PHP_FUNCTION()
5616 t2->sse = set; in PHP_FUNCTION()
5632 t2->sse = rise; in PHP_FUNCTION()
5634 t2->sse = set; in PHP_FUNCTION()
5650 t2->sse = rise; in PHP_FUNCTION()
[all …]
/php-src/win32/build/
H A Dconfig.w32.phpize.in140 Available optimization names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
H A Dconfig.w32396 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
/php-src/.github/workflows/
H A Dpush.yml230 # ASLR can cause a lot of noise due to missed sse opportunities for memcpy
/php-src/build/
H A Dphp.m42644 return __builtin_cpu_supports("sse")? 1 : 0;

Completed in 70 milliseconds