Home
last modified time | relevance | path

Searched refs:Float64Sin (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h121 V(Float64Sin) \
Dmachine-operator.h378 const Operator* Float64Sin();
Draw-machine-assembler.h476 Node* Float64Sin(Node* a) { return AddNode(machine()->Float64Sin(), a); } in Float64Sin() function
Dopcodes.h397 V(Float64Sin) \
Drepresentation-change.cc713 return machine()->Float64Sin(); in Float64OperatorFor()
Dmachine-operator.cc169 V(Float64Sin, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc792 op = m->Float64Sin(); in Unop()
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc1533 Reduce(graph()->NewNode(machine()->Float64Sin(), Float64Constant(x))); in TEST_F()
/external/v8/src/
Dbuiltins.cc2571 Node* value = assembler->Float64Sin(x_value); in Generate_MathSin()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5636 m.Return(m.Float64Sin(m.Parameter(0))); in TEST()