Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h564 const Operator* NumberAtanh(); in NON_EXPORTED_BASE()
Dopcodes.h315 V(NumberAtanh) \
Doperation-typer.cc378 Type OperationTyper::NumberAtanh(Type type) { in NumberAtanh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc685 V(NumberAtanh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3544 return ReduceMathUnary(node, simplified()->NumberAtanh()); in ReduceJSCall()