Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h775 const Operator* NumberTanh(); in NON_EXPORTED_BASE()
Dopcodes.h382 V(NumberTanh) \
Doperation-typer.cc508 Type OperationTyper::NumberTanh(Type type) { in NumberTanh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc723 V(NumberTanh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4754 return ReduceMathUnary(node, simplified()->NumberTanh()); in ReduceJSCall()