Searched refs:Float64Log (Results 1 – 8 of 8) sorted by relevance
362 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log); in TF_BUILTIN()
438 const Operator* Float64Log(); in NON_EXPORTED_BASE()
545 Node* Float64Log(Node* a) { return AddNode(machine()->Float64Log(), a); } in Float64Log() function
538 V(Float64Log) \
1038 return machine()->Float64Log(); in Float64OperatorFor()
202 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
504 V(Float64Log, Float64T, Float64T) \
749 op = m->Float64Log(); in Unop()