Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h756 const Operator* NumberAtanh(); in NON_EXPORTED_BASE()
Dopcodes.h362 V(NumberAtanh) \
Doperation-typer.cc379 Type OperationTyper::NumberAtanh(Type type) { in NumberAtanh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc704 V(NumberAtanh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4716 return ReduceMathUnary(node, simplified()->NumberAtanh()); in ReduceJSCall()