Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp68 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp68 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dfile_utils.cc17 bool IsNumeric(const char* str) { in IsNumeric() function
/external/llvm-project/flang/lib/Semantics/
Dtype.cpp601 bool DeclTypeSpec::IsNumeric(TypeCategory tc) const { in IsNumeric() function in Fortran::semantics::DeclTypeSpec
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function