Searched defs:APFloat (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 40 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 D | APFixedPoint.h | 27 class APFloat; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstShared.h | 20 class APFloat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 30 class APFloat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutor.h | 44 class APFloat; variable 706 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat()
|
| H A D | Utils.h | 53 class APFloat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 48 class APFloat; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Floating.h | 27 using APFloat = llvm::APFloat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 511 APFloat, // APFloatVal enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 5481 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat
|