ΒΆinline llvm::APFloat maxnum(
    const llvm::APFloat& A,
    const llvm::APFloat& B)

Description

Implements IEEE maxNum semantics. Returns the larger of the 2 arguments if both are not NaN. If either argument is a NaN, returns the other argument.

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

Parameters

const llvm::APFloat& A
const llvm::APFloat& B