Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/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-8.1/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-8.1/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.phpt41 $x2 = $x1 + 19;
44 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-8.1/ext/gd/libgd/
H A Dgd.c1095 x = x2; in gdImageLine()
1160 x = x2; in gdImageLine()
1347 x = x2; in gdImageDashedLine()
1397 x = x2; in gdImageDashedLine()
2104 x1 = x2; in gdImageRectangle()
2105 x2 = t; in gdImageRectangle()
2158 gdImageLine(im, x2, y1 + 1, x2, y2 - 1, color); in gdImageRectangle()
2174 x1 = x2; in _gdImageFilledHRectangle()
2175 x2 = x; in _gdImageFilledHRectangle()
2219 x2 = x; in _gdImageFilledVRectangle()
[all …]
/PHP-8.1/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-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_009w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_010w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_007w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_003w.phpt24 function __construct($f, $s, $x1, $x2, $x3) {
27 $this->intMessage = $x2;
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt74 $x2 = array(array(2),2);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-8.1/Zend/asm/
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-8.1/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt17 str_dump('x2-y7', 'x8-y8');

Completed in 60 milliseconds

12