Searched refs:prod (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 78 *prod = bc_new_num (prodlen, 0); in _bc_simp_mul() 82 pvptr = (char *) ((*prod)->n_value + prodlen - 1); in _bc_simp_mul() 182 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul() 239 *prod = bc_new_num(prodlen, 0); in _bc_rec_mul() 242 _bc_shift_addsub (*prod, m1, 2*n, 0); in _bc_rec_mul() 243 _bc_shift_addsub (*prod, m1, n, 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() 266 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply() argument 289 bc_free_num (prod); in bc_multiply() [all …]
|
H A D | bcmath.h | 123 void bc_multiply(bc_num n1, bc_num n2, bc_num *prod, int scale);
|
/PHP-8.1/ext/standard/html_tables/ |
H A D | ents_html401.txt | 181 prod 220F
|
H A D | ents_xhtml.txt | 213 prod 220F
|
H A D | ents_html5.txt | 1647 prod 0220F
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 244 [∏] => ∏
|
H A D | get_html_translation_table_basic2.phpt | 422 string(6) "∏" 931 string(6) "∏" 1438 string(6) "∏"
|
H A D | html_entity_decode_html4.phpt | 217 "∏",
|
H A D | get_html_translation_table_basic1.phpt | 409 string(6) "∏"
|
H A D | htmlentities_html4.phpt | 273 ∏ U+0220F
|
H A D | get_html_translation_table_basic5.phpt | 1238 [∏] => ∏
|
H A D | html_entity_decode_html5.phpt | 1652 "∏", 3786 ∏ => ∏ e2888f
|
H A D | htmlentities_html5.phpt | 719 ∏ U+0220F
|
Completed in 33 milliseconds