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.
| Name | Description |
|---|---|
| A | Describes the parameters of a floating-point format used by APFloat. |
| B | Describes the parameters of a floating-point format used by APFloat. |