Searched defs:vecA (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Vec2D.c | 159 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA ) in bts_Flt16Vec2D_createVec16() 305 struct bts_Flt16Vec2D bts_Flt16Vec2D_mul( struct bts_Flt16Vec2D vecA, int16 factorA, int32 bbpFacto… in bts_Flt16Vec2D_mul() 314 struct bts_Int16Vec2D bts_Flt16Vec2D_int16Vec2D( struct bts_Flt16Vec2D vecA, int32 dstBbpA ) in bts_Flt16Vec2D_int16Vec2D()
|
D | Flt16Vec3D.c | 306 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFacto… in bts_Flt16Vec3D_mul()
|
D | RBFMap2D.c | 430 struct bts_Flt16Vec2D vecA ) in bts_RBFMap2D_mapVector()
|
/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 619 char vecA[1000]; in test_oneToFloat_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 731 char vecA[1000]; in test_oneToFloat_kernel() local
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.c | 939 void bbs_vecSqrNorm32( const int32* vecA, uint32 sizeA, uint32* manPtrA, uint32* expPtrA ) in bbs_vecSqrNorm32() 998 void bbs_vecSqrNorm16( const int16* vecA, uint32 sizeA, uint32* manPtrA, uint32* expPtrA ) in bbs_vecSqrNorm16() 1037 uint32 bbs_vecNorm16( const int16* vecA, uint32 sizeA ) in bbs_vecNorm16()
|