Home
last modified time | relevance | path

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

12345678910>>...22

/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;
/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()
/external/bc/tests/bc/
Dlib2.txt304 int16(0)
313 int16(1)
314 int16(-1)
325 int16(127)
326 int16(-127)
337 int16(128)
338 int16(-128)
349 int16(129)
350 int16(-129)
361 int16(255)
[all …]
/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h33 typedef signed short int16; // NOLINT typedef
57 static_assert(sizeof(int16) == 2, "wrong size");
68 const int16 kint16max{0x7FFF};
69 const int16 kint16min{~0x7FFF};
74 static const int16 kint16min = ((int16)~0x7FFF);
75 static const int16 kint16max = ((int16)0x7FFF);
/external/libtextclassifier/native/utils/base/
Dintegral_types.h35 typedef signed short int16; // NOLINT typedef
59 static_assert(sizeof(int16) == 2, "wrong size");
70 const int16 kint16max{0x7FFF};
71 const int16 kint16min{~0x7FFF};
76 static const int16 kint16min = ((int16)~0x7FFF);
77 static const int16 kint16max = ((int16)0x7FFF);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.int16.amd.frag12 // int16/uint16 in block
19 // int16/uint16 for input
113 i16v = i16vec2(bv); // bool -> int16
115 bv = bvec2(i16v); // int16 -> bool
118 i16v = i16vec2(iv); // int -> int16
120 iv = i16v; // int16 -> int
123 i16v = i16vec2(uv); // uint -> int16
125 uv = i16v; // int16 -> uint
128 i16v = i16vec2(fv); // float -> int16
130 fv = i16v; // int16 -> float
[all …]
/external/deqp-deps/glslang/Test/
Dspv.int16.amd.frag12 // int16/uint16 in block
19 // int16/uint16 for input
113 i16v = i16vec2(bv); // bool -> int16
115 bv = bvec2(i16v); // int16 -> bool
118 i16v = i16vec2(iv); // int -> int16
120 iv = i16v; // int16 -> int
123 i16v = i16vec2(uv); // uint -> int16
125 uv = i16v; // int16 -> uint
128 i16v = i16vec2(fv); // float -> int16
130 fv = i16v; // int16 -> float
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dload_quantization_recipe.cc69 Type int16; member
93 int16 = any_int16.castFromExpressedType(lstm.input().getType()); in Initialize()
102 auto l2_norm = builder->create<L2NormalizationOp>(loc, int16, in, none_af); in CreateLayerNorm()
103 auto add = builder->create<AddOp>(loc, int16, in, l2_norm, none_af); in CreateLayerNorm()
104 return builder->create<FullyConnectedOp>(loc, int16, add, ln_w, ln_bias, in CreateLayerNorm()
112 auto s1 = builder->create<FullyConnectedOp>(loc, int16, in, in_w, none_cst, in CreateGate()
114 auto s2 = builder->create<FullyConnectedOp>(loc, int16, rec, rec_w, none_cst, in CreateGate()
119 auto s3 = builder->create<MulOp>(loc, int16, cell.getValue().first, in CreateGate()
122 loc, int16, in CreateGate()
128 loc, int16, in CreateGate()
[all …]
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc109 /*test_name=*/Int16, int16, int16, baseline_bitwise_and) in GENERATE_DEFAULT_TESTS()
125 /*test_name=*/Int16, int16, int16, baseline_bitwise_or) in GENERATE_DEFAULT_TESTS()
141 /*test_name=*/Int16, int16, int16, baseline_bitwise_xor) in GENERATE_DEFAULT_TESTS()
182 /*test_name=*/Int16, int16, int16, test::DefaultInput<int16>(),
183 test::DefaultInputNonZero<int16>(), baseline_div);
203 GENERATE_DEFAULT_TESTS(Equal, /*test_name=*/Int16, int16, bool, baseline_equal) in GENERATE_DEFAULT_TESTS()
247 GENERATE_DEFAULT_TESTS(Greater, /*test_name=*/Int16, int16, bool, in GENERATE_DEFAULT_TESTS()
267 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Int16, int16, bool, in GENERATE_DEFAULT_TESTS()
283 LeftShift, /*test_name=*/Int16, int16, int16, test::DefaultInput<int16>(), in GENERATE_DEFAULT_TESTS_WITH_SPECIFIC_INPUT_VALUES()
284 test::DefaultInputLessThanBitwidth<int16>(), baseline_left_shift) in GENERATE_DEFAULT_TESTS_WITH_SPECIFIC_INPUT_VALUES()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
111 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
153 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
195 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
/external/deqp-deps/glslang/Test/baseResults/
Dspv.16bitstorage_Error-int.frag.out2 ERROR: 0:54: 'structure: (u)int16 types can only be in uniform block or buffer storage' : required …
6 ERROR: 0:58: 'return: can't use with structs containing int16' : required extension not requested: …
10 ERROR: 0:61: 'int16_t: (u)int16 types can only be in uniform block or buffer storage' : required ex…
14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:…
18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
22 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
26 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
30 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
34 ERROR: 0:77: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
38 ERROR: 0:77: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.16bitstorage_Error-int.frag.out2 ERROR: 0:54: 'structure: (u)int16 types can only be in uniform block or buffer storage' : required …
6 ERROR: 0:58: 'return: can't use with structs containing int16' : required extension not requested: …
10 ERROR: 0:61: 'int16_t: (u)int16 types can only be in uniform block or buffer storage' : required ex…
14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:…
18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
22 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
26 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
30 ERROR: 0:76: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
34 ERROR: 0:77: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
38 ERROR: 0:77: 'built-in function: (u)int16 types can only be in uniform block or buffer storage' : r…
[all …]
/external/dynamic_depth/internal/base/
Dintegral_types.h27 typedef short int16; // NOLINT typedef
100 static const int16 kint16min = ((int16)~0x7FFF);
101 static const int16 kint16max = ((int16)0x7FFF);

12345678910>>...22