Searched refs:m1 (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 685 register long m1 = -1; local 696 *(htab_p-9) = m1; 697 *(htab_p-8) = m1; 698 *(htab_p-7) = m1; 699 *(htab_p-6) = m1; 700 *(htab_p-5) = m1; 701 *(htab_p-4) = m1; 702 *(htab_p-3) = m1; 703 *(htab_p-2) = m1; 704 *(htab_p-1) = m1; [all …]
|
/PHP-5.3/ext/standard/tests/ |
H A D | bug64370_var2.phpt | 9 $m1 = microtime(true); 10 $d = $m1 - $m0;
|
/PHP-5.3/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 187 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local 238 m1 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul() 240 _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0 TSRMLS_CC); in _bc_rec_mul() 257 _bc_shift_addsub (*prod, m1, 2*n, 0); in _bc_rec_mul() 258 _bc_shift_addsub (*prod, m1, n, 0); in _bc_rec_mul() 268 bc_free_num (&m1); in _bc_rec_mul()
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | bug34227.phpt | 8 function m1() 67 $obj->m1();
|
/PHP-5.3/ext/soap/interop/ |
H A D | test.utility.php | 42 preg_match('/.*?\.(.*)/',$f1,$m1); 46 $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);
|
/PHP-5.3/ext/date/lib/ |
H A D | dow.c | 36 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local 46 m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; in timelib_day_of_week_ex() 47 dow = (c1 + y1 + m1 + (y1 / 4) + d) % 7; in timelib_day_of_week_ex()
|
/PHP-5.3/Zend/ |
H A D | bench.php | 279 function mmult ($rows, $cols, $m1, $m2) { argument 285 $x += $m1[$i][$k] * $m2[$k][$j]; 295 $m1 = mkmatrix($SIZE, $SIZE); 298 $mm = mmult($SIZE, $SIZE, $m1, $m2);
|
Completed in 12 milliseconds