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

Next floating‐point semantic with a larger exponent.

Parameters

Name

Description

S

Floating‐point format to promote.

Created with MrDocs