Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h304 const Operator* NumberAtan(); in NON_EXPORTED_BASE()
Dopcodes.h275 V(NumberAtan) \
Dsimplified-operator.cc433 V(NumberAtan, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc319 Type* OperationTyper::NumberAtan(Type* type) { in NumberAtan() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1059 Node* value = graph()->NewNode(simplified()->NumberAtan(), input); in ReduceMathAtan()