Home
last modified time | relevance | path

Searched defs:toSemantics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h55 Floating toSemantics(const llvm::fltSemantics *Sem, in toSemantics() function
65 Floating toSemantics(const Floating &Other, llvm::RoundingMode RM) const { in toSemantics() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2439 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert()