Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc385 MathUnaryOperation(&CodeStubAssembler::Float64Log1p); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h134 V(Float64Log1p) \
Dmachine-operator.h410 const Operator* Float64Log1p(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h507 Node* Float64Log1p(Node* a) { return AddNode(machine()->Float64Log1p(), a); } in Float64Log1p() function
Dopcodes.h453 V(Float64Log1p) \
Drepresentation-change.cc956 return machine()->Float64Log1p(); in Float64OperatorFor()
Dmachine-operator.cc186 V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \