Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c44 double lower32(double, double);
57 lower32(double x, double y) in lower32() function
82 dt[i] = lower32(x, Zero) + tmp; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
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()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_phan_reg.h152 #define lower32(x) ((__uint32_t)((x) & 0xffffffff)) macro
H A Dunm_nic_ctx.c619 temp = lower32(adapter->ctxDesc_physAddr); in netxen_init_old_ctx()
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s109 ! 12 !double lower32(double, double);
116 ! 22 !static double lower32(double x, double y)
146 ! 57 ! dt[i]=lower32(x,Zero)+tmp;
147 ! 58 ! dt[i+1]=lower32(x1,Zero)+tmp1;
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.s102 ! 27 !double lower32(double, double);
112 ! 41 !lower32(double x, double y)
167 ! 66 ! dt[i] = lower32(x, Zero) + tmp;
171 ! 67 ! dt[i + 1] = lower32(x1, Zero) + tmp1;
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.S135 ! 27 !double lower32(double, double);
145 ! 41 !lower32(double x, double y)
194 ! 66 ! dt[i] = lower32(x, Zero) + tmp;
200 ! 67 ! dt[i + 1] = lower32(x1, Zero) + tmp1;
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);