Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math-gen.cc383 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log2); in TF_BUILTIN()
/external/v8/src/compiler/
Dmachine-operator.h440 const Operator* Float64Log2(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h548 Node* Float64Log2(Node* a) { return AddNode(machine()->Float64Log2(), a); } in Float64Log2() function
Dopcodes.h541 V(Float64Log2) \
Drepresentation-change.cc1042 return machine()->Float64Log2(); in Float64OperatorFor()
Dmachine-operator.cc204 V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h506 V(Float64Log2, Float64T, Float64T) \