Home
last modified time | relevance | path

Searched refs:FloatMatcher (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h152 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {
153 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher() function
183 typedef FloatMatcher<float, IrOpcode::kFloat32Constant> Float32Matcher;
184 typedef FloatMatcher<double, IrOpcode::kFloat64Constant> Float64Matcher;
185 typedef FloatMatcher<double, IrOpcode::kNumberConstant> NumberMatcher;
/external/llvm/include/llvm/Support/
DYAMLTraits.h381 Regex FloatMatcher("^(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)?$");
382 if (FloatMatcher.match(S))
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h433 Regex FloatMatcher("^(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)?$");
434 if (FloatMatcher.match(S))