Lines Matching refs:MathUnaryOperation
144 void MathBuiltinsAssembler::MathUnaryOperation( in MathUnaryOperation() function in v8::internal::MathBuiltinsAssembler
177 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Acos); in TF_BUILTIN()
184 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Acosh); in TF_BUILTIN()
191 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Asin); in TF_BUILTIN()
198 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Asinh); in TF_BUILTIN()
205 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Atan); in TF_BUILTIN()
212 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Atanh); in TF_BUILTIN()
239 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cbrt); in TF_BUILTIN()
304 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cos); in TF_BUILTIN()
311 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cosh); in TF_BUILTIN()
318 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Exp); in TF_BUILTIN()
325 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Expm1); in TF_BUILTIN()
362 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log); in TF_BUILTIN()
369 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log1p); in TF_BUILTIN()
376 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log10); in TF_BUILTIN()
383 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Log2); in TF_BUILTIN()
464 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Sin); in TF_BUILTIN()
471 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Sinh); in TF_BUILTIN()
478 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Sqrt); in TF_BUILTIN()
485 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Tan); in TF_BUILTIN()
492 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Tanh); in TF_BUILTIN()