Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h301 const Operator* NumberAcosh(); in NON_EXPORTED_BASE()
Dopcodes.h272 V(NumberAcosh) \
Dsimplified-operator.cc430 V(NumberAcosh, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc304 Type* OperationTyper::NumberAcosh(Type* type) { in NumberAcosh() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1023 Node* value = graph()->NewNode(simplified()->NumberAcosh(), input); in ReduceMathAcosh()