Searched defs:APFloat (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 39 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 D | APFixedPoint.h | 27 class APFloat; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 18 class APFloat; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 29 class APFloat; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 51 class APFloat; variable
|
H A D | GIMatchTableExecutor.h | 40 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 D | Floating.h | 23 using APFloat = llvm::APFloat; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 46 class APFloat; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 495 APFloat, // APFloatVal enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5297 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat
|