Searched refs:dn0 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/bignum/ |
H A D | mont_mulf.c | 244 int nlen, double dn0) in mont_mulf_noconv() argument 259 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); in mont_mulf_noconv() 277 digit = mod(lower32(b, Zero) * dn0, in mont_mulf_noconv() 300 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); in mont_mulf_noconv() 326 digit = mod(lower32(b, Zero) * dn0, in mont_mulf_noconv()
|
H A D | bignumimpl.c | 2050 double dn0; in big_modexp_ncp_float() local 2081 dn0 = (double)(n0 & 0xffff); in big_modexp_ncp_float() 2157 mont_mulf_noconv(prod, d32r, apowers[0], dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() 2161 dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() 2194 dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() 2210 nlen, dn0); in big_modexp_ncp_float() 2215 dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() 2221 nlen, dn0); in big_modexp_ncp_float() 2235 mont_mulf_noconv(prod, d32r, d16r, dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() 2240 dt, dn, nint, nlen, dn0); in big_modexp_ncp_float() [all …]
|
H A D | bignum.h | 127 double *dn, uint32_t *nint, int nlen, double dn0);
|
/titanic_41/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_v8plus.s | 971 ! 186 ! int nlen, double dn0) 1019 ! 203 ! digit=mod(lower32(a,Zero)*dn0,TwoToMinus16,TwoTo16); 1034 ! 220 ! digit=mod(lower32(b,Zero)*dn0,TwoToMinus16,TwoTo16); 1053 ! 242 ! digit=mod(lower32(a,Zero)*dn0,TwoToMinus16,TwoTo16); 1083 ! 275 ! digit=mod(lower32(b,Zero)*dn0,TwoToMinus16,TwoTo16);
|
H A D | mont_mulf_kernel_v9.s | 75 double *dn, uint32_t *nint, int nlen, double dn0) 1431 ! 316 ! int nlen, double dn0) 1473 ! 331 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); 1488 ! 349 ! digit = mod(lower32(b, Zero) * dn0, 1511 ! 372 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16);
|
H A D | mont_mulf_v9.s | 1409 ! 231 ! int nlen, double dn0) 1469 ! 246 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); 1484 ! 264 ! digit = mod(lower32(b, Zero) * dn0, 1504 ! 287 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16);
|