Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 58) sorted by path

123

/php-src/Zend/
H A DZend.m4254 while (i & ~0x1) {
H A Dzend_strtod.c1027 x1 = b1->x;
1029 *x1++ = 0;
1041 if ((*x1 = z))
1053 if (*x1 = z)
1058 *x1++ = *x++;
1729 x = x1 = b->x;
1742 x1++;
1746 *x1++ = *x++;
1769 x1 >>= k;
1770 x1 <<= k;
[all …]
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_elf_gas.S72 adr x1, finish
73 str x1, [x0, #0x98]
H A Dmake_arm64_aapcs_macho_gas.S69 adr x1, finish
73 str x1, [x0, #0x98]
H A Dmake_arm64_aapcs_pe_armasm.asm77 sub x3, x3, x1
91 adr x1, finish
92 str x1, [x0, #0x98]
/php-src/Zend/tests/
H A Dbug32296.phpt11 private function x1() {}
H A Dlist_mixed_nested_keyed_unkeyed.phpt11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
12 var_dump($x1, $y1, $x2, $y2);
21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints;
22 var_dump($x1, $y1, $x2, $y2);
/php-src/build/
H A Dphp.m42704 __m512i mask = _mm512_set1_epi32(0x1);
2732 __m512i mask = _mm512_set1_epi32(0x1);
H A Dphp_cxx_compile_stdcxx.m4863 int x1 : 2;
872 auto [ x1, y1 ] = f1();
/php-src/
H A Dconfigure.ac1325 void* base = (void *)syscall(451, 0, 0x20000, 0x1);
/php-src/ext/dom/tests/
H A Dgh13012.phpt11 foreach ($dom->getElementsByTagName('x') as $x1) {
13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n";
14 var_dump($x1->isEqualNode($x2));
H A Dgh13012_ns.phpt11 foreach ($dom->getElementsByTagName('x') as $x1) {
13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n";
14 var_dump($x1->isEqualNode($x2));
/php-src/ext/fileinfo/tests/
H A Dmagic5379 >122 byte&0x1 =1 PAL
5380 >122 byte&0x1 =0 NTSC
5394 >>18 byte&0x1 =1 PAL
5395 >>18 byte&0x1 =0 NTSC
6471 >>36 belong&0x1 0x1 ram
9596 >>>0x14 byte &0x1 #1
15969 #>>2 ubyte 0x1
15970 #>>>3 ubyte 0x1
19613 >10 ubyte&0x1 =0x1 \b, clear first
20940 >>>>4 ulelong 0x1
[all …]
H A Dmagic私はガラスを食べられます5379 >122 byte&0x1 =1 PAL
5380 >122 byte&0x1 =0 NTSC
5394 >>18 byte&0x1 =1 PAL
5395 >>18 byte&0x1 =0 NTSC
6471 >>36 belong&0x1 0x1 ram
9596 >>>0x14 byte &0x1 #1
15969 #>>2 ubyte 0x1
15970 #>>>3 ubyte 0x1
19613 >10 ubyte&0x1 =0x1 \b, clear first
20940 >>>>4 ulelong 0x1
[all …]
/php-src/ext/gd/
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
H A Dgd_arginfo.h346 ZEND_ARG_TYPE_INFO(0, x1, IS_LONG, 0)
468 ZEND_ARG_TYPE_INFO(0, x1, IS_LONG, 0)
/php-src/ext/gd/libgd/
H A Dgd.c726 *x1 = 0; in clip_1d()
980 x1 = t; in gdImageHLine()
983 for (;x1 <= x2; x1++) { in gdImageHLine()
1070 x = x1; in gdImageLine()
1135 x = x1; in gdImageLine()
1268 x = x1; in gdImageAALine()
2073 t = x1; in gdImageRectangle()
2143 x = x1; in _gdImageFilledHRectangle()
2155 x1 = 0; in _gdImageFilledHRectangle()
2187 x = x1; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h425 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
426 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
430 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
433 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
435 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
436 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgd_interpolation.c362 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline()
380 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution()
381 const double x2 = x1 * x1; in filter_cubic_convolution()
428 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos8()
445 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos3()
462 const double x = x1 < 0.0 ? -x1 : x1; in filter_hermite()
472 const double x = x1 < 0.0 ? -x1 : x1; in filter_triangle()
480 const double x = x1 < 0.0 ? -x1 : x1; in filter_bell()
528 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic()
559 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic_bspline()
[all …]
H A Dgdft.c840 int x1 = 0, y1 = 0; local
985 x1 = (int)(- penf.y * sin_a + 32) / 64;
999 x1 = (int)(- penf.y * sin_a + 32) / 64;
1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
/php-src/ext/gd/tests/
H A Dbug53156.phpt21 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
26 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
27 $x = ($x1 + $x2) / 2;
30 draw_and_check_pixel($x1, $y);
H A Dimagegammacorrect_variation2.phpt45 $x1 = 20 * $x;
47 $x2 = $x1 + 19;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
H A Dlibgd00106.phpt2 libgd #106 (imagerectangle 1x1 draws 1x3)
H A Dtypes.phpt9 if ($flags&0x1 && !function_exists("imagegif")) {

Completed in 608 milliseconds

123