Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h562 const Operator* NumberAtan(); in NON_EXPORTED_BASE()
Dopcodes.h314 V(NumberAtan) \
Doperation-typer.cc373 Type OperationTyper::NumberAtan(Type type) { in NumberAtan() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc683 V(NumberAtan, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3542 return ReduceMathUnary(node, simplified()->NumberAtan()); in ReduceJSCall()