Home
last modified time | relevance | path

Searched defs:Float (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A DPR84368.cpp5 template<class T> concept IsOk = requires() { typename T::Float; }; member in T
15 struct MyType { using Float=float; }; typedef
H A Dcast.c26 typedef float Float; typedef
/llvm-project/clang/test/CodeCompletion/
H A Doperator.cpp8 typedef float Float; typedef
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h58 Float, enumerator
91 double Float; member
H A DMsgPackDocument.h58 double Float; member
/llvm-project/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp18 static llvm::Regex Float( in isNumericRegex() local
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp22 constexpr float Float = 3.1415f; in Test() local
/llvm-project/clang/test/SemaCXX/
H A Doverload-decl.cpp8 typedef float Float; typedef
/llvm-project/compiler-rt/lib/nsan/tests/
H A DNSanUnitTest.cpp54 TEST(NSanTest, Float) { TestFT<float, nextafterf>(); } in TEST() argument
/llvm-project/lldb/test/API/functionalities/type_find_first/
H A Dmain.cpp7 namespace Float { namespace
/llvm-project/clang/test/SemaObjC/
H A Dproperty-category-4.m108 @property (readonly) float Float; // no warning for this property - a getter is declared in this p… property
109 - (float) Float; method
/llvm-project/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp11 typedef float Float; in test() typedef
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp84 using Float = float; in referenced_type() typedef
85 using Float = decltype(a0); in referenced_type() typedef
86 using Float = decltype(ar0); in referenced_type() typedef
87 using Float = decltype(arr0); in referenced_type() typedef
/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp185 APFloat Float(APFloat::x87DoubleExtended(), APInt(80, RawBits)); in toStringAPFloat() local
191 static std::string stripTrailingZeros(const std::string &Float) { in stripTrailingZeros()
H A DZ3Solver.cpp761 mkFloat(const llvm::APFloat Float) mkFloat() argument
798 toAPFloat(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APFloat & Float,bool useSemantics) toAPFloat() argument
870 getInterpretation(const SMTExprRef & Exp,llvm::APFloat & Float) getInterpretation() argument
/llvm-project/llvm/unittests/ADT/
H A DPointerSumTypeTest.cpp16 enum Kinds { Float, Int1, Int2 }; enumerator
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStdNumbersCheck.cpp128 const auto Float = floatLiteral(near(Val, DiffThreshold)); in matchFloatValueNear() local
139 const auto Float = expr(ignoreParenAndFloatingCasting( in matchValue() local
/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h29 Float, global() enumerator
/llvm-project/libc/src/stdio/printf_core/
H A Dcore_structs.h93 Float = 1, enumerator
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h127 Float, global() enumerator
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h
/llvm-project/lldb/tools/debugserver/source/
H A DJSON.h279 Float, enumerator
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h121 Float, global() enumerator
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h154 FloatMax Float; member
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h99 Float = 1 << 5, enumerator
229 Float, enumerator

12