Home
last modified time | relevance | path

Searched refs:Float64Log2 (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h117 V(Float64Log2) \
Dmachine-operator.h387 const Operator* Float64Log2();
Draw-machine-assembler.h475 Node* Float64Log2(Node* a) { return AddNode(machine()->Float64Log2(), a); } in Float64Log2() function
Dopcodes.h396 V(Float64Log2) \
Drepresentation-change.cc709 return machine()->Float64Log2(); in Float64OperatorFor()
Dmachine-operator.cc161 V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/
Dbuiltins.cc2530 Node* value = assembler->Float64Log2(x_value); in Generate_MathLog2()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5595 m.Return(m.Float64Log2(m.Parameter(0))); in TEST()