package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/IntOps/BigIntOpsBase/index.html

Module IntOps.BigIntOpsBase

type t = Big_int_Z.big_int
val zero : Z.t
val one : Z.t
val upper_bound : 'a option
val lower_bound : 'a option
val neg : Z.t -> Z.t
val abs : Z.t -> Z.t
val add : Z.t -> Z.t -> Z.t
val sub : Z.t -> Z.t -> Z.t
val mul : Z.t -> Z.t -> Z.t
val div : Z.t -> Z.t -> Z.t
val rem : Z.t -> Z.t -> Z.t
val gcd : Z.t -> Z.t -> Z.t
val compare : Z.t -> Z.t -> int
val equal : Z.t -> Z.t -> bool
val top_range : 'a -> 'b -> bool
val of_int : int -> Z.t
val to_int : Z.t -> int
val of_int64 : int64 -> Z.t
val to_int64 : Z.t -> int64
val of_string : string -> Z.t
val to_string : Z.t -> string
val of_bigint : 'a -> 'a
val to_bigint : 'a -> 'a
val of_bool : bool -> Z.t
val to_bool : Z.t -> bool
val shift_left : Z.t -> int -> Z.t
val shift_right : Z.t -> int -> Z.t
val bitnot : Z.t -> Z.t
val bitand : Z.t -> Z.t -> Z.t
val bitor : Z.t -> Z.t -> Z.t
val bitxor : Z.t -> Z.t -> Z.t
OCaml

Innovation. Community. Security.