Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h303 const Operator* NumberAsinh(); in NON_EXPORTED_BASE()
Dopcodes.h274 V(NumberAsinh) \
Dsimplified-operator.cc432 V(NumberAsinh, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc314 Type* OperationTyper::NumberAsinh(Type* type) { in NumberAsinh() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1047 Node* value = graph()->NewNode(simplified()->NumberAsinh(), input); in ReduceMathAsinh()