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