Home
last modified time | relevance | path

Searched defs:APFloat (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h39 class APFloat; variable
951 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} in APFloat() function
952 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) in APFloat() function
966 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() function
968 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() function
973 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat() function
975 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat() function
976 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat() function
977 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} in APFloat() function
H A DAPFixedPoint.h27 class APFloat; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h18 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h29 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h51 class APFloat; variable
H A DGIMatchTableExecutor.h40 class APFloat; variable
676 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h23 using APFloat = llvm::APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h46 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h495 APFloat, // APFloatVal enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5297 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat