Home
last modified time | relevance | path

Searched refs:NumberTanh (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h583 const Operator* NumberTanh(); in NON_EXPORTED_BASE()
Dopcodes.h335 V(NumberTanh) \
Doperation-typer.cc507 Type OperationTyper::NumberTanh(Type type) { in NumberTanh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc704 V(NumberTanh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3582 return ReduceMathUnary(node, simplified()->NumberTanh()); in ReduceJSCall()