/external/stlport/test/unit/ |
innerprod_test.cpp | 43 int vector1[5] = { 1, 2, 3, 4, 5 }; local 47 result = inner_product(vector1, vector1 + 5, vector2, 0);
|
/ndk/tests/device/test-gnustl-full/unit/ |
innerprod_test.cpp | 43 int vector1[5] = { 1, 2, 3, 4, 5 }; local 47 result = inner_product(vector1, vector1 + 5, vector2, 0);
|
/ndk/tests/device/test-stlport/unit/ |
innerprod_test.cpp | 43 int vector1[5] = { 1, 2, 3, 4, 5 }; local 47 result = inner_product(vector1, vector1 + 5, vector2, 0);
|