Home
last modified time | relevance | path

Searched defs:Logical (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/flang/lib/Evaluate/
Dlogical.cpp13 template class Logical<8>; variable
14 template class Logical<16>; variable
15 template class Logical<32>; variable
16 template class Logical<64>; variable
Dfold-logical.cpp17 FunctionRef<Type<TypeCategory::Logical, KIND>> &&funcRef) { in FoldIntrinsicFunction()
Dexpression.cpp185 const Expr<Type<TypeCategory::Logical, KIND>> &that) const { in operator ==() argument
/external/llvm-project/flang/include/flang/Evaluate/
Dlogical.h25 constexpr Logical() {} // .FALSE. in Logical() function
27 constexpr Logical(Logical<B, C> x) : word_{Represent(x.IsTrue())} {} in Logical() function
28 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical() function
95 constexpr Logical(const Word &w) : word_{w} {} in Logical() function
Dtools.h567 Expr<Type<TypeCategory::Logical, K>> LogicalNegation( in LogicalNegation()
575 Expr<Type<TypeCategory::Logical, K>> BinaryLogicalOperation(LogicalOperator opr, in BinaryLogicalOperation()
/external/llvm-project/flang/include/flang/Common/
DFortran.h22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h306 template <typename A> struct Logical { struct
308 Logical(Logical &&that) = default; argument
309 Logical(A &&that) : thing(std::move(that)) {} in Logical() function
310 Logical &operator=(Logical &&) = default; argument
322 using LogicalExpr = Logical<common::Indirection<Expr>>; // R1024 argument
696 struct Logical { struct
698 Logical(std::optional<KindSelector> &&k) : kind{std::move(k)} {} in Logical() function
699 std::optional<KindSelector> kind;
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h306 Logical, enumerator
/external/python/cpython2/Lib/plat-mac/
Daetypes.py218 class Logical: class
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspv.d96 Logical = 0, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspv.d96 Logical = 0, enumerator
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh873 Logical = 0x10, /* If set, this subtable will process glyphs enumerator
/external/crosvm/hypervisor/src/
Dx86_64.rs143 Logical = 1, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspv.d90 Logical = 0, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs77 Logical = 0, enumerator
Dspirv.json93 "Logical": 0, number
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs77 Logical = 0, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.cs77 Logical = 0, enumerator
Dspirv.json93 "Logical": 0, number
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.cs77 Logical = 0, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs77 Logical = 0, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs77 Logical = 0, enumerator
Dspirv.json93 "Logical": 0, number
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.cs77 Logical = 0, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.cs77 Logical = 0, enumerator

12