Home
last modified time | relevance | path

Searched refs:Float64Atanh (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h111 V(Float64Atanh) \
Dmachine-operator.h374 const Operator* Float64Atanh();
Draw-machine-assembler.h467 Node* Float64Atanh(Node* a) { return AddNode(machine()->Float64Atanh(), a); } in Float64Atanh() function
Dopcodes.h388 V(Float64Atanh) \
Drepresentation-change.cc703 return machine()->Float64Atanh(); in Float64OperatorFor()
Dmachine-operator.cc154 V(Float64Atanh, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/
Dbuiltins.cc2295 Node* value = assembler->Float64Atanh(x_value); in Generate_MathAtanh()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5522 m.Return(m.Float64Atanh(m.Parameter(0))); in TEST()