Lines Matching refs:abs
704 abs(offset->offset / 3600), in date_format()
705 abs((offset->offset % 3600) / 60)); in date_format()
782 localtime ? abs(offset->offset / 3600) : 0, in date_format()
784 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
801 abs(offset->offset / 3600), in date_format()
802 abs((offset->offset % 3600) / 60) in date_format()
815 localtime ? abs(offset->offset / 3600) : 0, in date_format()
816 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
824 localtime ? abs(offset->offset / 3600) : 0, in date_format()
825 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
936 abs(offset->offset / 3600), in php_idate()
937 abs((offset->offset % 3600) / 60)); in php_idate()
1954 abs(utc_offset / 3600), in date_object_to_hash()
1955 abs(((utc_offset % 3600) / 60))); in date_object_to_hash()
2087 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
2088 abs((int)(utc_offset % 3600) / 60), in php_timezone_to_string()
2089 abs(seconds)); in php_timezone_to_string()
2550 if (UNEXPECTED(abs(usec) == 1000000)) { in php_date_initialize_from_ts_double()