Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc474 MathUnaryOperation(&CodeStubAssembler::Float64Sinh); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h140 V(Float64Sinh) \
Dmachine-operator.h399 const Operator* Float64Sinh(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h514 Node* Float64Sinh(Node* a) { return AddNode(machine()->Float64Sinh(), a); } in Float64Sinh() function
Dopcodes.h463 V(Float64Sinh) \
Drepresentation-change.cc970 return machine()->Float64Sinh(); in Float64OperatorFor()
Dmachine-operator.cc199 V(Float64Sinh, Operator::kNoProperties, 1, 0, 1) \