Bosatsu/Num/Int64

source code: - test_workspace/Int64.bosatsu

Index

Types

Int64

type Int64

Values

add_Int64

references: Int64

def add_Int64(a: Int64, b: Int64) -> Int64

and_Int64

references: Int64

def and_Int64(a: Int64, b: Int64) -> Int64

cmp_Int64

references: Comparison, Int64

def cmp_Int64(a: Int64, b: Int64) -> Comparison

div_Int64

references: Int64

def div_Int64(a: Int64, b: Int64) -> Int64

eq_Int64

references: Bool, Int64

def eq_Int64(a: Int64, b: Int64) -> Bool

float64_to_Int64

references: Float64, Int64, Option

def float64_to_Int64(f: Float64) -> Option[Int64]

int64_to_Float64

references: Float64, Int64

def int64_to_Float64(i: Int64) -> Float64

int64_to_Int

references: Int, Int64

def int64_to_Int(i: Int64) -> Int

int_low_bits_to_Int64

references: Int, Int64

def int_low_bits_to_Int64(i: Int) -> Int64

int_to_Int64

references: Int, Int64, Option

def int_to_Int64(i: Int) -> Option[Int64]

max_i64

references: Int64

max_i64: Int64

min_i64

references: Int64

min_i64: Int64

mod_Int64

references: Int64

def mod_Int64(a: Int64, b: Int64) -> Int64

mul_Int64

references: Int64

def mul_Int64(a: Int64, b: Int64) -> Int64

not_Int64

references: Int64

def not_Int64(a: Int64) -> Int64

operator &

references: Int64

def operator &(a: Int64, b: Int64) -> Int64

operator *

references: Int64

def operator *(a: Int64, b: Int64) -> Int64

operator +

references: Int64

def operator +(a: Int64, b: Int64) -> Int64

operator -

references: Int64

def operator -(a: Int64, b: Int64) -> Int64

operator /

references: Int64

def operator /(a: Int64, b: Int64) -> Int64

operator <<

references: Int, Int64

def operator <<(a: Int64, b: Int) -> Int64

operator >>

references: Int, Int64

def operator >>(a: Int64, b: Int) -> Int64

operator ^

references: Int64

def operator ^(a: Int64, b: Int64) -> Int64

operator |

references: Int64

def operator |(a: Int64, b: Int64) -> Int64

or_Int64

references: Int64

def or_Int64(a: Int64, b: Int64) -> Int64

popcount_Int64

references: Int, Int64

def popcount_Int64(a: Int64) -> Int

shift_left_Int64

references: Int, Int64

def shift_left_Int64(a: Int64, n: Int) -> Int64

shift_right_Int64

references: Int, Int64

def shift_right_Int64(a: Int64, n: Int) -> Int64

shift_right_unsigned_Int64

references: Int, Int64

def shift_right_unsigned_Int64(a: Int64, n: Int) -> Int64

sub_Int64

references: Int64

def sub_Int64(a: Int64, b: Int64) -> Int64

xor_Int64

references: Int64

def xor_Int64(a: Int64, b: Int64) -> Int64