Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h410 const Operator* Float64Log(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h506 Node* Float64Log(Node* a) { return AddNode(machine()->Float64Log(), a); } in Float64Log() function
Dopcodes.h433 V(Float64Log) \
Dcode-assembler.h127 V(Float64Log) \
Drepresentation-change.cc918 return machine()->Float64Log(); in Float64OperatorFor()
Dmachine-operator.cc185 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc882 op = m->Float64Log(); in Unop()
/external/v8/src/builtins/
Dbuiltins-math.cc412 Generate_MathUnaryOperation(assembler, &CodeStubAssembler::Float64Log); in Generate_MathLog()