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.6.0.tbz
sha256=20d5b7332a9f6072ab9ba86c4a53b898eaf681286c56a8805c41850bbf3ddf41
sha512=7c7685cfcd9aa866bc40e813df2bfcb3c79b3d40e615d8d6d0939c5798b9d70dd7f2ba87a741f5ba0ce891e9d254627207fb28057f1f2f6611e4e0d128fd6a71
doc/goblint_cdomain_value/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).
include 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)"
>