Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 49) sorted by last modified time

12

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc5289 | stp x2, x3, [sp, #-16]!
H A Dir.h333 _(VA_START, x2, src, def, ___) /* va_start(va_list) */ \
334 _(VA_END, x2, src, def, ___) /* va_end(va_list) */ \
336 _(VA_ARG, x2, src, def, ___) /* va_arg(va_list) */ \
364 _(EXITCALL, x2, src, def, ___) /* save CPU regs and call op2 */ \
H A Dir_aarch64.h14 _(X2, x2, w2) \
/php-src/Zend/
H A Dzend_strtod.c1760 ULong *x, *x0, x1, x2; local
1768 x1 = x2 = x[n];
1771 if (x1 != x2)
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt40 0x2: Ag==
/php-src/ext/gd/libgd/
H A Dgd.c1065 x = x2; in gdImageLine()
1130 x = x2; in gdImageLine()
1317 x = x2; in gdImageDashedLine()
1367 x = x2; in gdImageDashedLine()
2074 x1 = x2; in gdImageRectangle()
2075 x2 = t; in gdImageRectangle()
2128 gdImageLine(im, x2, y1 + 1, x2, y2 - 1, color); in gdImageRectangle()
2144 x1 = x2; in _gdImageFilledHRectangle()
2145 x2 = x; in _gdImageFilledHRectangle()
2189 x2 = x; in _gdImageFilledVRectangle()
[all …]
H A Dgd_interpolation.c365 const double x2 = x*x; in filter_cubic_spline() local
367 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline()
381 const double x2 = x1 * x1; in filter_cubic_convolution() local
382 const double x2_x = x2 * x; in filter_cubic_convolution()
384 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution()
385 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution()
386 if (x <= 3.0) return ( (1.0/12.0) * x2_x - (2.0 / 3.0) * x2 + 1.75 * x - 1.5); in filter_cubic_convolution()
/php-src/ext/gd/
H A Dgd_arginfo.h348 ZEND_ARG_TYPE_INFO(0, x2, IS_LONG, 0)
470 ZEND_ARG_TYPE_INFO(0, x2, IS_LONG, 0)
H A Dgd.c2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2355 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2391 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3002 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3010 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION()
3020 int x1, y1, x2, y2; in PHP_FUNCTION() local
3028 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION()
[all …]
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4874 auto [ x2, y2 ] = f2();
/php-src/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt47 $x2 = $x1 + 19;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
/php-src/ext/dom/tests/
H A Dgh13012.phpt12 foreach ($dom->getElementsByTagName('x') as $x2) {
13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n";
14 var_dump($x1->isEqualNode($x2));
H A Dgh13012_ns.phpt12 foreach ($dom->getElementsByTagName('x') as $x2) {
13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n";
14 var_dump($x1->isEqualNode($x2));
/php-src/ext/hash/
H A Dhash_haval.c125 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
126 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
127 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) )
128 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
129 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
130 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \
132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
133 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt94 test("Successive &#x", "&#x&#x32;", "&#x2", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
171 Successive &#x: string(9) "&#x&#x32;" => string(4) "&#x2" (Good)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5393 >18 byte&0x2 =0
6472 >>36 belong&0x2 0x2 gotpic
7513 >6 leshort 0x2
8844 >6 byte&0x02 =0x2 [SRAM]
8846 >7 byte&0x03 =0x2 [PC10]
9597 >>>0x14 byte &0x2 #2
19614 >10 ubyte&0x2 =0x2 \b, no background
20911 >>4 ulelong 0x2 15-Bit,
20942 >>>>4 ulelong 0x2
21172 >0x50 ulelong&0x2 0x2 \b, alpha only
[all …]
H A Dmagic5393 >18 byte&0x2 =0
6472 >>36 belong&0x2 0x2 gotpic
7513 >6 leshort 0x2
8844 >6 byte&0x02 =0x2 [SRAM]
8846 >7 byte&0x03 =0x2 [PC10]
9597 >>>0x14 byte &0x2 #2
19614 >10 ubyte&0x2 =0x2 \b, no background
20911 >>4 ulelong 0x2 15-Bit,
20942 >>>>4 ulelong 0x2
21172 >0x50 ulelong&0x2 0x2 \b, alpha only
[all …]
/php-src/ext/mbstring/tests/data/
H A DBIG5.txt94 0x2 0x2
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt74 $x2 = array(array(2),2);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/php-src/ext/zlib/tests/
H A Dbug_40189.phpt10 $a = "\x3\x0\x85\x46\x2f\x7c\xc2\xaa\x69\x2b\x6d\xe5\xdb\xfe\xe4\x21\x8f\x0\x97\x21\x1d\x2\x0\x0\x0…
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt38 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13_64bit.phpt38 array(0x3, 0x4, 0x1, 0x2)
H A Dstrnatcasecmp_basic.phpt17 str_dump('x2-y7', 'x8-y8');
/php-src/ext/standard/tests/math/
H A Dfmod_basic.phpt23 0x2,

Completed in 265 milliseconds

12