Given a floating point semantic, return the next floating point semantic with a larger exponent and larger or equal mantissa.

Synopsis

Declared in <llvm/ADT/APFixedPoint.h>

static
fltSemantics const*
promoteFloatSemantics(fltSemantics const* S);

Return Value

Describes the parameters of a floating‐point format used by APFloat.

Parameters

Name

Description

S

Describes the parameters of a floating‐point format used by APFloat.

Created with MrDocs