Home
last modified time | relevance | path

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

/illumos-gate/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()
2158 conv_i32_to_d32(d32r, prod, nlen); 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()
2208 mont_mulf_noconv(prod, d32r, in big_modexp_ncp_float()
2213 mont_mulf_noconv(prod, d32r, in big_modexp_ncp_float()
2217 conv_i32_to_d32_and_d16(d32r, in big_modexp_ncp_float()
2219 mont_mulf_noconv(prod, d32r, in big_modexp_ncp_float()
2238 conv_i32_to_d32(d32r, prod, nlen); in big_modexp_ncp_float()
[all …]