Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/gd/libgd/
H A Dgd_arc_f_buggy.c294 x2 = w;
297 g = x2 - 1;
307 x2 -= 2;
328 x2 = 0;
411 x2 = w;
476 x2 = 0;
484 x2 += 2;
505 x2 += 2;
633 x2 = w;
660 x2 = 0;
[all …]
H A Dgd.c1144 x = x2; in gdImageLine()
1209 x = x2; in gdImageLine()
1299 x2 += (y2 * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1312 x2 -= ((im->sy - y2) * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1325 y2 += (x2 * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1326 x2 = 0; in gdImageAALine()
1337 y2 -= ((im->sx - x2) * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1424 x = x2; in gdImageDashedLine()
2049 x2 = t; in gdImageRectangle()
2119 x2 = x; in gdImageFilledRectangle()
[all …]
H A Dgd.h301 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
302 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
306 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
309 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
311 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
312 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
/PHP-5.3/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-5.3/Zend/tests/
H A Dbug32296.phpt16 private function x2() {}
39 [0] => x2
46 [0] => x2
/PHP-5.3/ext/hash/
H A Dhash_haval.c129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) )
132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
134 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \
136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
137 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
H A Dhash_tiger.c57 round(c,a,b,x2,mul) \
67 x2 += x1; \
68 x3 -= x2 ^ ((~x1)<<19); \
75 x2 ^= x1; \
76 x3 += x2; \
77 x4 -= x3 ^ ((~x2)>>23); \
102 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \
121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_009w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_010w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_007w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_003w.phpt24 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
27 $this->intMessage = $x2;
H A Dr4_groupH_complex_rpcenc_003w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
20 $this->intMessage = $x2;
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt74 $x2 = array(array(2),2);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-5.3/ext/gd/tests/
H A Dtypes.phpt15 if ($flags&0x2 && !function_exists("imagejpeg")) {
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
H A Dlibgd00186.phpt14 $other = imagecolorallocate($tile,0,0,0x2);
H A Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-5.3/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-5.3/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt23 str_dump('x2-y7', 'x8-y8');
/PHP-5.3/ext/ctype/tests/
H A Dctype_cntrl_variation4.phpt21 $hex_values = array(0x1, 0x2, 0x3, 0x4);

Completed in 105 milliseconds

12