union IEEEFloat::Significand

Declaration

union IEEEFloat::Significand { /* full declaration omitted */ };

Description

A binary fraction with an explicit integer bit. The significand must be at least one bit wider than the target precision.

Declared at: llvm/include/llvm/ADT/APFloat.h:575

Member Variables

public llvm::APFloatBase::integerPart part
public llvm::APFloatBase::integerPart* parts