HomeSort by relevance Sort by last modified time
    Searched defs:ScalarType (Results 1 - 8 of 8) sorted by null

  /system/tools/hidl/
ScalarType.h 25 struct ScalarType : public Type {
40 ScalarType(Kind kind);
45 const ScalarType *resolveToScalarType() const override;
108 DISALLOW_COPY_AND_ASSIGN(ScalarType);
ScalarType.cpp 17 #include "ScalarType.h"
23 ScalarType::ScalarType(Kind kind)
27 const ScalarType *ScalarType::resolveToScalarType() const {
31 bool ScalarType::isValidEnumStorageType() const {
36 bool ScalarType::isScalar() const {
40 bool ScalarType::isElidableType() const {
44 bool ScalarType::canCheckEquality() const {
48 std::string ScalarType::typeName() const
    [all...]
  /external/gemmlowp/internal/
simd_wrappers.h 27 template <typename ScalarType, int ScalarCount>
29 using Type = ScalarType;
46 using ScalarType = tScalarType;
48 using RegisterType = typename RegisterType<ScalarType, kScalarCount>::Type;
51 static_assert(sizeof(RegisterType) % sizeof(ScalarType) == 0, "");
53 sizeof(RegisterType) / sizeof(ScalarType);
55 (kScalarCount * sizeof(ScalarType) + sizeof(RegisterType) - 1) /
63 using ScalarType = tScalarType;
67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>;
141 using ScalarType = typename Lhs::ScalarType
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]

Completed in 666 milliseconds