Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.h115 V(Float64Log) \
Dmachine-operator.h385 const Operator* Float64Log();
Draw-machine-assembler.h472 Node* Float64Log(Node* a) { return AddNode(machine()->Float64Log(), a); } in Float64Log() function
Dopcodes.h393 V(Float64Log) \
Drepresentation-change.cc705 return machine()->Float64Log(); in Float64OperatorFor()
Dmachine-operator.cc159 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc804 op = m->Float64Log(); in Unop()
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc1506 Reduce(graph()->NewNode(machine()->Float64Log(), Float64Constant(x))); in TEST_F()
/external/v8/src/
Dbuiltins.cc2506 Node* value = assembler->Float64Log(x_value); in Generate_MathLog()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5566 m.Return(m.Float64Log(m.Parameter(0))); in TEST()