Searched refs:NumberTan (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-operator.h324 const Operator* NumberTan();
H A Dopcodes.h295 V(NumberTan) \
H A Dsimplified-operator.cc453 V(NumberTan, Operator::kNoProperties, 1, 0) \
H A Doperation-typer.cc443 Type* OperationTyper::NumberTan(Type* type) { function in class:v8::internal::compiler::OperationTyper
H A Djs-builtin-reducer.cc1375 // Math.tan(a:plain-primitive) -> NumberTan(ToNumber(a))
1377 Node* value = graph()->NewNode(simplified()->NumberTan(), input);

Completed in 159 milliseconds