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.0.0.tbz
sha256=2f4f2e25b765452f0e336941f35f6cb396d7c213a2d347abe5d35febc5159b1f
sha512=e96af4cad91f6985c8db93c194925853e96cad0ec1a0d9f4d32bbe16d3e5fa1e305f54be02839f21ba89ad2af0c2d5d7aa819ade221ce097dc4dbd0fcd8c8500
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 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 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 : 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 minimal : t -> float optionval maximal : t -> float optionval is_exact : t -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>