1 write to _mpne10Dbl
Microsoft.ML.Core (1)
Utilities\DoubleParser.cs (1)
962
_mpne10Dbl
= new Double[65];
9 references to _mpne10Dbl
Microsoft.ML.Core (9)
Utilities\DoubleParser.cs (9)
245
if (-exp >
_mpne10Dbl
.Length)
250
res =
_mpne10Dbl
[-(int)exp - 1];
963
Contracts.Assert(
_mpne10Dbl
.Length <= _mpne10Man.Length);
964
for (int i = 0; i <
_mpne10Dbl
.Length; i++)
971
_mpne10Dbl
[i] = dbl;
975
Contracts.Assert((Single)(
_mpne10Dbl
[
_mpne10Dbl
.Length - 1] * two64) == 0);
976
Contracts.Assert((Single)(
_mpne10Dbl
[
_mpne10Dbl
.Length - 2] * two64) > 0);