Return true if every finite value of semantics A is exactly representable in semantics B.
Declared in <llvm/ADT/APFloat.h>
static
bool
isRepresentableBy(
fltSemantics const& A,
fltSemantics const& B);
Does not take into account fltNonfiniteBehavior, hasZero, or hasSignedRepr.
true if every finite value of A is exactly representable in B
| Name | Description |
|---|---|
| A | source floating-point semantics |
| B | destination floating-point semantics |