package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d
doc/goblint.lib/Goblint_lib/FloatDomain/FloatDomTupleImpl/index.html
Module FloatDomain.FloatDomTupleImpl
include Lattice.S
include Lattice.PO
include Printable.S
val hash : t -> intval show : t -> stringval pretty : unit -> t -> Goblint_lib.Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrarywiden x y assumes leq x y. Solvers guarantee this by calling widen old (join old new).
val pretty_diff : unit -> (t * t) -> Goblint_lib.Lattice.Pretty.docIf leq x y = false, then pretty_diff () (x, y) should explain why.
val bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolinclude FloatArith with type t := t
val lt : t -> t -> IntDomain.IntDomTuple.tComparison operators
Less than: x < y
val gt : t -> t -> IntDomain.IntDomTuple.tLess than: x < y
Greater than: x > y
val le : t -> t -> IntDomain.IntDomTuple.tGreater than: x > y
Less than or equal: x <= y
val ge : t -> t -> IntDomain.IntDomTuple.tLess than or equal: x <= y
Greater than or equal: x >= y
val eq : t -> t -> IntDomain.IntDomTuple.tGreater than or equal: x >= y
Equal to: x == y
val ne : t -> t -> IntDomain.IntDomTuple.tEqual to: x == y
Not equal to: x != y
val unordered : t -> t -> IntDomain.IntDomTuple.tNot equal to: x != y
Unordered
val isfinite : t -> IntDomain.IntDomTuple.tunary functions returning int
__builtin_isfinite(x)
val isinf : t -> IntDomain.IntDomTuple.t__builtin_isfinite(x)
__builtin_isinf(x)
val isnan : t -> IntDomain.IntDomTuple.t__builtin_isinf(x)
__builtin_isnan(x)
val isnormal : t -> IntDomain.IntDomTuple.t__builtin_isnan(x)
__builtin_isnormal(x)
val signbit : t -> IntDomain.IntDomTuple.t__builtin_isnormal(x)
__builtin_signbit(x)
val to_int : GoblintCil.Cil.ikind -> t -> IntDomain.IntDomTuple.tval of_const : GoblintCil.Cil.fkind -> float -> tval of_interval : GoblintCil.Cil.fkind -> (float * float) -> tval of_string : GoblintCil.Cil.fkind -> string -> tval of_int : GoblintCil.Cil.fkind -> IntDomain.IntDomTuple.t -> tval top_of : GoblintCil.Cil.fkind -> tval bot_of : GoblintCil.Cil.fkind -> tval nan_of : GoblintCil.Cil.fkind -> tval inf_of : GoblintCil.Cil.fkind -> tval minus_inf_of : GoblintCil.Cil.fkind -> tval ending : GoblintCil.Cil.fkind -> float -> tval starting : GoblintCil.Cil.fkind -> float -> tval ending_before : GoblintCil.Cil.fkind -> float -> tval starting_after : GoblintCil.Cil.fkind -> float -> tval minimal : t -> float optionval maximal : t -> float optionval is_exact : t -> boolval get_fkind : t -> GoblintCil.Cil.fkindval invariant : GoblintCil.Cil.exp -> t -> Invariant.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>