Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 25 of 41) sorted by path

12

/php-src/Zend/asm/
H A Dmake_arm_aapcs_elf_gas.S62 @ compute abs address of label finish
H A Dmake_arm_aapcs_macho_gas.S59 @ compute abs address of label finish
H A Dmake_i386_ms_pe_masm.asm73 ; compute abs address of label trampoline
79 ; compute abs address of label finish
H A Dmake_mips32_o32_elf_gas.S75 # compute abs address of label finish
H A Dmake_mips64_n64_elf_gas.S72 # psudo instruction compute abs address of label finish based on GP
H A Dmake_ppc32_sysv_elf_gas.S97 # compute abs address of trampoline, use as PC
101 # compute abs address of label finish
H A Dmake_ppc32_sysv_xcoff_gas.S100 # compute abs address of label .L_finish
H A Dmake_ppc64_sysv_elf_gas.S140 # compute abs address of label finish
H A Dmake_ppc64_sysv_xcoff_gas.S112 # compute abs address of label .L_finish
/php-src/Zend/
H A Dzend_long.h105 # define ZEND_ABS abs
/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/date/lib/
H A Dtm2unixtime.c183 time->d -= (7 - (abs(time->relative.weekday) - current_dow)); in do_adjust_for_weekday()
/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/ext/fileinfo/libmagic/
H A Dcompress.c291 if (nbytes < CAST(size_t, abs(compr[i].maglen))) in file_zmagic()
/php-src/ext/fileinfo/tests/
H A Dmagic6719 ### Specifications: https://arxiv.org/abs/cs/0608052
H A Dmagic私はガラスを食べられます6719 ### Specifications: https://arxiv.org/abs/cs/0608052
/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/ext/gd/tests/
H A Dbug49600.phpt20 if ( abs($x[0] - $y[0]) > 1
21 || abs($x[2] - $y[2]) > 1
22 || abs($x[4] - $y[4]) > 1
23 || abs($x[6] - $y[6]) > 1 ) {
/php-src/ext/gmp/
H A Dgmp.c654 num_len = mpz_sizeinbase(gmpnum, abs(base)); in gmp_strval()
/php-src/ext/intl/tests/
H A Dcalendar_createInstance_basic.phpt22 var_dump(abs($timeMillis - $time * 1000) < 2000);
H A Dcalendar_getNow_basic.phpt13 var_dump(abs($now - $proc_now) < 500);
14 var_dump(abs($time * 1000 - $proc_now) < 2000);
/php-src/ext/mbstring/tests/
H A Dmb_strimwidth.phpt180 if ($width >= 3 && ($from >= 0 || $width <= abs($from))) {
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3041 if(abs(offset)>(((1<<(9+9))-1)>>1))
/php-src/ext/pdo_pgsql/tests/
H A Dbug69752.phpt48 if (abs($first_time_usage - $usage) > 3){

Completed in 246 milliseconds

12