Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c244 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 Dbignumimpl.c2050 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 Dbignum.h127 double *dn, uint32_t *nint, int nlen, double dn0);
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s971 ! 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 Dmont_mulf_v9.s1409 ! 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);
H A Dmont_mulf_kernel_v9.S1394 ! 316 ! int nlen, double dn0)
1436 ! 331 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16);
1451 ! 349 ! digit = mod(lower32(b, Zero) * dn0,
1474 ! 372 ! digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16);