Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc395 MathUnaryOperation(&CodeStubAssembler::Float64Log2); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h135 V(Float64Log2) \
Dmachine-operator.h411 const Operator* Float64Log2(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h509 Node* Float64Log2(Node* a) { return AddNode(machine()->Float64Log2(), a); } in Float64Log2() function
Dopcodes.h455 V(Float64Log2) \
Drepresentation-change.cc958 return machine()->Float64Log2(); in Float64OperatorFor()
Dmachine-operator.cc187 V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \