Home
last modified time | relevance | path

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

123456

/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 );
/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()
/external/vulkan-validation-layers/libs/glm/gtx/
Dbit.hpp122 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
136 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
178 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
220 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
/external/dng_sdk/source/
Ddng_memory.h160 int16 * Buffer_int16 () in Buffer_int16()
162 return (int16 *) Buffer (); in Buffer_int16()
168 const int16 * Buffer_int16 () const in Buffer_int16()
170 return (const int16 *) Buffer (); in Buffer_int16()
422 int16 * Buffer_int16 () in Buffer_int16()
424 return (int16 *) Buffer (); in Buffer_int16()
430 const int16 * Buffer_int16 () const in Buffer_int16()
432 return (const int16 *) Buffer (); in Buffer_int16()
/external/vulkan-validation-layers/libs/glm/gtc/
Dtype_precision.hpp79 typedef detail::int16 lowp_int16;
95 typedef detail::int16 lowp_int16_t;
111 typedef detail::int16 lowp_i16;
127 typedef detail::int16 mediump_int16;
143 typedef detail::int16 mediump_int16_t;
159 typedef detail::int16 mediump_i16;
175 typedef detail::int16 highp_int16;
191 typedef detail::int16 highp_int16_t;
207 typedef detail::int16 highp_i16;
224 typedef detail::int16 int16; typedef
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dglm.cpp80 template struct tvec2<int16, lowp>;
91 template struct tvec2<int16, mediump>;
102 template struct tvec2<int16, highp>;
114 template struct tvec3<int16, lowp>;
125 template struct tvec3<int16, mediump>;
136 template struct tvec3<int16, highp>;
148 template struct tvec4<int16, lowp>;
159 template struct tvec4<int16, mediump>;
170 template struct tvec4<int16, highp>;
Dtype_int.hpp43 typedef std::int16_t int16; typedef
70 typedef signed short int16;
90 typedef detail::int16 int16; typedef
179 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
/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…
/external/opencv3/3rdparty/libtiff/
Dtif_luv.c192 int16* tp; in LogL16Decode()
193 int16 b; in LogL16Decode()
203 tp = (int16*) op; in LogL16Decode()
206 tp = (int16*) sp->tbuf; in LogL16Decode()
217 b = (int16)(*bp++ << shft); in LogL16Decode()
224 tp[i++] |= (int16)*bp++ << shft; in LogL16Decode()
416 int16* tp; in LogL16Encode()
417 int16 b; in LogL16Encode()
427 tp = (int16*) bp; in LogL16Encode()
429 tp = (int16*) sp->tbuf; in LogL16Encode()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_luv.c192 int16* tp; in LogL16Decode()
193 int16 b; in LogL16Decode()
203 tp = (int16*) op; in LogL16Decode()
206 tp = (int16*) sp->tbuf; in LogL16Decode()
217 b = (int16)(*bp++ << shft); in LogL16Decode()
224 tp[i++] |= (int16)*bp++ << shft; in LogL16Decode()
422 int16* tp; in LogL16Encode()
423 int16 b; in LogL16Encode()
433 tp = (int16*) bp; in LogL16Encode()
435 tp = (int16*) sp->tbuf; in LogL16Encode()
[all …]

123456