ceil 87 Zend/zend_operators.h dmod = ceil(dmod) + two_pow_32; ceil 4361 ext/gd/gd.c add_next_index_long(return_value, (int) ceil(((double) str_bbox.llx)*sz/1000)); ceil 4362 ext/gd/gd.c add_next_index_long(return_value, (int) ceil(((double) str_bbox.lly)*sz/1000)); ceil 4363 ext/gd/gd.c add_next_index_long(return_value, (int) ceil(((double) str_bbox.urx)*sz/1000)); ceil 4364 ext/gd/gd.c add_next_index_long(return_value, (int) ceil(((double) str_bbox.ury)*sz/1000)); ceil 924 ext/gd/libgd/gd_interpolation.c windows_size = 2 * (int)ceil(width_d) + 1; ceil 931 ext/gd/libgd/gd_interpolation.c int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); ceil 672 ext/hash/hash.c digest_length = (long) ceil((float) length / 2.0); ceil 675 ext/hash/hash.c loops = (long) ceil((float) digest_length / (float) ops->digest_size); ceil 58 ext/intl/dateformat/dateformat_parse.c ZVAL_DOUBLE(return_value, result<0?ceil(result):floor(result)); ceil 2872 ext/standard/basic_functions.c PHP_FE(ceil, arginfo_ceil) ceil 121 ext/standard/math.c tmp_value = ceil(value - 0.5); ceil 123 ext/standard/math.c (mode == PHP_ROUND_HALF_EVEN && value == (-0.5 + 2 * ceil(tmp_value/2.0))) || ceil 124 ext/standard/math.c (mode == PHP_ROUND_HALF_ODD && value == (-0.5 + 2 * ceil(tmp_value/2.0) + 1.0))) ceil 307 ext/standard/math.c PHP_FUNCTION(ceil) ceil 317 ext/standard/math.c RETURN_DOUBLE(ceil(Z_DVAL_PP(value))); ceil 55 ext/standard/php_math.h PHP_FUNCTION(ceil); ceil 74 ext/standard/uuencode.c p = *dest = safe_emalloc((size_t) ceil(src_len * 1.38), 1, 46); ceil 132 ext/standard/uuencode.c p = *dest = safe_emalloc((size_t) ceil(src_len * 0.75), 1, 1);