Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp367 exponentZero(const fltSemantics &semantics) { in exponentZero() function
380 return exponentZero(semantics); in exponentNaN()
3554 myexponent = ::exponentZero(S) + bias; in convertIEEEFloatToAPInt()
4589 APFloatBase::ExponentType IEEEFloat::exponentZero() const { in exponentZero() function in llvm::detail::IEEEFloat
4590 return ::exponentZero(*semantics); in exponentZero()
4615 exponent = exponentZero(); in makeZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h631 ExponentType exponentZero() const;