Searched refs:bigadd_core (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dbignum.c1963 bigadd_core(BDIGIT *xds, long xn, BDIGIT *yds, long yn, BDIGIT *zds, long zn) function
2016 bigadd_core(BDIGITS(x), RBIGNUM_LEN(x),
2184 bigadd_core(zds + n, RBIGNUM_LEN(z) - n,
2290 bigadd_core(BDIGITS(xh), RBIGNUM_LEN(xh),
2300 bigadd_core(BDIGITS(yh), RBIGNUM_LEN(yh),
2317 bigadd_core(zds + n, i, BDIGITS(t3), big_real_len(t3), zds + n, i);
2548 bigadd_core(zds + n, zn - n, BDIGITS(z1), big_real_len(z1), zds + n, zn - n);
2549 bigadd_core(zds + 2*n, zn - 2*n, BDIGITS(z2), big_real_len(z2), zds + 2*n, zn - 2*n);
2550 bigadd_core(zds + 3*n, zn - 3*n, BDIGITS(z3), big_real_len(z3), zds + 3*n, zn - 3*n);
2551 bigadd_core(zd
[all...]

Completed in 129 milliseconds