Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h412 const Operator* Float64Log2(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h509 Node* Float64Log2(Node* a) { return AddNode(machine()->Float64Log2(), a); } in Float64Log2() function
Dopcodes.h436 V(Float64Log2) \
Dcode-assembler.h129 V(Float64Log2) \
Drepresentation-change.cc922 return machine()->Float64Log2(); in Float64OperatorFor()
Dmachine-operator.cc187 V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \
/external/v8/src/builtins/
Dbuiltins-math.cc427 Generate_MathUnaryOperation(assembler, &CodeStubAssembler::Float64Log2); in Generate_MathLog2()