Module Sarek_stdlib.Int64

include sig ... end
val dev : 'a -> 'a -> Spoc_framework.Device_type.t -> 'a
include sig ... end
val add_int64_device : Spoc_core.Device.t -> string
val add_int64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val add_int64 : int64 -> int64 -> int64
include sig ... end
val sub_int64_device : Spoc_core.Device.t -> string
val sub_int64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sub_int64 : int64 -> int64 -> int64
include sig ... end
val mul_int64_device : Spoc_core.Device.t -> string
val mul_int64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mul_int64 : int64 -> int64 -> int64
include sig ... end
val div_int64_device : Spoc_core.Device.t -> string
val div_int64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val div_int64 : int64 -> int64 -> int64
include sig ... end
val mod_int64_device : Spoc_core.Device.t -> string
val mod_int64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mod_int64 : int64 -> int64 -> int64
include sig ... end
val logand_device : Spoc_core.Device.t -> string
val logand_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logand : int64 -> int64 -> int64
include sig ... end
val logor_device : Spoc_core.Device.t -> string
val logor_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logor : int64 -> int64 -> int64
include sig ... end
val logxor_device : Spoc_core.Device.t -> string
val logxor_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logxor : int64 -> int64 -> int64
include sig ... end
val lognot_device : Spoc_core.Device.t -> string
val lognot_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val lognot : int64 -> int64
include sig ... end
val shift_left_device : Spoc_core.Device.t -> string
val shift_left_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val shift_left : int64 -> int -> int64
include sig ... end
val shift_right_device : Spoc_core.Device.t -> string
val shift_right_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val shift_right : int64 -> int -> int64
include sig ... end
val shift_right_logical_device : Spoc_core.Device.t -> string
val shift_right_logical_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val shift_right_logical : int64 -> int -> int64
include sig ... end
val abs_device : Spoc_core.Device.t -> string
val abs_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val abs : int64 -> int64
include sig ... end
val neg_device : Spoc_core.Device.t -> string
val neg_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val neg : int64 -> int64
include sig ... end
val min_device : Spoc_core.Device.t -> string
val min_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val min : Stdlib.Int64.t -> Stdlib.Int64.t -> Stdlib.Int64.t
include sig ... end
val max_device : Spoc_core.Device.t -> string
val max_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val max : Stdlib.Int64.t -> Stdlib.Int64.t -> Stdlib.Int64.t
val of_int : int -> int64
val to_int : int64 -> int
val of_int32 : int32 -> int64
val to_int32 : int64 -> int32
val of_float : float -> int64
val to_float : int64 -> float
val zero : int64
val one : int64
val minus_one : int64