Lines Matching refs:abs
706 abs(offset->offset / 3600), in date_format()
707 abs((offset->offset % 3600) / 60)); in date_format()
784 localtime ? abs(offset->offset / 3600) : 0, in date_format()
786 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
803 abs(offset->offset / 3600), in date_format()
804 abs((offset->offset % 3600) / 60) in date_format()
817 localtime ? abs(offset->offset / 3600) : 0, in date_format()
818 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
826 localtime ? abs(offset->offset / 3600) : 0, in date_format()
827 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
929 abs(offset->offset / 3600), in php_idate()
930 abs((offset->offset % 3600) / 60)); in php_idate()
1945 abs(utc_offset / 3600), in date_object_to_hash()
1946 abs(((utc_offset % 3600) / 60))); in date_object_to_hash()
2078 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
2079 abs((int)(utc_offset % 3600) / 60), in php_timezone_to_string()
2080 abs(seconds)); in php_timezone_to_string()