Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math-gen.cc362 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log); in TF_BUILTIN()
/external/v8/src/compiler/
Dmachine-operator.h438 const Operator* Float64Log(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h545 Node* Float64Log(Node* a) { return AddNode(machine()->Float64Log(), a); } in Float64Log() function
Dopcodes.h538 V(Float64Log) \
Drepresentation-change.cc1038 return machine()->Float64Log(); in Float64OperatorFor()
Dmachine-operator.cc202 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h504 V(Float64Log, Float64T, Float64T) \
Dwasm-compiler.cc749 op = m->Float64Log(); in Unop()