Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp336 exponentZero(const fltSemantics &semantics) { in exponentZero() function
349 return exponentZero(semantics); in exponentNaN()
3523 myexponent = ::exponentZero(S) + bias; in convertIEEEFloatToAPInt()
4471 APFloatBase::ExponentType IEEEFloat::exponentZero() const { in exponentZero() function in llvm::detail::IEEEFloat
4472 return ::exponentZero(*semantics); in exponentZero()
4494 exponent = exponentZero(); in makeZero()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h608 ExponentType exponentZero() const;