7 references to GetLo
Microsoft.ML.Core (7)
Utilities\BitUtils.cs (3)
142
return 32 + CbitHighZero(
GetLo
(uu));
148
uint u =
GetLo
(uu);
170
return (int)(
GetLo
(uu) + GetHi(uu));
Utilities\Hashing.cs (1)
59
return Utils.
GetLo
(uu) + Utils.GetHi(uu);
Utilities\NormStr.cs (3)
106
if ((int)Utils.
GetLo
(meta) == str.Length)
129
if ((int)Utils.
GetLo
(meta) == str.Length)
182
if ((int)Utils.
GetLo
(meta) == cch)