Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/standard/tests/math/
H A Dlog.phpt7 $x2 = (int) exp(log($x));
9 if (($x2 < ($x + 2)) && ($x2 > ($x - 2))) {
12 print "$x : $x2\n";
20 $x2 = (int) pow($base, log($x, $base));
22 if (($x2 < ($x + 2)) && ($x2 > ($x - 2))) {
25 print "base $base: $x : $x2\n";
/php-src/ext/standard/
H A Dcrc32_x86.c95 x2 = _mm_shuffle_epi8(x2, shuf_mask); /* endianness swap */ in crc32_pclmul_batch()
111 x2 = _mm_clmulepi64_si128(x2, k, 0x11); in crc32_pclmul_batch()
123 x2 = _mm_xor_si128(x2, x6); in crc32_pclmul_batch()
127 x2 = _mm_xor_si128(x2, x10); in crc32_pclmul_batch()
142 x0 = _mm_xor_si128(x0, x2); in crc32_pclmul_batch()
155 x2 = _mm_shuffle_epi8(x2, shuf_mask); /* endianness swap */ in crc32_pclmul_batch()
158 x0 = _mm_xor_si128(x0, x2); in crc32_pclmul_batch()
191 __m128i x0, x1, x2, k; in crc32_pclmul_reflected_batch() local
220 x2 = _mm_clmulepi64_si128(x2, k, 0x11); in crc32_pclmul_reflected_batch()
228 x2 = _mm_xor_si128(x2, x6); in crc32_pclmul_reflected_batch()
[all …]
/php-src/Zend/tests/
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);
H A Dbug32296.phpt16 private function x2() {}
39 [0] => x2
46 [0] => x2
/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;
32 draw_and_check_pixel($x2, $y);
H A Dimagegammacorrect_variation2.phpt47 $x2 = $x1 + 19;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
H A Dtypes.phpt13 if ($flags&0x2 && !function_exists("imagejpeg")) {
H A Dlibgd00186.phpt12 $other = imagecolorallocate($tile,0,0,0x2);
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
/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.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);
/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) )
H A Dhash_tiger.c53 round(c,a,b,x2,mul) \
63 x2 += x1; \
64 x3 -= x2 ^ ((~x1)<<19); \
71 x2 ^= x1; \
72 x3 += x2; \
73 x4 -= x3 ^ ((~x2)>>23); \
98 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \
117 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm84 str x2, [x0, #0x40]
86 adr x2, trampoline
87 str x2, [x0, #0xc0]
H A Dmake_arm64_aapcs_macho_gas.S67 str x2, [x0, #0xa0]
H A Dmake_arm64_aapcs_elf_gas.S68 str x2, [x0, #0xa0]
/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/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/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt17 str_dump('x2-y7', 'x8-y8');
/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/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) {
25 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_010w.phpt24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) {
25 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) {
25 parent::__construct($f, $s, $x1, $x2, $x3);
/php-src/ext/gd/
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

Completed in 71 milliseconds

12