Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h38 class APFloat; global() variable
920 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} APFloat() function
921 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) APFloat() function
935 APFloat(const fltSemantics &Semantics) : U(Semantics) {} APFloat() function
937 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} APFloat() function
942 APFloat(const fltSemantics &Semantics, uninitializedTag) APFloat() function
944 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} APFloat() function
945 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} APFloat() function
946 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} APFloat() function
[all...]
H A DAPFixedPoint.h27 class APFloat; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h29 class APFloat; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h51 class APFloat; variable
H A DGIMatchTableExecutor.h40 class APFloat; variable
658 testImmPredicate_APFloat(unsigned,const APFloat &) testImmPredicate_APFloat() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h44 class APFloat; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h23 using APFloat = llvm::APFloat; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h485 APFloat, // APFloatVal global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5176 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) APFloat() function in llvm::APFloat
[all...]