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

  /external/eigen/test/
geo_eulerangles.cpp 63 typedef Array<Scalar,3,1> Array3;
87 ea = (Array3::Random() + Array3(1,0,0))*Scalar(EIGEN_PI)*Array3(0.5,1,1);
  /external/eigen/unsupported/test/
EulerAngles.cpp 159 typedef Array<Scalar,3,1> Array3;
183 ea = (Array3::Random() + Array3(1,0,0))*Scalar(EIGEN_PI)*Array3(0.5,1,1);
  /frameworks/rs/script_api/
rs_for_each.spec 73 field: uint32_t array3Start, "Starting index in the Array3 dimension."
74 field: uint32_t array3End, "Ending index (exclusive) in the Array3 dimension."
289 summary: Index in the Array3 dimension for the specified kernel context
291 Returns the index in the Array3 dimension of the cell being processed, as specified
294 Returns 0 if the Array3 dimension is not present.
343 summary: Size of the Array3 dimension for the specified kernel context
345 Returns the size of the Array3 dimension for the specified kernel context.
348 Returns 0 if the Array3 dimension is not present.

Completed in 100 milliseconds