Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Math.Math128 Member List

This is the complete list of members for Loyc.Math.Math128, including all inherited members.

Add(ulong aH, ref ulong aL, ulong amount)Loyc.Math.Math128inlinestatic
Add(long aH, ref ulong aL, long amount)Loyc.Math.Math128inlinestatic
Divide(long aH, ulong aL, long b, out long remainder, bool roundDown)Loyc.Math.Math128inlinestatic
Divide(long aH, ulong aL, long b, out long resultHi, out long remainder, bool roundDown)Loyc.Math.Math128inlinestatic
Divide(ulong aH, ulong aL, ulong b, out ulong remainder)Loyc.Math.Math128inlinestatic
Divide(ulong aH, ulong aL, ulong b, out ulong resultHi, out ulong remainder)Loyc.Math.Math128inlinestatic
Multiply(ulong a, ulong b, out ulong resultHi) (defined in Loyc.Math.Math128)Loyc.Math.Math128inlinestatic
Multiply(long a, long b, out long resultHi) (defined in Loyc.Math.Math128)Loyc.Math.Math128inlinestatic
Negate(ref long aH, ref ulong aL) (defined in Loyc.Math.Math128)Loyc.Math.Math128inlinestatic
RotateLeft(ulong aH, ref ulong aL, int amount) (defined in Loyc.Math.Math128)Loyc.Math.Math128inlinestatic
ShiftLeft(ulong aH, ref ulong aL, int amount)Loyc.Math.Math128inlinestatic
ShiftLeftEx(ref ulong aH, ref ulong aL, int amount)Loyc.Math.Math128inlinestatic
ShiftLeftFast(ulong aH, ref ulong aL, int amount)Loyc.Math.Math128inlinestatic
ShiftRight(ulong aH, ref ulong aL, int amount)Loyc.Math.Math128inlinestatic
ShiftRight(long aH, ref ulong aL, int amount)Loyc.Math.Math128inlinestatic
SignExtend(long a) (defined in Loyc.Math.Math128)Loyc.Math.Math128inlinestatic
Subtract(ulong aH, ref ulong aL, ulong amount)Loyc.Math.Math128inlinestatic
Subtract(long aH, ref ulong aL, long amount)Loyc.Math.Math128inlinestatic