Searched refs:NumberAtan (Results 1 – 5 of 5) sorted by relevance
304 const Operator* NumberAtan(); in NON_EXPORTED_BASE()
275 V(NumberAtan) \
433 V(NumberAtan, Operator::kNoProperties, 1, 0) \
319 Type* OperationTyper::NumberAtan(Type* type) { in NumberAtan() function in v8::internal::compiler::OperationTyper
1059 Node* value = graph()->NewNode(simplified()->NumberAtan(), input); in ReduceMathAtan()