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.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0
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 -> 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 bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolinclude FloatArith with type t := t
Unary functions
nversions of unary functions
(inv_ceil z -> x) if (z = ceil(x))
(inv_ceil z -> x) if (z = ceil(x))
(inv_floor z -> x) if (z = floor(x))
Comparison operators
val lt : t -> t -> IntDomain.IntDomTuple.tLess than: x < y
val gt : t -> t -> IntDomain.IntDomTuple.tGreater than: x > y
val le : t -> t -> IntDomain.IntDomTuple.tLess than or equal: x <= y
val ge : t -> t -> IntDomain.IntDomTuple.tGreater than or equal: x >= y
val eq : t -> t -> IntDomain.IntDomTuple.tEqual to: x == y
val ne : t -> t -> IntDomain.IntDomTuple.tNot equal to: x != y
val unordered : t -> t -> IntDomain.IntDomTuple.tUnordered
Unary functions returning int
val isfinite : t -> IntDomain.IntDomTuple.t__builtin_isfinite(x)
val isinf : t -> IntDomain.IntDomTuple.t__builtin_isinf(x)
val isnan : t -> IntDomain.IntDomTuple.t__builtin_isnan(x)
val isnormal : t -> IntDomain.IntDomTuple.t__builtin_isnormal(x)
val signbit : t -> IntDomain.IntDomTuple.t__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 finite : GoblintCil.Cil.fkind -> 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)"
>