Home
last modified time | relevance | path

Searched defs:FloatType (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/src/math/exhaustive/
H A Dexhaustive_test.h45 using FloatType = InType; member
78 using FloatType = InType; member
115 using FloatType = typename Checker::FloatType; global() member
[all...]
H A Dhypotf_test.cpp19 using FloatType = float; typedef
H A Dsincosf_test.cpp16 using FloatType = float; typedef
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddwp-foreign-type-units.cpp93 typedef float FloatType; global() typedef
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DIncorrectRoundingsCheck.cpp35 auto FloatType = expr(hasType(realFloatingPointType())); in registerMatchers() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDataLayoutImporter.h27 class FloatType; variable
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp16 mlir::Type FloatType = mlir::Float32Type::get(&Context); variable
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h85 class FloatType; variable
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypes.h28 class FloatType; global() variable
H A DBuilders.h25 class FloatType; global() variable
/llvm-project/libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp303 TEST(LlvmLibcFPBitsTest,FloatType) TEST() argument