/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/ |
D | tINT16.py | 32 Integer parameter type testcases - INT16 41 INT16 : 47 - INT16 parameter min value = -1000 48 - INT16 parameter min value out of bounds = -1001 49 - INT16 parameter max value = 1000 50 - INT16 parameter max value out of bounds = 1001 51 - INT16 parameter in nominal case = 50 58 # Test of type INT16 - range [-1000, 1000] 61 self.param_name = "/Test/Test/TEST_DIR/INT16" 69 Testing INT16 in nominal case = 50 [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 ); 191 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ); [all …]
|
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() 536 "lq %2,0(%0)\n\t" /* load 8 pairs of int16 */ in bbs_dotProduct_EE() 543 "pmaddh %4,%2,%3\n\t" /* parallel multiply-add of 8 pairs of int16 */ in bbs_dotProduct_EE() [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()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmASN1_fp.h | 51 INT16 size, 60 INT16 73 INT16 98 INT16 length, 112 // Return Type: INT16 115 INT16 125 // Return Type: INT16 146 INT16 149 INT16 count, 157 INT16 [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.int16.amd.frag | 12 // 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/ |
D | spv.int16.amd.frag | 12 // 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/baseResults/ |
D | spv.16bitstorage_Error-int.frag.out | 2 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 …]
|
D | spv.16bitstorage_Error-uint.frag.out | 2 ERROR: 0:54: 'structure: (u)int16 types can only be in uniform block or buffer storage' : required … 10 ERROR: 0:61: 'uint16_t: (u)int16 types can only be in uniform block or buffer storage' : required e… 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… 45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.16bitstorage_Error-int.frag.out | 2 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 …]
|
D | spv.16bitstorage_Error-uint.frag.out | 2 ERROR: 0:54: 'structure: (u)int16 types can only be in uniform block or buffer storage' : required … 10 ERROR: 0:61: 'uint16_t: (u)int16 types can only be in uniform block or buffer storage' : required e… 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… 45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… [all …]
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_binary_ops_test.cc | 109 /*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/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 );
|
/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/bc/tests/bc/ |
D | lib2.txt | 304 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/ms-tpm-20-ref/TPMCmd/tpm/src/X509/ |
D | TpmASN1.c | 52 INT16 size, in ASN1UnmarshalContextInitialize() 72 INT16 78 INT16 value; in ASN1DecodeLength() 93 value = (INT16)NEXT_OCTET(ctx); in ASN1DecodeLength() 94 // Make sure that the result will fit in an INT16 in ASN1DecodeLength() 101 // Sizes larger than will fit in a INT16 are an error in ASN1DecodeLength() 123 INT16 160 INT16 length; in ASN1GetBitStringValue() 251 INT16 length, in ASN1InitialializeMarshalContext() 280 // Return Type: INT16 [all …]
|
/external/libjpeg-turbo/ |
D | jdcol565.c | 56 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 91 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 137 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 177 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 209 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 232 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 266 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 291 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 316 *(INT16 *)outptr = (INT16)rgb; in LOCAL() 331 *(INT16 *)outptr = (INT16)rgb; in LOCAL() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | load_quantization_recipe.cc | 69 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/libchrome/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/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_literals_test.cpp | 37 OpCapability Int16 in GenerateShaderCode() 42 %int16 = OpTypeInt 16 1 in GenerateShaderCode() 70 %11 = OpConstant %int16 !0x00007FFF in TEST_F() 71 %12 = OpConstant %int16 !0xFFFF8000 in TEST_F() 72 %13 = OpConstant %int16 !0xFFFFABCD in TEST_F() 74 %15 = OpConstant %int16 -32768 in TEST_F() 114 ::testing::Values("%11 = OpConstant %int16 !0xFFFF0000", // Sign bit is 0 115 "%11 = OpConstant %int16 !0x00008000", // Sign bit is 1 116 "%11 = OpConstant %int16 !0xABCD8000", // Sign bit is 1 117 "%11 = OpConstant %int16 !0xABCD0000",
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_literals_test.cpp | 37 OpCapability Int16 in GenerateShaderCode() 42 %int16 = OpTypeInt 16 1 in GenerateShaderCode() 70 %11 = OpConstant %int16 !0x00007FFF in TEST_F() 71 %12 = OpConstant %int16 !0xFFFF8000 in TEST_F() 72 %13 = OpConstant %int16 !0xFFFFABCD in TEST_F() 74 %15 = OpConstant %int16 -32768 in TEST_F() 114 ::testing::Values("%11 = OpConstant %int16 !0xFFFF0000", // Sign bit is 0 115 "%11 = OpConstant %int16 !0x00008000", // Sign bit is 1 116 "%11 = OpConstant %int16 !0xABCD8000", // Sign bit is 1 117 "%11 = OpConstant %int16 !0xABCD0000",
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_literals_test.cpp | 37 OpCapability Int16 in GenerateShaderCode() 42 %int16 = OpTypeInt 16 1 in GenerateShaderCode() 70 %11 = OpConstant %int16 !0x00007FFF in TEST_F() 71 %12 = OpConstant %int16 !0xFFFF8000 in TEST_F() 72 %13 = OpConstant %int16 !0xFFFFABCD in TEST_F() 74 %15 = OpConstant %int16 -32768 in TEST_F() 114 ::testing::Values("%11 = OpConstant %int16 !0xFFFF0000", // Sign bit is 0 115 "%11 = OpConstant %int16 !0x00008000", // Sign bit is 1 116 "%11 = OpConstant %int16 !0xABCD8000", // Sign bit is 1 117 "%11 = OpConstant %int16 !0xABCD0000",
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | integral_types.h | 33 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/ |
D | integral_types.h | 35 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);
|