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

  /external/v8/src/builtins/
builtins-math-gen.cc 362 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log);
  /external/v8/src/compiler/
machine-operator.h 438 const Operator* Float64Log();
raw-machine-assembler.h 545 Node* Float64Log(Node* a) { return AddNode(machine()->Float64Log(), a); }
    [all...]
opcodes.h 538 V(Float64Log) \
representation-change.cc     [all...]
machine-operator.cc 202 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
    [all...]
code-assembler.h 504 V(Float64Log, Float64T, Float64T) \
    [all...]
wasm-compiler.cc 749 op = m->Float64Log();
    [all...]

Completed in 287 milliseconds