Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h754 const Operator* NumberAtan(); in NON_EXPORTED_BASE()
Dopcodes.h361 V(NumberAtan) \
Doperation-typer.cc374 Type OperationTyper::NumberAtan(Type type) { in NumberAtan() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc702 V(NumberAtan, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4714 return ReduceMathUnary(node, simplified()->NumberAtan()); in ReduceJSCall()