/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()
|
/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()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | bit.hpp | 122 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/ |
D | dng_memory.h | 160 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/ |
D | type_precision.hpp | 79 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/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 146 inline int16x8_t ToInt16x8(const int16* v0, const int16* v1, const int16* v2, in ToInt16x8() 147 const int16* v3, const int16* v4, const int16* v5, in ToInt16x8() 148 const int16* v6, const int16* v7) { in ToInt16x8() 195 const int16* xlp0, const quint8* tl1, const quint8* tr1, const quint8* bl1, in ComputeLerpx8() 196 const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2, in ComputeLerpx8() 197 const quint8* bl2, const quint8* br2, const int16* xlp2, const quint8* tl3, in ComputeLerpx8() 198 const quint8* tr3, const quint8* bl3, const quint8* br3, const int16* xlp3, in ComputeLerpx8() 200 const int16* xlp4, const quint8* tl5, const quint8* tr5, const quint8* bl5, in ComputeLerpx8() 201 const quint8* br5, const int16* xlp5, const quint8* tl6, const quint8* tr6, in ComputeLerpx8() 202 const quint8* bl6, const quint8* br6, const int16* xlp6, const quint8* tl7, in ComputeLerpx8() [all …]
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8.h | 35 const uint8* input_ptr, int16 input_offset, 37 int16 filter_offset, int32* acc_buffer_ptr) { 82 const uint8* input_ptr, int16 input_offset, 84 int16 filter_offset, int32* acc_buffer_ptr) { 150 const uint8* input_ptr, int16 input_offset, 152 int16 filter_offset, int32* acc_buffer_ptr) { 220 const uint8* input_ptr, int16 input_offset, 222 int16 filter_offset, int32* acc_buffer_ptr) { 297 const uint8* input_ptr, int16 input_offset, 299 int16 filter_offset, int32* acc_buffer_ptr) { [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 193 int16* tp; in LogL16Decode() 194 int16 b; in LogL16Decode() 204 tp = (int16*) op; in LogL16Decode() 211 tp = (int16*) sp->tbuf; in LogL16Decode() 224 b = (int16)(*bp++ << shft); in LogL16Decode() 231 tp[i++] |= (int16)*bp++ << shft; in LogL16Decode() 446 int16* tp; in LogL16Encode() 447 int16 b; in LogL16Encode() 457 tp = (int16*) bp; in LogL16Encode() 459 tp = (int16*) sp->tbuf; in LogL16Encode() [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | glm.cpp | 80 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>;
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 35 int16 f3; 72 int16 f3 = 100; 120 map<int16, int16> f3; 156 array<int16> f1; 202 const int16 V5 = -32768; // ... 203 const int16 V6 = -1; 204 const int16 V7 = 0; 205 const int16 V8 = 12345; 206 const int16 V9 = 32767; 227 int16 f5 = V5; [all …]
|
/external/tensorflow/tensorflow/contrib/ffmpeg/default/ |
D | ffmpeg_lib.cc | 142 const int32 sample_count = raw_data.size() / sizeof(int16); in ReadPcmFile() 153 int16 host_order; in ReadPcmFile() 156 static_cast<double>(host_order) / std::numeric_limits<int16>::max(); in ReadPcmFile() 187 header += LittleEndianDataInt(36U + samples.size() * sizeof(int16)); in WavHeader() 194 LittleEndianDataInt(samples_per_second * channel_count * sizeof(int16)); in WavHeader() 195 header += LittleEndianDataShort(channel_count * sizeof(int16)); in WavHeader() 198 header += LittleEndianDataInt(samples.size() * sizeof(int16)); in WavHeader() 208 data.reserve(data.size() + samples.size() * sizeof(int16)); in BuildWavFile() 210 const int16 quantized = in BuildWavFile() 211 static_cast<int16>(value * std::numeric_limits<int16>::max()); in BuildWavFile() [all …]
|