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

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 147 var Cos = Math.cos(a);
151 [0,Cos,-Sin,0],
152 [0,Sin,Cos,0],
161 var Cos = Math.cos(a);
164 [Cos,0,Sin,0],
166 [-Sin,0,Cos,0],
175 var Cos = Math.cos(a)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 147 var Cos = Math.cos(a);
151 [0,Cos,-Sin,0],
152 [0,Sin,Cos,0],
161 var Cos = Math.cos(a);
164 [Cos,0,Sin,0],
166 [-Sin,0,Cos,0],
175 var Cos = Math.cos(a)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 846 // 'cos*' Optimizations
857 // cos(-x) -> cos(x)
861 return B.CreateCall(Callee, BinExpr->getOperand(1), "cos");
    [all...]

Completed in 108 milliseconds