Home
last modified time | relevance | path

Searched refs:Float64Cosh (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-math.cc285 MathUnaryOperation(&CodeStubAssembler::Float64Cosh); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h130 V(Float64Cosh) \
Dmachine-operator.h397 const Operator* Float64Cosh(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h503 Node* Float64Cosh(Node* a) { return AddNode(machine()->Float64Cosh(), a); } in Float64Cosh() function
Dopcodes.h449 V(Float64Cosh) \
Drepresentation-change.cc944 return machine()->Float64Cosh(); in Float64OperatorFor()
Dmachine-operator.cc182 V(Float64Cosh, Operator::kNoProperties, 1, 0, 1) \