Home
last modified time | relevance | path

Searched refs:m3 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/Zend/tests/traits/
H A Dbug74607.phpt7 abstract function m3($x);
11 function m3($x): int{}
H A Dbug74607a.phpt7 abstract function m3($x);
11 function m3($x, $y = 0){}
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Drecmul.c167 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
227 m3 = bc_copy_num(BCG(_zero_)); in _bc_rec_mul()
229 _bc_rec_mul(u0, u0->n_len, v0, v0->n_len, &m3); in _bc_rec_mul()
239 _bc_shift_addsub(*prod, m3, n, false); in _bc_rec_mul()
240 _bc_shift_addsub(*prod, m3, 0, false); in _bc_rec_mul()
250 bc_free_num (&m3); in _bc_rec_mul()
/PHP-8.3/ext/standard/tests/array/
H A Dbug34227.phpt15 $this->m3();
18 function m3()
/PHP-8.3/Zend/
H A Dbench.php279 $m3 = array();
286 $m3[$i][$j] = $x;
289 return($m3);
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c699 const double m3 = xf * nyf; in getPixelInterpolateWeight() local
714 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
715 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
716 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
717 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
719 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
720 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
721 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
722 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c769 sljit_ins m3; \
772 m3 = (sljit_ins)(mask & 0xf) << 12; \
774 return (pattern) | m3 | R4A(dst) | R0A(src); \
787 sljit_ins m3, i2; \
790 m3 = (sljit_ins)(mask & 0xf) << 32; \
793 return (pattern) | R36A(reg) | m3 | i2; \

Completed in 23 milliseconds