package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_utils/Mopsa_utils/ItvUtils/Float/Single/index.html
Module Float.Single
Single precision operations.
Single precision numbers are stored inside OCaml's floats, that are actually double precion, but rounding is done to single precision.
Operations
Special multiplication where 0 times an infinity is 0, not NaN. This is particularly useful for interal bounds.
Special division where 0 / 0 is 0, not NaN. This is particularly useful for interal bounds.
val of_int_near : int -> t
val of_int_up : int -> t
val of_int_down : int -> t
val of_int_zero : int -> t
val of_int_cur : int -> t
Conversion from int with rounding.
val of_int64_near : int64 -> t
val of_int64_up : int64 -> t
val of_int64_down : int64 -> t
val of_int64_zero : int64 -> t
val of_int64_cur : int64 -> t
Conversion from int64 with rounding.
Code from Zarith to convert from Z.t to float using the current rounding mode. We add a version for single precision rounding.
Floating-point format characteristics
val min_denormal : t
val min_normal : t
val max_normal : t
val max_exact : t
val ulp : t
Units in the last place (relative precision).
val rep_of_bits : int32 -> bit_float
val bits_of_rep : bit_float -> int32
val to_bits : t -> int32
val of_bits : int32 -> t
val of_string_up : string -> t
val of_string_down : string -> t
Conversion from string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page