Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h759 const Operator* NumberCosh(); in NON_EXPORTED_BASE()
Dopcodes.h367 V(NumberCosh) \
Doperation-typer.cc407 Type OperationTyper::NumberCosh(Type type) { in NumberCosh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc707 V(NumberCosh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4724 return ReduceMathUnary(node, simplified()->NumberCosh()); in ReduceJSCall()