Home
last modified time | relevance | path

Searched refs:Float64Log1p (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h116 V(Float64Log1p) \
Dmachine-operator.h386 const Operator* Float64Log1p();
Draw-machine-assembler.h473 Node* Float64Log1p(Node* a) { return AddNode(machine()->Float64Log1p(), a); } in Float64Log1p() function
Dopcodes.h394 V(Float64Log1p) \
Drepresentation-change.cc707 return machine()->Float64Log1p(); in Float64OperatorFor()
Dmachine-operator.cc160 V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc1519 Reduce(graph()->NewNode(machine()->Float64Log1p(), Float64Constant(x))); in TEST_F()
/external/v8/src/
Dbuiltins.cc2518 Node* value = assembler->Float64Log1p(x_value); in Generate_MathLog1p()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5581 m.Return(m.Float64Log1p(m.Parameter(0))); in TEST()