Searched refs:NumberAsinh (Results 1 – 5 of 5) sorted by relevance
303 const Operator* NumberAsinh(); in NON_EXPORTED_BASE()
274 V(NumberAsinh) \
432 V(NumberAsinh, Operator::kNoProperties, 1, 0) \
314 Type* OperationTyper::NumberAsinh(Type* type) { in NumberAsinh() function in v8::internal::compiler::OperationTyper
1047 Node* value = graph()->NewNode(simplified()->NumberAsinh(), input); in ReduceMathAsinh()