Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math-gen.cc376 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log10); in TF_BUILTIN()
/external/v8/src/compiler/
Dmachine-operator.h441 const Operator* Float64Log10(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h547 Node* Float64Log10(Node* a) { return AddNode(machine()->Float64Log10(), a); } in Float64Log10() function
Dopcodes.h540 V(Float64Log10) \
Drepresentation-change.cc1044 return machine()->Float64Log10(); in Float64OperatorFor()
Dmachine-operator.cc205 V(Float64Log10, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h507 V(Float64Log10, Float64T, Float64T) \