1 write to _mpe10Dbl
Microsoft.ML.Core (1)
Utilities\DoubleParser.cs (1)
938
_mpe10Dbl
= new Double[39];
11 references to _mpe10Dbl
Microsoft.ML.Core (11)
Utilities\DoubleParser.cs (11)
235
else if (exp >
_mpe10Dbl
.Length)
241
res =
_mpe10Dbl
[(int)exp - 1];
341
value = (Double)(long)num *
_mpe10Dbl
[exp - 1];
361
value = (Double)(long)num /
_mpe10Dbl
[-exp - 1];
939
Contracts.Assert(
_mpe10Dbl
.Length <= _mpe10Man.Length);
940
for (int i = 0; i <
_mpe10Dbl
.Length; i++)
955
_mpe10Dbl
[i] = dbl;
957
Contracts.Assert((Single)
_mpe10Dbl
[
_mpe10Dbl
.Length - 1] == Single.PositiveInfinity);
958
Contracts.Assert((Single)
_mpe10Dbl
[
_mpe10Dbl
.Length - 2] < Single.PositiveInfinity);