Searched defs:vecB (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | cholesky.cpp | 73 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky() local 303 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky_cplx() local 355 VectorType vecB; in cholesky_bug241() local
|
/external/OpenCL-CTS/test_conformance/geometrics/ |
D | test_geometrics_double.cpp | 138 void cross_product_double( const double *vecA, const double *vecB, double *outVector, double *error… in cross_product_double() 284 double getMaxValue_double( double vecA[], double vecB[], size_t vecSize ) in getMaxValue_double() 405 char vecA[1000], vecB[1000]; in test_twoToFloat_kernel_double() local 425 char vecA[1000], vecB[1000]; in test_twoToFloat_kernel_double() local
|
D | test_geometrics.cpp | 134 void cross_product( const float *vecA, const float *vecB, float *outVector, float *errorTolerances,… in cross_product() 281 float getMaxValue( float vecA[], float vecB[], size_t vecSize ) in getMaxValue() 459 char vecA[1000], vecB[1000]; in test_twoToFloat_kernel() local 474 char vecA[1000], vecB[1000]; in test_twoToFloat_kernel() local
|