Home
last modified time | relevance | path

Searched refs:prod (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Drecmul.c72 *prod = bc_new_num (prodlen, 0); in _bc_simp_mul()
76 pvptr = (char *) ((*prod)->n_value + prodlen - 1); in _bc_simp_mul()
176 _bc_simp_mul(u, ulen, v, vlen, prod); in _bc_rec_mul()
233 *prod = bc_new_num(ulen + vlen + 1, 0); in _bc_rec_mul()
236 _bc_shift_addsub(*prod, m1, 2 * n, false); in _bc_rec_mul()
237 _bc_shift_addsub(*prod, m1, n, false); in _bc_rec_mul()
239 _bc_shift_addsub(*prod, m3, n, false); in _bc_rec_mul()
240 _bc_shift_addsub(*prod, m3, 0, false); in _bc_rec_mul()
241 _bc_shift_addsub(*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul()
283 bc_free_num(prod); in bc_multiply()
[all …]
H A Dbcmath.h120 void bc_multiply(bc_num n1, bc_num n2, bc_num *prod, size_t scale);
/PHP-8.3/ext/standard/html_tables/
H A Dents_html401.txt181 prod 220F
H A Dents_xhtml.txt213 prod 220F
H A Dents_html5.txt1647 prod 0220F
/PHP-8.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt244 [∏] => ∏
H A Dget_html_translation_table_basic2.phpt422 string(6) "∏"
931 string(6) "∏"
1438 string(6) "∏"
H A Dhtml_entity_decode_html4.phpt217 "∏",
H A Dget_html_translation_table_basic1.phpt409 string(6) "∏"
H A Dhtmlentities_html4.phpt273 ∏ U+0220F
H A Dget_html_translation_table_basic5.phpt1238 [∏] => ∏
H A Dhtml_entity_decode_html5.phpt1652 "∏",
3786 ∏ => ∏ e2888f
H A Dhtmlentities_html5.phpt719 ∏ U+0220F

Completed in 23 milliseconds