Searched defs:x2A (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Rect.c82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A ) argument
87 rectL.x2E = x2A;
/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) argument
1053 x2A > ( int16* ) bbs_C5X_INTERNAL_MEMORY_SIZE )
1064 ptr2L = ( int16* ) x2A + jL;
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1087 ptr2L = ( int16* ) x2A + jL;
1116 ptr2L = ( int16* ) x2A + jL;
1132 const int16 *x2A, int16 col2A, int16 *rA )
1140 const int16* ptr2L = x2A;
1131 bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) argument

Completed in 101 milliseconds