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.h40 class APFloat; variable
1066 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} in APFloat() function
1067 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) in APFloat() function
1081 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() function
1083 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() function
1088 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat() function
1090 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat() function
1091 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat() function
1092 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.h20 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h30 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h44 class APFloat; variable
706 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat()
H A DUtils.h53 class APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h48 class APFloat; variable
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFloating.h27 using APFloat = llvm::APFloat; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h511 APFloat, // APFloatVal enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5481 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat