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.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e
doc/goblint.lib/Goblint_lib/FloatDomain/F64Interval/index.html
Module FloatDomain.F64Interval
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 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 nan : unit -> tval of_const : float -> tval of_interval : (float * float) -> tval of_string : string -> tval of_int : IntDomain.IntDomTuple.t -> tval ending : float -> tval starting : float -> tval ending_before : float -> tval starting_after : float -> tval finite : tval minimal : t -> float optionval maximal : t -> float optionval is_exact : t -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>