Home
last modified time | relevance | path

Searched refs:x2 (Results 26 – 46 of 46) sorted by relevance

12

/PHP-7.3/ext/gd/libgd/
H A Dgd.h427 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
428 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
432 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
435 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
437 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
438 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgd_interpolation.c375 const double x2 = x*x; in filter_cubic_spline() local
377 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline()
389 const double x2 = x1 * x1; in filter_cubic_convolution() local
390 const double x2_x = x2 * x; in filter_cubic_convolution()
392 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution()
393 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution()
394 if (x <= 3.0) return ( (1.0/12.0) * x2_x - (2.0 / 3.0) * x2 + 1.75 * x - 1.5); in filter_cubic_convolution()
/PHP-7.3/ext/gd/tests/
H A Dimagedashedline_basic.phpt10 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-7.3/ext/gd/
H A Dgd.c505 ZEND_ARG_INFO(0, x2)
514 ZEND_ARG_INFO(0, x2)
523 ZEND_ARG_INFO(0, x2)
532 ZEND_ARG_INFO(0, x2)
711 ZEND_ARG_INFO(0, x2)
3173 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3198 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3219 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3240 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3901 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/standard/tests/math/
H A Dfmod_basic.phpt24 0x2,
/PHP-7.3/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvsprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvsprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dstr_pad_variation4.phpt49 "0x2",
/PHP-7.3/ext/mysqli/tests/
H A Dcacert.pem3 Version: 3 (0x2)
H A Dclient-cert.pem3 Version: 3 (0x2)
/PHP-7.3/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt29 0x2: Ag==
/PHP-7.3/ext/mbstring/tests/
H A Dbug48645.phpt9 var_dump(bin2hex(mb_convert_encoding("&#x2;", "UTF-8", "HTML-ENTITIES")));
/PHP-7.3/Zend/
H A Dzend_strtod.c1771 ULong *x, *x0, x1, x2; local
1779 x1 = x2 = x[n];
1782 if (x1 != x2)
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt303 array( 'bEs`kmaLI?RKxpMT"P8#[D/)k,:u=x2!?&a,tDX>c+j]|82~iK"Eo2O\\?iR', '68fc83d0d7fbfe26' ),
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic4021 >18 byte&0x2 =0
4686 >>36 belong&0x2 0x2 gotpic
5244 >6 leshort 0x2
6194 >6 byte&0x02 =0x2 [SRAM]
6196 >7 byte&0x03 =0x2 [PC10]
6776 >>>0x14 byte &0x2 #2
14817 >10 byte&0x2 =0x2 \b, no background
15509 >>101 beshort&0xf 0x2 \b16
15560 >4 lelong 0x2 15-Bit,
15613 >0x50 ulelong&0x2 0x2 \b, alpha only
[all …]
H A Dmagic私はガラスを食べられます4021 >18 byte&0x2 =0
4686 >>36 belong&0x2 0x2 gotpic
5244 >6 leshort 0x2
6194 >6 byte&0x02 =0x2 [SRAM]
6196 >7 byte&0x03 =0x2 [PC10]
6776 >>>0x14 byte &0x2 #2
14817 >10 byte&0x2 =0x2 \b, no background
15509 >>101 beshort&0xf 0x2 \b16
15560 >4 lelong 0x2 15-Bit,
15613 >0x50 ulelong&0x2 0x2 \b, alpha only
[all …]
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c71848 BtreePayload x2;
71849 x2.pData = pX->pKey;
71850 x2.nData = pX->nKey;
71851 x2.nZero = 0;
183242 RtreeDValue x1, x2;
183245 if( x2<x1 ){
183249 o = o * (x2-x1);
186217 double x2, double y2
186221 if( x1<x2 ){
186222 if( x0<=x1 || x0>x2 ) return 0;
[all …]

Completed in 638 milliseconds

12