Returns true if any number described by Src can be precisely represented by a normal (not subnormal) value in Dst.
Declared in <llvm/ADT/APFloat.h>
static
bool
isRepresentableAsNormalIn(
fltSemantics const& Src,
fltSemantics const& Dst);
true if every value of Src is precisely representable as a normal in Dst
| Name | Description |
|---|---|
| Src | source floating-point semantics |
| Dst | destination floating-point semantics |