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