Searched refs:d16r (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/bignum/ |
H A D | bignumimpl.c | 2051 double *dn, *dt, *d16r, *d32r; in big_modexp_ncp_float() local 2083 dn = dt = d16r = d32r = NULL; in big_modexp_ncp_float() 2105 if ((d16r = big_malloc((2 * nlen + 1) * sizeof (double))) == NULL) { 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() 2207 d16r, prod, nlen); in big_modexp_ncp_float() 2209 d16r, dt, dn, nint, in big_modexp_ncp_float() 2218 d16r, prod, nlen); in big_modexp_ncp_float() 2220 d16r, dt, dn, nint, in big_modexp_ncp_float() 2234 conv_i32_to_d32_and_d16(d32r, d16r, prod, nlen); in big_modexp_ncp_float() [all …]
|