Example #1
0
 internal Boolean isNotEqual(UInt64 a, UInt64 b) => NativeImports.isNotEqual(a, b);
Example #2
0
 internal UInt64 scaleByPowerOfTen(UInt64 x, Int32 n) => NativeImports.scaleByPowerOfTen(x, n);
Example #3
0
 internal UInt64 nextUp(UInt64 x) => NativeImports.nextUp(x);
Example #4
0
 internal UInt64 multiplyByInt64(UInt64 a, Int64 integer) => NativeImports.multiplyByInt64(a, integer);
Example #5
0
 internal UInt64 divideByInt64(UInt64 x, Int64 integer) => NativeImports.divideByInt64(x, integer);
Example #6
0
 internal UInt64 subtract(UInt64 a, UInt64 b) => NativeImports.subtract(a, b);
Example #7
0
 internal UInt64 multiply4(UInt64 a, UInt64 b, UInt64 c, UInt64 d) => NativeImports.multiply4(a, b, c, d);
Example #8
0
 internal UInt64 roundTowardsNegativeInfinity(UInt64 x) => NativeImports.roundTowardsNegativeInfinity(x);
Example #9
0
 internal UInt64 roundTowardsZero(UInt64 x) => NativeImports.roundTowardsZero(x);
Example #10
0
 internal Boolean isPositive(UInt64 x) => NativeImports.isPositive(x);
Example #11
0
 internal Boolean isNonNegative(UInt64 x) => NativeImports.isNonNegative(x);
Example #12
0
 internal Boolean isNonZero(UInt64 x) => NativeImports.isNonZero(x);
Example #13
0
 internal Boolean isGreaterOrEqual(UInt64 a, UInt64 b) => NativeImports.isGreaterOrEqual(a, b);
Example #14
0
 internal Boolean isLess(UInt64 a, UInt64 b) => NativeImports.isLess(a, b);
Example #15
0
 internal UInt64 add3(UInt64 a, UInt64 b, UInt64 c) => NativeImports.add3(a, b, c);
Example #16
0
 internal UInt64 roundToNearestTiesAwayFromZero(UInt64 x) => NativeImports.roundToNearestTiesAwayFromZero(x);
Example #17
0
 internal UInt64 add4(UInt64 a, UInt64 b, UInt64 c, UInt64 d) => NativeImports.add4(a, b, c, d);
Example #18
0
 internal UInt64 max2(UInt64 a, UInt64 b) => NativeImports.max2(a, b);
Example #19
0
 internal UInt64 multiply2(UInt64 a, UInt64 b) => NativeImports.multiply2(a, b);
Example #20
0
 internal UInt64 min3(UInt64 a, UInt64 b, UInt64 c) => NativeImports.min3(a, b, c);
Example #21
0
 internal UInt64 multiplyByInt32(UInt64 x, Int32 integer) => NativeImports.multiplyByInt32(x, integer);
Example #22
0
 internal UInt64 min4(UInt64 a, UInt64 b, UInt64 c, UInt64 d) => NativeImports.min4(a, b, c, d);
Example #23
0
 internal UInt64 divide(UInt64 a, UInt64 b) => NativeImports.divide(a, b);
Example #24
0
 internal UInt64 negate(UInt64 x) => NativeImports.negate(x);
Example #25
0
 internal UInt64 multiplyAndAdd(UInt64 a, UInt64 b, UInt64 c) => NativeImports.multiplyAndAdd(a, b, c);
Example #26
0
 internal UInt64 abs(UInt64 x) => NativeImports.abs(x);
Example #27
0
 internal UInt64 mean2(UInt64 a, UInt64 b) => NativeImports.mean2(a, b);
Example #28
0
 internal UInt64 add2(UInt64 a, UInt64 b) => NativeImports.add2(a, b);
Example #29
0
 internal UInt64 nextDown(UInt64 x) => NativeImports.nextDown(x);
Example #30
0
 internal Int32 compare(UInt64 a, UInt64 b) => NativeImports.compare(a, b);