Home
last modified time | relevance | path

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

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