Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/bcmath/libbcmath/src/
H A Drecmul.c174 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
233 m3 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul()
235 _bc_rec_mul (u0, u0->n_len, v0, v0->n_len, &m3, 0); in _bc_rec_mul()
245 _bc_shift_addsub (*prod, m3, n, 0); in _bc_rec_mul()
246 _bc_shift_addsub (*prod, m3, 0, 0); in _bc_rec_mul()
256 bc_free_num (&m3); in _bc_rec_mul()
/PHP-8.1/ext/standard/tests/array/
H A Dbug34227.phpt15 $this->m3();
18 function m3()
/PHP-8.1/Zend/
H A Dbench.php279 $m3 = array();
286 $m3[$i][$j] = $x;
289 return($m3);
/PHP-8.1/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.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c731 sljit_ins r1, r2, m3; \
736 m3 = (sljit_ins)(mask & 0xf) << 12; \
738 return (pattern) | m3 | r1 | r2; \
751 sljit_ins r1, m3, i2; \
755 m3 = (sljit_ins)(mask & 0xf) << 32; \
758 return (pattern) | r1 | m3 | i2; \

Completed in 29 milliseconds