Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h398 const Operator* Float64Cosh(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h503 Node* Float64Cosh(Node* a) { return AddNode(machine()->Float64Cosh(), a); } in Float64Cosh() function
Dopcodes.h430 V(Float64Cosh) \
Dcode-assembler.h124 V(Float64Cosh) \
Drepresentation-change.cc908 return machine()->Float64Cosh(); in Float64OperatorFor()
Dmachine-operator.cc182 V(Float64Cosh, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/builtins/
Dbuiltins-math.cc313 Generate_MathUnaryOperation(assembler, &CodeStubAssembler::Float64Cosh); in Generate_MathCosh()