Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 25 of 41) sorted by last modified time

12

/php-src/ext/standard/
H A Dimage.c133 result->height = abs((int32_t)result->height); in php_handle_bmp()
H A Dbasic_functions.stub.php3132 function abs(int|float $num): int|float {}
H A Dbasic_functions_arginfo.h2750 ZEND_FUNCTION(abs);
H A Dmath.c173 exponent = php_intpow10(abs(places)); in _php_math_round()
215 if (abs(places) < 23) { in _php_math_round()
244 PHP_FUNCTION(abs) in PHP_FUNCTION() argument
/php-src/ext/gmp/
H A Dgmp.c654 num_len = mpz_sizeinbase(gmpnum, abs(base)); in gmp_strval()
/php-src/ext/date/
H A Dphp_date.c705 abs(offset->offset / 3600), in date_format()
780 localtime ? abs(offset->offset / 3600) : 0, in date_format()
799 abs(offset->offset / 3600), in date_format()
800 abs((offset->offset % 3600) / 60) in date_format()
813 localtime ? abs(offset->offset / 3600) : 0, in date_format()
822 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1950 abs(utc_offset / 3600), in date_object_to_hash()
1951 abs(((utc_offset % 3600) / 60))); in date_object_to_hash()
2083 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
2084 abs((int)(utc_offset % 3600) / 60), in php_timezone_to_string()
[all …]
/php-src/build/
H A Dltmain.sh5744 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
5745 *) abs=`pwd`"/$lib" ;;
5747 newdlfiles="$newdlfiles $abs"
5753 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
5754 *) abs=`pwd`"/$lib" ;;
5756 newdlprefiles="$newdlprefiles $abs"
/php-src/ext/gd/libgd/
H A Dgd.c1032 dx = abs (x2 - x1); in gdImageLine()
1033 dy = abs (y2 - y1); in gdImageLine()
1229 if (abs((int)dx) > abs((int)dy)) { in gdImageAALine()
1299 dx = abs(x2 - x1); in gdImageDashedLine()
1300 dy = abs(y2 - y1); in gdImageDashedLine()
H A Dgd_interpolation.c2333 end_x = bbox.width + abs(bbox.x); in gdTransformAffineCopy()
2334 end_y = bbox.height + abs(bbox.y); in gdTransformAffineCopy()
/php-src/sapi/litespeed/
H A Dlsapilib.c3099 if ( abs( g_prefork_server->m_iCurChildren - count ) > 1 ) in lsapi_check_child_status()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c291 if (nbytes < CAST(size_t, abs(compr[i].maglen))) in file_zmagic()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3041 if(abs(offset)>(((1<<(9+9))-1)>>1))
/php-src/ext/soap/
H A Dphp_encoding.c2889 …st ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezone - 3600 : _timezone) / 3… in to_xml_datetime_ex()
2891 …isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone - 3600 : timezone) / 36… in to_xml_datetime_ex()
/php-src/ext/standard/tests/file/
H A Dfile.inc614 } elseif (abs($stat1[ $fields[$index] ] - $stat2[ $fields[$index] ]) > 2) {
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt76 var_dump($diff >= 1 || 1 - abs($diff) < .05);
84 var_dump($diff < 1 || abs(1 - abs($diff)) < .05);
H A Dbug69752.phpt48 if (abs($first_time_usage - $usage) > 3){
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6719 ### Specifications: https://arxiv.org/abs/cs/0608052
H A Dmagic6719 ### Specifications: https://arxiv.org/abs/cs/0608052
/php-src/ext/mbstring/tests/
H A Dmb_strimwidth.phpt180 if ($width >= 3 && ($from >= 0 || $width <= abs($from))) {
/php-src/ext/standard/tests/hrtime/
H A Dhrtime.phpt18 $d = abs($d0 - $d1)/$d1;
/php-src/ext/date/lib/
H A Dtm2unixtime.c183 time->d -= (7 - (abs(time->relative.weekday) - current_dow)); in do_adjust_for_weekday()
/php-src/Zend/
H A Dzend_long.h105 # define ZEND_ABS abs
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini2386 [Mozilla/5.0 (compatible; Scrubby/*; http://www.scrubtheweb.com/abs/meta-check.html)]
/php-src/ext/standard/tests/math/
H A Dpow.phpt12 return abs(($left-$right) / $left) < 1e-12;
H A Dround.phpt12 return abs(($left-$right) / $left) < 1e-12;

Completed in 453 milliseconds

12