m1 186 ext/bcmath/libbcmath/src/recmul.c bc_num m1, m2, m3, d1, d2; m1 235 ext/bcmath/libbcmath/src/recmul.c m1 = bc_copy_num (BCG(_zero_)); m1 237 ext/bcmath/libbcmath/src/recmul.c _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0); m1 254 ext/bcmath/libbcmath/src/recmul.c _bc_shift_addsub (*prod, m1, 2*n, 0); m1 255 ext/bcmath/libbcmath/src/recmul.c _bc_shift_addsub (*prod, m1, n, 0); m1 265 ext/bcmath/libbcmath/src/recmul.c bc_free_num (&m1); m1 49 ext/date/lib/dow.c timelib_sll c1, y1, m1, dow; m1 56 ext/date/lib/dow.c m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; m1 57 ext/date/lib/dow.c dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); m1 812 ext/gd/gd.c ZEND_ARG_INFO(0, m1) m1 4867 ext/gd/gd.c double m1[6]; m1 4889 ext/gd/gd.c m1[i] = Z_LVAL_P(tmp); m1 4892 ext/gd/gd.c m1[i] = Z_DVAL_P(tmp); m1 4895 ext/gd/gd.c m1[i] = zval_get_double(tmp); m1 4920 ext/gd/gd.c if (gdAffineConcat (mr, m1, m2) != GD_TRUE) { m1 866 ext/gd/libgd/gd.h int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]); m1 685 ext/gd/libgd/gd_gif_out.c register long m1 = -1; m1 689 ext/gd/libgd/gd_gif_out.c *(htab_p-16) = m1; m1 690 ext/gd/libgd/gd_gif_out.c *(htab_p-15) = m1; m1 691 ext/gd/libgd/gd_gif_out.c *(htab_p-14) = m1; m1 692 ext/gd/libgd/gd_gif_out.c *(htab_p-13) = m1; m1 693 ext/gd/libgd/gd_gif_out.c *(htab_p-12) = m1; m1 694 ext/gd/libgd/gd_gif_out.c *(htab_p-11) = m1; m1 695 ext/gd/libgd/gd_gif_out.c *(htab_p-10) = m1; m1 696 ext/gd/libgd/gd_gif_out.c *(htab_p-9) = m1; m1 697 ext/gd/libgd/gd_gif_out.c *(htab_p-8) = m1; m1 698 ext/gd/libgd/gd_gif_out.c *(htab_p-7) = m1; m1 699 ext/gd/libgd/gd_gif_out.c *(htab_p-6) = m1; m1 700 ext/gd/libgd/gd_gif_out.c *(htab_p-5) = m1; m1 701 ext/gd/libgd/gd_gif_out.c *(htab_p-4) = m1; m1 702 ext/gd/libgd/gd_gif_out.c *(htab_p-3) = m1; m1 703 ext/gd/libgd/gd_gif_out.c *(htab_p-2) = m1; m1 704 ext/gd/libgd/gd_gif_out.c *(htab_p-1) = m1; m1 709 ext/gd/libgd/gd_gif_out.c *--htab_p = m1; m1 754 ext/gd/libgd/gd_interpolation.c const double m1 = xf * yf; m1 771 ext/gd/libgd/gd_interpolation.c r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m4*gdTrueColorGetRed(c4)); m1 772 ext/gd/libgd/gd_interpolation.c g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m4*gdTrueColorGetGreen(c4)); m1 773 ext/gd/libgd/gd_interpolation.c b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m4*gdTrueColorGetBlue(c4)); m1 774 ext/gd/libgd/gd_interpolation.c a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m4*gdTrueColorGetAlpha(c4)); m1 776 ext/gd/libgd/gd_interpolation.c r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); m1 777 ext/gd/libgd/gd_interpolation.c g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); m1 778 ext/gd/libgd/gd_interpolation.c b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); m1 779 ext/gd/libgd/gd_interpolation.c a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); m1 123 ext/gd/libgd/gd_matrix.c int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]) m1 127 ext/gd/libgd/gd_matrix.c dst0 = m1[0] * m2[0] + m1[1] * m2[2]; m1 128 ext/gd/libgd/gd_matrix.c dst1 = m1[0] * m2[1] + m1[1] * m2[3]; m1 129 ext/gd/libgd/gd_matrix.c dst2 = m1[2] * m2[0] + m1[3] * m2[2]; m1 130 ext/gd/libgd/gd_matrix.c dst3 = m1[2] * m2[1] + m1[3] * m2[3]; m1 131 ext/gd/libgd/gd_matrix.c dst4 = m1[4] * m2[0] + m1[5] * m2[2] + m2[4]; m1 132 ext/gd/libgd/gd_matrix.c dst5 = m1[4] * m2[1] + m1[5] * m2[3] + m2[5]; m1 325 ext/gd/libgd/gd_matrix.c int gdAffineEqual (const double m1[6], const double m2[6]) m1 327 ext/gd/libgd/gd_matrix.c return (fabs (m1[0] - m2[0]) < GD_EPSILON && m1 328 ext/gd/libgd/gd_matrix.c fabs (m1[1] - m2[1]) < GD_EPSILON && m1 329 ext/gd/libgd/gd_matrix.c fabs (m1[2] - m2[2]) < GD_EPSILON && m1 330 ext/gd/libgd/gd_matrix.c fabs (m1[3] - m2[3]) < GD_EPSILON && m1 331 ext/gd/libgd/gd_matrix.c fabs (m1[4] - m2[4]) < GD_EPSILON && m1 332 ext/gd/libgd/gd_matrix.c fabs (m1[5] - m2[5]) < GD_EPSILON);