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