Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h563 const Operator* NumberAtan2(); in NON_EXPORTED_BASE()
Dopcodes.h287 V(NumberAtan2) \
Doperation-typer.cc981 Type OperationTyper::NumberAtan2(Type lhs, Type rhs) { in NumberAtan2() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc684 V(NumberAtan2, Operator::kNoProperties, 2, 0) \
Djs-call-reducer.cc3586 return ReduceMathBinary(node, simplified()->NumberAtan2()); in ReduceJSCall()