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

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 45 function subVector(self, v) {
262 var zaxis = normaliseVector(subVector(lookat, origin));
264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 45 function subVector(self, v) {
262 var zaxis = normaliseVector(subVector(lookat, origin));
264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js 45 function subVector(self, v) {
262 var zaxis = normaliseVector(subVector(lookat, origin));
264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 202 * \returns the i-th subvector according to the \c Direction */
205 typename ExpressionType::RowXpr>::type SubVector;
206 SubVector subVector(Index i)
208 return SubVector(m_matrix.derived(),i);
433 /** Copies the vector \a other to each subvector of \c *this */
443 /** Adds the vector \a other to each subvector of \c *this */
452 /** Substracts the vector \a other to each subvector of \c *this */
461 /** Multiples each subvector of \c *this by the vector \a other */
472 /** Divides each subvector of \c *this by the vector \a other *
    [all...]

Completed in 231 milliseconds