Home
last modified time | relevance | path

Searched defs:IsInt (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp45 #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
DIceUtils.h39 template <typename T> inline bool IsInt(int N, T value) { in IsInt() function
DIceRegistersARM32.h94 unsigned IsInt : 1; member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.h71 bool IsInt() const { return kind_ == Kind::kInt; } in IsInt() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.h229 bool IsInt() const { return IsSignedInt() || IsUnsignedInt(); } in IsInt() function
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h466 bool IsInt() const { return type_ == Type::kInt; } in IsInt() function
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc249 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsInt() { in IsInt() function in CefV8ValueCToCpp
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py604 def IsInt(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h393 bool IsInt() const { return type_ == FBT_INT || type_ == FBT_INDIRECT_INT; } in IsInt() function
/third_party/cef/libcef/renderer/
Dv8_impl.cc1654 bool CefV8ValueImpl::IsInt() { in IsInt() function in CefV8ValueImpl