Home
last modified time | relevance | path

Searched defs:IsNumeric (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(spv::Op opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.h248 bool IsNumeric() const { return IsInt() || IsFloat() || IsBool(); } in IsNumeric() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py600 def IsNumeric(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h427 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function