Home
last modified time | relevance | path

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

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