Home
last modified time | relevance | path

Searched refs:umul_ppmm (Results 1 – 7 of 7) sorted by relevance

/stdlib/
A Dlonglong.h145 #define umul_ppmm(ph, pl, m0, m1) \ macro
332 #define umul_ppmm(w1, w0, u, v) \ macro
366 #define umul_ppmm(w1, w0, u, v) \ macro
473 #define umul_ppmm(w1, w0, u, v) \ macro
509 #define umul_ppmm(w1, w0, u, v) \ macro
529 #define umul_ppmm(w1, w0, u, v) \ macro
639 #define umul_ppmm(w1, w0, u, v) \ macro
664 #define umul_ppmm(xh, xl, a, b) \ macro
700 #define umul_ppmm(xh, xl, a, b) \ macro
779 #define umul_ppmm(wh, wl, u, v) \ macro
[all …]
A Dmul_1.c45 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb); in mpn_mul_1()
A Dgmp-impl.h217 umul_ppmm (_q, _ql, (nh), (di)); \
219 umul_ppmm (_xh, _xl, _q, (d)); \
249 umul_ppmm (_xh, _xl, di, n2 - n1); \
252 umul_ppmm (_xh, _xl, q1, d); \
268 umul_ppmm (_xh, _xl, di, n2 - n1); \
271 umul_ppmm (_xh, _xl, q1, d); \
A Dsubmul_1.c48 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb); in mpn_submul_1()
A Daddmul_1.c48 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb); in mpn_addmul_1()
A Ddivrem.c131 umul_ppmm (n1, n0, d0, q); in mpn_divrem()
202 umul_ppmm (n1, n0, d1, q); in mpn_divrem()
A Dstrtod_l.c1615 umul_ppmm (n1, n0, d0, quot); in ____STRTOF_INTERNAL()
1727 umul_ppmm (n1, n0, d1, quot); in ____STRTOF_INTERNAL()

Completed in 17 milliseconds