Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 25 of 74) sorted by relevance

123

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat3D.h45 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 …]
DFlt16Alt3D.h99 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 );
DFlt16Alt3D.c161 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()
DFlt16Mat2D.h44 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…
DInt16Rect.h42 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 );
DFlt16Vec3D.h43 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…
DFlt16Vec2D.h43 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…
DFlt16Alt2D.h125 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 );
DFlt16Vec.c97 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 …]
DInt16Mat2D.h43 int16 xxE;
46 int16 xyE;
49 int16 yxE;
52 int16 yyE;
55 int16 bbpE;
DFlt16Alt2D.c217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, &centerInL ); 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()
DCompactAlt.h118 const int16* inVecA,
119 int16 inExpA,
120 int16* outVecA,
121 int16* outExpPtrA );
DInt16Rect.c82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A ) in bts_Int16Rect_create()
DFlt16Mat3D.c159 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()
DCompactAlt.c182 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()
DInt16Vec3D.h42 int16 xE;
45 int16 yE;
48 int16 zE;
DCompactMat.h143 const int16* inVecA,
144 int16* outVecA,
145 int16* outExpPtrA );
DCluster3D.c151 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/
DToneDownBGSupp.c88 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/
DMath.h111 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 );
DMath.c37 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 …]
DMathSSE2.c34 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()
DInt16Arr.c88 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()
DPhase.h42 typedef int16 phase16;
105 int16 bbs_sin16( phase16 phaseA );
112 int16 bbs_cos16( phase16 phaseA );
/external/clang/test/SemaOpenCL/
Dvec_step.cl7 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…

123