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

  /external/v8/src/builtins/
builtins-math-gen.cc 144 void MathBuiltinsAssembler::MathUnaryOperation(
177 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Acos);
184 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Acosh);
191 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Asin);
198 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Asinh);
205 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Atan);
212 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Atanh);
239 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cbrt);
304 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cos);
311 MathUnaryOperation(context, x, &CodeStubAssembler::Float64Cosh)
    [all...]
builtins-math-gen.h 24 void MathUnaryOperation(

Completed in 1467 milliseconds