OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatMatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/compiler/
node-matchers.h
87
struct
FloatMatcher
FINAL : public ValueMatcher<T, kOpcode> {
88
explicit
FloatMatcher
(Node* node) : ValueMatcher<T, kOpcode>(node) {}
93
typedef
FloatMatcher
<float, IrOpcode::kFloat32Constant> Float32Matcher;
94
typedef
FloatMatcher
<double, IrOpcode::kFloat64Constant> Float64Matcher;
95
typedef
FloatMatcher
<double, IrOpcode::kNumberConstant> NumberMatcher;
/external/llvm/include/llvm/Support/
YAMLTraits.h
349
Regex
FloatMatcher
("^(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)?$");
350
if (
FloatMatcher
.match(S))
[
all
...]
Completed in 534 milliseconds