Searched refs:prod (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 90 *prod = bc_new_num (prodlen, 0); in _bc_simp_mul() 94 pvptr = (char *) ((*prod)->n_value + prodlen - 1); in _bc_simp_mul() 195 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul() 254 *prod = bc_new_num(prodlen, 0); 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() 260 _bc_shift_addsub (*prod, m3, n, 0); in _bc_rec_mul() 261 _bc_shift_addsub (*prod, m3, 0, 0); in _bc_rec_mul() 262 _bc_shift_addsub (*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul() 304 bc_free_num (prod); in bc_multiply() [all …]
|
H A D | bcmath.h | 132 _PROTOTYPE(void bc_multiply, (bc_num n1, bc_num n2, bc_num *prod, int scale TSRMLS_DC));
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic2.phpt | 455 string(6) "∏" 962 string(6) "∏" 1471 string(6) "∏"
|
H A D | html_entity_decode_html4.phpt | 217 "∏",
|
H A D | get_html_translation_table_basic1.phpt | 444 string(6) "∏"
|
H A D | htmlentities_html4.phpt | 273 ∏ U+0220F
|
Completed in 21 milliseconds