15 writes to exp
System.Data.SqlXml (15)
System\Xml\Xsl\XPathConvert.cs (15)
191
this.
exp
= exp;
213
this.
exp
= 4;
264
this.
exp
+= 3;
308
this.
exp
++;
328
this.
exp
++;
353
this.
exp
= 0;
358
this.
exp
-= 64;
363
this.
exp
-= 32;
372
this.
exp
-= w1;
449
this.
exp
+= numOp.exp;
477
this.
exp
--;
495
this.
exp
++;
594
this.
exp
++;
651
numBase.
exp
= wExp2 - 1022;
680
numBase.
exp
= -1010;
31 references to exp
System.Data.SqlXml (31)
System\Xml\Xsl\XPathConvert.cs (31)
265
Debug.Assert(this.
exp
>= 4);
273
int idx = 3 - (this.
exp
>> 5);
277
int ibit = this.
exp
& 0x1F;
449
this.exp += numOp.
exp
;
519
exp = bn.
exp
+ 1022;
575
if (this.
exp
<= 0) {
578
Debug.Assert(this.
exp
<= 32);
579
uint uT = this.u2 >> (32 - this.
exp
);
580
this.u2 &= (uint)0x7FFFFFFF >> (this.
exp
- 1);
699
if (numHH.
exp
>= 32) {
700
iT = (numHH.
exp
- 25) * 15 / -TenPowersNeg[45].
exp
;
704
Debug.Assert(numHH.
exp
+ tenPower.
exp
> 1);
710
if (numHH.
exp
>= 32) {
711
iT = (numHH.
exp
- 25) * 32 / -TenPowersNeg[31].
exp
;
714
Debug.Assert(numHH.
exp
+ tenPower.
exp
> 1);
719
} else if (numHH.
exp
< 1) {
720
iT = (25 - numHH.
exp
) * 15 / TenPowersPos[45].
exp
;
724
Debug.Assert(numHH.
exp
+ tenPower.
exp
<= 32);
730
if (numHH.
exp
< 1) {
731
iT = (25 - numHH.
exp
) * 32 / TenPowersPos[31].
exp
;
734
Debug.Assert(numHH.
exp
+ tenPower.
exp
<= 32);
741
Debug.Assert(numHH.
exp
> 0 && numHH.
exp
< 32);