Home
last modified time | relevance | path

Searched refs:ReduceMathAtanh (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-builtin-reducer.h70 Reduction ReduceMathAtanh(Node* node); in NON_EXPORTED_BASE()
Djs-builtin-reducer.cc1066 Reduction JSBuiltinReducer::ReduceMathAtanh(Node* node) { in ReduceMathAtanh() function in v8::internal::compiler::JSBuiltinReducer
2027 reduction = ReduceMathAtanh(node); in Reduce()