Home
last modified time | relevance | path

Searched refs:rotationMatrixDimension (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp249 int32_t rotationMatrixDimension = ((rotationMatrixLength == FOUR_DIMENSIONAL_MATRIX_LENGTH) in CreateRotationMatrix() local
254 …rotationMatrix[3 % ROTATION_VECTOR_LENGTH + (3 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
256 …rotationMatrix[4 % ROTATION_VECTOR_LENGTH + (4 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
258 …rotationMatrix[5 % ROTATION_VECTOR_LENGTH + (5 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
260 …rotationMatrix[6 % ROTATION_VECTOR_LENGTH + (6 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
262 …rotationMatrix[7 % ROTATION_VECTOR_LENGTH + (7 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
264 …rotationMatrix[8 % ROTATION_VECTOR_LENGTH + (8 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] in CreateRotationMatrix()
323 int32_t rotationMatrixDimension = ((rotationMatrixLength == FOUR_DIMENSIONAL_MATRIX_LENGTH) in CreateRotationAndInclination() local
330 …tationMatrix[3 % ROTATION_VECTOR_LENGTH + (3 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] = in CreateRotationAndInclination()
332 …tationMatrix[4 % ROTATION_VECTOR_LENGTH + (4 / ROTATION_VECTOR_LENGTH) * rotationMatrixDimension] = in CreateRotationAndInclination()
[all …]