Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt23 str_dump('x2-y7', 'x8-y8');
H A Dvsprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvsprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13_64bit.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dvfprintf_variation13.phpt43 array(0x3, 0x4, 0x1, 0x2)
H A Dstr_pad_variation4.phpt47 "0x2",
/PHP-5.5/ext/ctype/tests/
H A Dctype_cntrl_variation4.phpt21 $hex_values = array(0x1, 0x2, 0x3, 0x4);
/PHP-5.5/ext/gd/tests/
H A Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-5.5/ext/standard/tests/math/
H A Dfmod_basic.phpt24 0x2,
/PHP-5.5/ext/gd/
H A Dgd.c488 ZEND_ARG_INFO(0, x2)
497 ZEND_ARG_INFO(0, x2)
506 ZEND_ARG_INFO(0, x2)
515 ZEND_ARG_INFO(0, x2)
3093 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3104 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3108 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3119 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3137 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt29 0x2: Ag==
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c363 const double x2 = x*x; in filter_cubic_spline() local
365 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline()
377 const double x2 = x1 * x1; in filter_cubic_convolution() local
378 const double x2_x = x2 * x; in filter_cubic_convolution()
380 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution()
381 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution()
382 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-5.5/ext/mbstring/tests/
H A Dbug48645.phpt9 var_dump(bin2hex(mb_convert_encoding("&#x2;", "UTF-8", "HTML-ENTITIES")));
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput24189 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
H A Dtestoutput214507 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2884 >122 byte&0x2 =1 dual PAL/NTSC
3021 >>20 byte&0xe 0x2 \b, stereo
3241 >>36 belong&0x2 0x2 gotpic
4222 >6 byte&0x02 =0x2 \b, [SRAM]
4426 >>>0x14 byte &0x2 #2
4437 >>>>0x17 byte &0x2 WIP1Timing
10098 >10 byte&0x2 =0x2 \b, no background
18524 >0x1e leshort &0x2 separate
18551 >0x3 byte &0x2 pure
18558 >0x1e leshort &0x2 separate
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c152793 RtreeDValue x1, x2;
152795 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
152796 if( x2<x1 ){
152800 o = o * (x2-x1);

Completed in 421 milliseconds

12