Searched defs:IsInt (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.cpp | 45 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 60 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 80 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 87 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
|
D | IceUtils.h | 39 template <typename T> inline bool IsInt(int N, T value) { in IsInt() function
|
D | IceRegistersARM32.h | 94 unsigned IsInt : 1; member
|
/external/armnn/include/armnn/ |
D | BackendOptions.hpp | 109 bool IsInt() const { return m_Type == VarTypes::Integer; } in IsInt() function in armnn::BackendOptions::Var
|
/external/deqp-deps/amber/src/ |
D | type_test.cc | 218 TEST_F(TypeTest, IsInt) { in TEST_F() argument
|
D | type.h | 48 static bool IsInt(FormatMode mode) { in IsInt() function
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 393 bool IsInt() const { return type_ == FBT_INT || type_ == FBT_INDIRECT_INT; } in IsInt() function
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1030 bool IsInt; member
|