Searched defs:d32r (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2051 double *dn, *dt, *d16r, *d32r; local
2083 dn = dt = d16r = d32r = NULL;
2109 if ((d32r = big_malloc(nlen * sizeof (double))) == NULL) {
2137 conv_i32_to_d32_and_d16(d32r, apowers[0], nint, nlen);
2157 mont_mulf_noconv(prod, d32r, apowers[0], dt, dn, nint, nlen, dn0);
2158 conv_i32_to_d32(d32r, prod, nlen);
2160 mont_mulf_noconv(prod, d32r, apowers[i - 1],
2191 conv_i32_to_d32_and_d16(d32r, d16r,
2193 mont_mulf_noconv(prod, d32r, d16r,
2206 conv_i32_to_d32_and_d16(d32r,
[all...]

Completed in 78 milliseconds