Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc25 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()
[all …]