Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp398 exponentInf(const fltSemantics &semantics) { in exponentInf() function
3668 myexponent = ::exponentInf(S) + bias; in convertIEEEFloatToAPInt()
4005 if (myexponent - bias == ::exponentInf(S) && all_zero_significand) { in initFromIEEEAPInt()
4765 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf() function in llvm::detail::IEEEFloat
4766 return ::exponentInf(*semantics); in exponentInf()
4784 exponent = exponentInf(); in makeInf()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h730 ExponentType exponentInf() const;