HomeSort by relevance Sort by last modified time
    Searched refs:Float64Log1p (Results 1 - 7 of 7) sorted by null

  /external/v8/src/builtins/
builtins-math.cc 385 MathUnaryOperation(&CodeStubAssembler::Float64Log1p);
  /external/v8/src/compiler/
code-assembler.h 134 V(Float64Log1p) \
machine-operator.h 410 const Operator* Float64Log1p();
raw-machine-assembler.h 507 Node* Float64Log1p(Node* a) { return AddNode(machine()->Float64Log1p(), a); }
opcodes.h 453 V(Float64Log1p) \
machine-operator.cc 186 V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
    [all...]
representation-change.cc     [all...]

Completed in 1145 milliseconds