Searched refs:vector2 (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | innerprod_test.cpp | 44 int vector2[5] = { 1, 2, 3, 4, 5 }; in inprod0() local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); in inprod0()
|
/ndk/tests/device/test-stlport/unit/ |
D | innerprod_test.cpp | 44 int vector2[5] = { 1, 2, 3, 4, 5 }; in inprod0() local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); in inprod0()
|