5 references to s_tenPowersNeg
System.Private.Xml (5)
System\Xml\Xsl\XPathConvert.cs (5)
271
TenPowers =
s_tenPowersNeg
;
812
iT = (numHH._exp - 25) * 15 / -
s_tenPowersNeg
[45]._exp;
816
tenPower =
s_tenPowersNeg
[30 + iT];
825
iT = (numHH._exp - 25) * 32 / -
s_tenPowersNeg
[31]._exp;
827
tenPower =
s_tenPowersNeg
[iT - 1];