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.5.0.tbz
sha256=452d8491527aea21f2cbb11defcc14ba0daf9fdb6bdb9fc0af73e56eac57b916
sha512=1993cd45c4c7fe124ca6e157f07d17ec50fab5611b270a434ed1b7fb2910aa85a8e6eaaa77dad770430710aafb2f6d676c774dd33942d921f23e2f9854486551
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).
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)"
>