Searched refs:int16 (Results 1 - 25 of 78) sorted by relevance

1234

/external/neven/Embedded/common/src/b_TensorEm/
H A 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 );
H A 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 bbp
[all...]
H A 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 matBbp
[all...]
H A DInt16Mat2D.h43 int16 xxE;
46 int16 xyE;
49 int16 yxE;
52 int16 yyE;
55 int16 bbpE;
H A 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 bbp
[all...]
H A 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 bbpFactorA );
H A 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 bbpFactorA );
H A DInt16Vec3D.h42 int16 xE;
45 int16 yE;
48 int16 zE;
H A DCompactAlt.h118 const int16* inVecA,
119 int16 inExpA,
120 int16* outVecA,
121 int16* outExpPtrA );
H A DFlt16Alt3D.c161 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA,
162 int16 yxA, int16 yyA, int16 yzA,
163 int16 zxA, int16 zyA, int16 zzA,
164 int16 matBbp
[all...]
H A 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 );
H A DInt16Rect.c82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A )
H A DInt16Vec2D.h43 int16 xE;
46 int16 yE;
H A DCompactMat.h67 * (int16) 'offs' offset of row-vector (0 when row is not sparse)
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
69 * (int16) 'factorMan' mantisse of factor
70 * (int16) 'factorExp' exponent of factor
71 * (int16) 'normBits' norm bits of row vector
72 * (int16), (int16), ... packed data
143 const int16* inVecA,
144 int16* outVecA,
145 int16* outExpPtr
[all...]
H A DFlt16Vec.c97 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA )
102 const int16* srcL = ptrA->arrE.arrPtrE;
124 const int16* srcL = ptrA->arrE.arrPtrE;
226 int16 shlL = 0;
240 int16* dstL = ptrA->arrE.arrPtrE;
259 int16* dstL = ptrA->arrE.arrPtrE;
272 int16* dstL = ptrA->arrE.arrPtrE;
273 int16 avgL = bts_Flt16Vec_avg( cpA, ptrA );
290 int16* dstL = ptrA->arrE.arrPtrE;
293 int16 exp
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A 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 col1
[all...]
H A DPhase.h42 typedef int16 phase16;
105 int16 bbs_sin16( phase16 phaseA );
112 int16 bbs_cos16( phase16 phaseA );
116 * The function approximates ( int16 )( atan( double( valA ) / ( ( 1 << 16 ) ) / M_PI ) * ( 1 << 15 ) )
H A 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 )
344 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA )
418 int32 bbs_dotProduct_intelMMX16( const int16* vec1
[all...]
H A DMathSSE2.c34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA )
37 int16* vec1L = ( int16* )vec1A;
38 int16* vec2L = ( int16* )vec2A;
146 int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA )
149 int16* vec1L = ( int16* )vec1
[all...]
H A DComplex.h45 int16 realE;
48 int16 imagE;
H A DInt16Arr.c84 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( int16 ) );
94 const int16* ptr1L = ptrA->arrPtrE;
95 const int16* ptr2L = srcPtrA->arrPtrE;
118 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD;
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) );
222 ptrA->sizeE * bbs_SIZEOF16( int16 );
274 int16 valA )
/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.h53 int16 rectExpansionA, /* this is a remnant of the original c++ class */
64 int16 rectShrinkageA,
H A DToneDownBGSupp.c88 int16 rectExpansionA,
92 int16 iL, jL;
100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL;
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL;
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 );
112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 );
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE );
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 );
115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 );
116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) img
[all...]
/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIntPointBrew.cpp42 point.x = static_cast<int16>(m_x);
43 point.y = static_cast<int16>(m_y);
/external/chromium/base/
H A Dbasictypes.h22 typedef short int16; typedef
75 const int16 kint16min = (( int16) 0x8000);
76 const int16 kint16max = (( int16) 0x7FFF);

Completed in 184 milliseconds

1234