/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Mat3D.h | 45 int16 xxE; 48 int16 xyE; 51 int16 xzE; 54 int16 yxE; 57 int16 yyE; 60 int16 yzE; 63 int16 zxE; 66 int16 zyE; 69 int16 zzE; 72 int16 bbpE; [all …]
|
D | Flt16Alt3D.h | 99 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, 100 int16 yxA, int16 yyA, int16 yzA, 101 int16 zxA, int16 zyA, int16 zzA, 102 int16 matBbpA, 103 int16 xA, int16 yA, int16 zA, 104 int16 vecBbpA ); 110 int16 matBbpA, 112 int16 vecBbpA );
|
D | Flt16Alt3D.c | 161 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, in bts_Flt16Alt3D_create16() 162 int16 yxA, int16 yyA, int16 yzA, in bts_Flt16Alt3D_create16() 163 int16 zxA, int16 zyA, int16 zzA, in bts_Flt16Alt3D_create16() 164 int16 matBbpA, in bts_Flt16Alt3D_create16() 165 int16 xA, int16 yA, int16 zA, in bts_Flt16Alt3D_create16() 166 int16 vecBbpA ) in bts_Flt16Alt3D_create16() 183 int16 matBbpA, in bts_Flt16Alt3D_create32() 185 int16 vecBbpA ) in bts_Flt16Alt3D_create32()
|
D | Flt16Mat2D.h | 44 int16 xxE; 47 int16 xyE; 50 int16 yxE; 53 int16 yyE; 56 int16 bbpE; 109 struct bts_Flt16Mat2D bts_Flt16Mat2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 bb…
|
D | Int16Rect.h | 42 int16 x1E; 45 int16 y1E; 48 int16 x2E; 51 int16 y2E; 73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
|
D | Flt16Vec3D.h | 43 int16 xE; 46 int16 yE; 49 int16 zE; 52 int16 bbpE; 95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ); 119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFacto…
|
D | Flt16Vec2D.h | 43 int16 xE; 46 int16 yE; 49 int16 bbpE; 81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ); 84 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA ); 120 struct bts_Flt16Vec2D bts_Flt16Vec2D_mul( struct bts_Flt16Vec2D vecA, int16 factorA, int32 bbpFacto…
|
D | Flt16Alt2D.h | 125 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA, 126 int16 xyA, 127 int16 yxA, 128 int16 yyA, 129 int16 matBbpA, 130 int16 xA, 131 int16 yA, 132 int16 vecBbpA );
|
D | Flt16Vec.c | 97 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ) in bts_Flt16Vec_avg() 102 const int16* srcL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_avg() 124 const int16* srcL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maxAbs() 226 int16 shlL = 0; in bts_Flt16Vec_maximizeMantisse() 240 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maximizeMantisse() 259 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maximizeAbsValue() 272 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_zeroAverage() 273 int16 avgL = bts_Flt16Vec_avg( cpA, ptrA ); in bts_Flt16Vec_zeroAverage() 290 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_normalize() 293 int16 expL = 0; in bts_Flt16Vec_normalize() [all …]
|
D | Int16Mat2D.h | 43 int16 xxE; 46 int16 xyE; 49 int16 yxE; 52 int16 yyE; 55 int16 bbpE;
|
D | Flt16Alt2D.c | 217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, ¢erInL ); in bts_Flt16Alt2D_createRigidMap() 226 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA, in bts_Flt16Alt2D_create16() 227 int16 xyA, in bts_Flt16Alt2D_create16() 228 int16 yxA, in bts_Flt16Alt2D_create16() 229 int16 yyA, in bts_Flt16Alt2D_create16() 230 int16 matBbpA, in bts_Flt16Alt2D_create16() 231 int16 xA, in bts_Flt16Alt2D_create16() 232 int16 yA, in bts_Flt16Alt2D_create16() 233 int16 vecBbpA ) in bts_Flt16Alt2D_create16()
|
D | CompactAlt.h | 118 const int16* inVecA, 119 int16 inExpA, 120 int16* outVecA, 121 int16* outExpPtrA );
|
D | Int16Rect.c | 82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A ) in bts_Int16Rect_create()
|
D | Flt16Mat3D.c | 159 struct bts_Flt16Mat3D bts_Flt16Mat3D_create16( int16 xxA, int16 xyA, int16 xzA, in bts_Flt16Mat3D_create16() 160 int16 yxA, int16 yyA, int16 yzA, in bts_Flt16Mat3D_create16() 161 int16 zxA, int16 zyA, int16 zzA, in bts_Flt16Mat3D_create16() 162 int16 bbpA ) in bts_Flt16Mat3D_create16()
|
D | CompactAlt.c | 182 const int16* inVecA, in bts_CompactAlt_map() 183 int16 inExpA, in bts_CompactAlt_map() 184 int16* outVecA, in bts_CompactAlt_map() 185 int16* outExpPtrA ) in bts_CompactAlt_map() 191 int16 mapExpL; in bts_CompactAlt_map() 198 const int16* vecL = ptrA->vecE.arrPtrE; in bts_CompactAlt_map()
|
D | Int16Vec3D.h | 42 int16 xE; 45 int16 yE; 48 int16 zE;
|
D | CompactMat.h | 143 const int16* inVecA, 144 int16* outVecA, 145 int16* outExpPtrA );
|
D | Cluster3D.c | 151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE ); in bts_Cluster3D_center() 177 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster3D_boundingBox()
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 88 int16 rectExpansionA, in bim_ToneDownBGSupp_BGGreyLevelOutside() 92 int16 iL, jL; in bim_ToneDownBGSupp_BGGreyLevelOutside() 100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() 101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() 111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() [all …]
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.h | 111 int16 bbs_satS16( int32 valA ); 122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 147 int32 bbs_vecPowerFlt16( const int16 *xA, int16 nxA ); 160 void bbs_vecSqrNorm16( const int16* vecA, uint32 sizeA, uint32* manPtrA, uint32* expPtrA ); 165 uint32 bbs_vecNorm16( const int16* vecA, uint32 sizeA ); 180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, 181 const int16 *x2A, int16 col2A, int16 *rA ); 184 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A, 185 const int16 *x2A, int16 row2A, int16 *rA );
|
D | Math.c | 37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 324 int16 bbs_satS16( int32 valA ) in bbs_satS16() 344 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_intelMMX16() 418 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_intelMMX16() 497 int32 bbs_dotProduct_dsp( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_dsp() 519 int32 bbs_dotProduct_EE( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_EE() 574 int32 bbs_dotProduct_arm9e( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_arm9e() 595 vec1A = ( int16* )v1PtrL; in bbs_dotProduct_arm9e() [all …]
|
D | MathSSE2.c | 34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_64SSE2() 37 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_64SSE2() 38 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_64SSE2() 146 int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_128SSE2() 149 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_128SSE2() 150 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_128SSE2() 249 int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_u128SSE2() 252 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_u128SSE2() 253 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_u128SSE2()
|
D | Int16Arr.c | 88 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( int16 ) ); in bbs_Int16Arr_copy() 98 const int16* ptr1L = ptrA->arrPtrE; in bbs_Int16Arr_equal() 99 const int16* ptr2L = srcPtrA->arrPtrE; in bbs_Int16Arr_equal() 122 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD; in bbs_Int16Arr_heapSize() 148 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) ); in bbs_Int16Arr_create() 226 ptrA->sizeE * bbs_SIZEOF16( int16 ); in bbs_Int16Arr_memSize() 278 int16 valA ) in bbs_Int16Arr_fill()
|
D | Phase.h | 42 typedef int16 phase16; 105 int16 bbs_sin16( phase16 phaseA ); 112 int16 bbs_cos16( phase16 phaseA );
|
/external/clang/test/SemaOpenCL/ |
D | vec_step.cl | 7 typedef int int16 __attribute__((ext_vector_type(16))); 11 int16 *auto2; 26 int res11[vec_step(int16) == 16 ? 1 : -1]; 30 …int res14 = vec_step(int16*); // expected-error {{'vec_step' requires built-in scalar or vector ty…
|