Home
last modified time | relevance | path

Searched refs:exponentInf (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h543 ExponentType exponentInf() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4138 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf() function in llvm::detail::IEEEFloat
4149 exponent = exponentInf(); in makeInf()