Module Sarek_stdlib.Int32

include sig ... end
val dev : 'a -> 'a -> Spoc_framework.Device_type.t -> 'a
include sig ... end
val add_int32_device : Spoc_core.Device.t -> string
val add_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val add_int32 : int32 -> int32 -> int32
include sig ... end
val sub_int32_device : Spoc_core.Device.t -> string
val sub_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sub_int32 : int32 -> int32 -> int32
include sig ... end
val mul_int32_device : Spoc_core.Device.t -> string
val mul_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mul_int32 : int32 -> int32 -> int32
include sig ... end
val div_int32_device : Spoc_core.Device.t -> string
val div_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val div_int32 : int32 -> int32 -> int32
include sig ... end
val mod_int32_device : Spoc_core.Device.t -> string
val mod_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mod_int32 : int32 -> int32 -> int32
include sig ... end
val logand_device : Spoc_core.Device.t -> string
val logand_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logand : int32 -> int32 -> int32
include sig ... end
val logor_device : Spoc_core.Device.t -> string
val logor_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logor : int32 -> int32 -> int32
include sig ... end
val logxor_device : Spoc_core.Device.t -> string
val logxor_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val logxor : int32 -> int32 -> int32
include sig ... end
val lognot_device : Spoc_core.Device.t -> string
val lognot_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val lognot : int32 -> int32
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 : int32 -> int -> int32
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 : int32 -> int -> int32
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 : int32 -> int -> int32
include sig ... end
val abs_device : Spoc_core.Device.t -> string
val abs_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val abs : int32 -> int32
include sig ... end
val neg_device : Spoc_core.Device.t -> string
val neg_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val neg : int32 -> int32
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.Int32.t -> Stdlib.Int32.t -> Stdlib.Int32.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.Int32.t -> Stdlib.Int32.t -> Stdlib.Int32.t
val of_int : int -> int32
val to_int : int32 -> int
val of_float : float -> int32
val to_float : int32 -> float
val zero : int32
val one : int32
val minus_one : int32