3 references to CbitUint
Microsoft.ML.Core (3)
Utilities\BitUtils.cs (3)
19
return ((ulong)uHi <<
CbitUint
) | uLo;
31
return (uint)(uu >>
CbitUint
);
177
Contracts.Assert(0 <= ibit && ibit <
CbitUint
, "UMaskBelow is designed to work for 0 <= ibit < 32");