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

  /external/v8/src/builtins/
builtins-math-gen.cc 311 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cosh);
  /external/v8/src/compiler/
machine-operator.h 426 const Operator* Float64Cosh();
raw-machine-assembler.h 542 Node* Float64Cosh(Node* a) { return AddNode(machine()->Float64Cosh(), a); }
    [all...]
opcodes.h 535 V(Float64Cosh) \
representation-change.cc     [all...]
machine-operator.cc 199 V(Float64Cosh, Operator::kNoProperties, 1, 0, 1) \
    [all...]
code-assembler.h 501 V(Float64Cosh, Float64T, Float64T) \
    [all...]

Completed in 123 milliseconds