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.cpp372 exponentInf(const fltSemantics &semantics) { in exponentInf() function
3560 myexponent = ::exponentInf(S) + bias; in convertIEEEFloatToAPInt()
3848 if (myexponent - bias == ::exponentInf(S) && all_zero_significand) { in initFromIEEEAPInt()
4585 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf() function in llvm::detail::IEEEFloat
4586 return ::exponentInf(*semantics); in exponentInf()
4604 exponent = exponentInf(); in makeInf()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h630 ExponentType exponentInf() const;