• Home
  • Raw
  • Download

Lines Matching refs:MathUnaryOperation

25   void MathUnaryOperation(Node* (CodeStubAssembler::*float64op)(Node*));
156 void MathBuiltinsAssembler::MathUnaryOperation( in MathUnaryOperation() function in v8::internal::MathBuiltinsAssembler
168 MathUnaryOperation(&CodeStubAssembler::Float64Acos); in TF_BUILTIN()
173 MathUnaryOperation(&CodeStubAssembler::Float64Acosh); in TF_BUILTIN()
178 MathUnaryOperation(&CodeStubAssembler::Float64Asin); in TF_BUILTIN()
183 MathUnaryOperation(&CodeStubAssembler::Float64Asinh); in TF_BUILTIN()
187 MathUnaryOperation(&CodeStubAssembler::Float64Atan); in TF_BUILTIN()
192 MathUnaryOperation(&CodeStubAssembler::Float64Atanh); in TF_BUILTIN()
215 MathUnaryOperation(&CodeStubAssembler::Float64Cbrt); in TF_BUILTIN()
280 MathUnaryOperation(&CodeStubAssembler::Float64Cos); in TF_BUILTIN()
285 MathUnaryOperation(&CodeStubAssembler::Float64Cosh); in TF_BUILTIN()
290 MathUnaryOperation(&CodeStubAssembler::Float64Exp); in TF_BUILTIN()
295 MathUnaryOperation(&CodeStubAssembler::Float64Expm1); in TF_BUILTIN()
380 MathUnaryOperation(&CodeStubAssembler::Float64Log); in TF_BUILTIN()
385 MathUnaryOperation(&CodeStubAssembler::Float64Log1p); in TF_BUILTIN()
390 MathUnaryOperation(&CodeStubAssembler::Float64Log10); in TF_BUILTIN()
395 MathUnaryOperation(&CodeStubAssembler::Float64Log2); in TF_BUILTIN()
469 MathUnaryOperation(&CodeStubAssembler::Float64Sin); in TF_BUILTIN()
474 MathUnaryOperation(&CodeStubAssembler::Float64Sinh); in TF_BUILTIN()
479 MathUnaryOperation(&CodeStubAssembler::Float64Sqrt); in TF_BUILTIN()
484 MathUnaryOperation(&CodeStubAssembler::Float64Tan); in TF_BUILTIN()
489 MathUnaryOperation(&CodeStubAssembler::Float64Tanh); in TF_BUILTIN()