Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h413 const Operator* Float64Log10(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h508 Node* Float64Log10(Node* a) { return AddNode(machine()->Float64Log10(), a); } in Float64Log10() function
Dopcodes.h435 V(Float64Log10) \
Dcode-assembler.h130 V(Float64Log10) \
Drepresentation-change.cc924 return machine()->Float64Log10(); in Float64OperatorFor()
Dmachine-operator.cc188 V(Float64Log10, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/builtins/
Dbuiltins-math.cc422 Generate_MathUnaryOperation(assembler, &CodeStubAssembler::Float64Log10); in Generate_MathLog10()