Expand description
§Rust bindings for Intel® Decimal Floating-Point Math Library v2.3
Modules§
- bid32_
000 bid32_000
bindings- bid64_
000 bid64_000
bindings- bid128_
000 bid128_000
bindings
Structs§
- BID32
- A structure representing 32-bit floating-point decimal number.
- BID64
- A structure representing 64-bit floating-point decimal number.
- BID128
- A structure representing 128-bit floating-point decimal number.
Enums§
- Class
- Number classes.
Constants§
- EXE_
CLEAR - Exception flag
AllClear
. - EXE_
INEXACT - Exception flag
Inexact
. - EXE_
INVALID - Exception flag
Invalid
. - EXE_
OVERFLOW - Exception flag
Overflow
. - EXE_
UNDERFLOW - Exception flag
Underflow
. - EXE_
ZERO_ DIVIDE - Exception flag
ZeroDivide
. - RND_
DOWNWARD - Rounding mode
Downward
. - RND_
NEAREST_ AWAY - Rounding mode
NearestAway
. - RND_
NEAREST_ EVEN - Rounding mode
NearestEven
. - RND_
TOWARD_ ZERO - Rounding mode
TowardZero
. - RND_
UPWARD - Rounding mode
Upward
.