Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.h118 V(Float64Log10) \
Dmachine-operator.h388 const Operator* Float64Log10();
Draw-machine-assembler.h474 Node* Float64Log10(Node* a) { return AddNode(machine()->Float64Log10(), a); } in Float64Log10() function
Dopcodes.h395 V(Float64Log10) \
Drepresentation-change.cc711 return machine()->Float64Log10(); in Float64OperatorFor()
Dmachine-operator.cc162 V(Float64Log10, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/
Dbuiltins.cc2542 Node* value = assembler->Float64Log10(x_value); in Generate_MathLog10()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5610 m.Return(m.Float64Log10(m.Parameter(0))); in TEST()