Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/gd/libgd/
H A Dgd.c720 *x1 = 0; in clip_1d()
1070 x1 = t; in gdImageHLine()
1073 for (;x1 <= x2; x1++) { in gdImageHLine()
1306 x1 += (y1 * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1319 x1 -= ((im->sy - y1) * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1332 y1 += (x1 * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1333 x1 = 0; in gdImageAALine()
1344 y1 -= ((im->sx - x1) * (y1 - y2)) / (x2 - x1); in gdImageAALine()
2059 t = x1; in gdImageRectangle()
2129 x = x1; in gdImageFilledRectangle()
[all …]
H A Dgd_interpolation.c360 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline()
376 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution()
377 const double x2 = x1 * x1; in filter_cubic_convolution()
421 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos8()
437 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos3()
453 const double x = x1 < 0.0 ? -x1 : x1; in filter_hermite()
463 const double x = x1 < 0.0 ? -x1 : x1; in filter_triangle()
471 const double x = x1 < 0.0 ? -x1 : x1; in filter_bell()
517 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic()
547 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic_bspline()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt13 "&#x1&amp;",
14 "&#x1&#x24;",
51 &#x1&
52 &#x1$
H A Dvsprintf_variation13.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
H A Dvsprintf_variation13_64bit.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13_64bit.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13_64bit.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13.phpt37 array(-0x1, 0x1, +0x22),
43 array(0x3, 0x4, 0x1, 0x2)
/PHP-5.5/ext/hash/
H A Dhash_tiger.c56 round(b,c,a,x1,mul) \
66 x1 ^= x0; \
67 x2 += x1; \
68 x3 -= x2 ^ ((~x1)<<19); \
74 x1 -= x0 ^ ((~x7)<<19); \
75 x2 ^= x1; \
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; \
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
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) )
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
25 $this->stringMessage = $x1;
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) {
25 $this->stringMessage = $x1;
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) {
25 $this->stringMessage = $x1;
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) {
25 $this->stringMessage = $x1;
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) {
19 $this->stringMessage = $x1;
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) {
19 $this->stringMessage = $x1;
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) {
19 $this->stringMessage = $x1;
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) {
19 $this->stringMessage = $x1;
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) {
26 $this->stringMessage = $x1;
H A Dr4_groupH_complex_rpcenc_003w.phpt17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
19 $this->stringMessage = $x1;
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt73 $x1 = array(array(1),1);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-5.5/ext/gd/tests/
H A Dlibgd00106.phpt2 libgd #106 (imagerectangle 1x1 draws 1x3)
H A Dtypes.phpt11 if ($flags&0x1 && !function_exists("imagegif")) {
/PHP-5.5/Zend/tests/
H A Dbug32296.phpt11 private function x1() {}

Completed in 47 milliseconds

12