Home
last modified time | relevance | path

Searched defs:dstVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix3_test.cpp238 std::vector<double> dstVec = matrixObj1.MapScalars(srcVec); variable
300 std::vector<double> dstVec = matrix3NObj1.MapScalars(srcVec); variable
363 std::vector<double> dstVec = matrixN3Obj1.MapScalars(srcVec); variable
H A Dmatrix4_test.cpp213 double dstVec[VALID_DIMENSION] = { DEFAULT_DOUBLE0 }; variable
258 std::vector<double> dstVec = matrix4NObj1.MapScalars(srcVec); variable
318 std::vector<double> dstVec = matrixN4Obj1.MapScalars(srcVec); variable