Home
last modified time | relevance | path

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

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