Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h187 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {
188 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher() function
225 using Float32Matcher = FloatMatcher<float, IrOpcode::kFloat32Constant>;
226 using Float64Matcher = FloatMatcher<double, IrOpcode::kFloat64Constant>;
227 using NumberMatcher = FloatMatcher<double, IrOpcode::kNumberConstant>;
/third_party/skia/third_party/externals/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))