/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_de_error.rs | 77 &[Token::I16(-129)], in test_i8() 89 &[Token::I16(128)], in test_i8() 210 &[Token::I16(-1)], in test_u8() 222 &[Token::I16(256)], in test_u8() 259 &[Token::I16(-1)], in test_u16() 300 &[Token::I16(-1)], in test_u32() 333 &[Token::I16(-1)], in test_u64() 363 &[Token::I16(-1)], in test_u128() 393 &[Token::I16(-1)], in test_usize() 416 &[Token::I16( in test_nonzero_i8() [all...] |
H A D | test_de.rs | 226 test(-128, &[Token::I16(-128)]); in test_i8() 230 test(127, &[Token::I16(127)]); in test_i8() 251 test(-32768, &[Token::I16(-32768)]); in test_i16() 255 test(32767, &[Token::I16(32767)]); in test_i16() 276 test(-32768, &[Token::I16(-32768)]); in test_i32() 280 test(32767, &[Token::I16(32767)]); in test_i32() 301 test(-32768, &[Token::I16(-32768)]); in test_i64() 305 test(32767, &[Token::I16(32767)]); in test_i64() 326 test(-32768, &[Token::I16(-32768)]); in test_i128() 330 test(32767, &[Token::I16(3276 in test_i128() [all...] |
/third_party/skia/experimental/lowp-basic/ |
H A D | QMath.h | 30 using I16 = V<8, int16_t>; 34 static inline U16 constrained_add(I16 a, U16 b) { in constrained_add() 44 static inline I16 simulate_ssse3_mm_mulhrs_epi16(I16 a, I16 b) { in simulate_ssse3_mm_mulhrs_epi16() 45 I16 result; in simulate_ssse3_mm_mulhrs_epi16()
|
H A D | bilerp-study.cpp | 72 I16 qtx = floor(tx * 65536.0f - 32768.0f + 0.5f); in bilerp_1() 73 I16 qw = (p10 - p00) << logPixelScale; in bilerp_1() 75 I16 top = (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1() 79 I16 bottom = in bilerp_1() 80 (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1() 82 I16 qty = floor(ty * 65536.0f - 32768.0f + 0.5f); in bilerp_1()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | int.rs | 55 I16, 99 SChar | Short | Int | Long | LongLong | I8 | I16 | I32 | I64 | in is_signed() 115 U16 | I16 => 2, in known_size()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | atom.rs | 15 I16, 41 "i16" => Some(I16), in from_str() 72 I16 => "i16", in as_ref()
|
H A D | pod.rs | 11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | atom.rs | 15 I16, 41 "i16" => Some(I16), in from_str() 72 I16 => "i16", in as_ref()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | atom.rs | 15 I16, 41 "i16" => Some(I16), in from_str() 72 I16 => "i16", in as_ref()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | atom.rs | 15 I16, 41 "i16" => Some(I16), in from_str() 72 I16 => "i16", in as_ref()
|
H A D | pod.rs | 11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | atom.rs | 15 I16, 41 "i16" => Some(I16), in from_str() 72 I16 => "i16", in as_ref()
|
H A D | pod.rs | 11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_formats.c | 76 AGX_FMT(R16_UINT, R16, UINT, T, I16), 77 AGX_FMT(R16G16_UINT, R16G16, UINT, T, I16), 78 AGX_FMT(R16G16B16A16_UINT, R16G16B16A16, UINT, T, I16), 88 AGX_FMT(R16_SINT, R16, SINT, T, I16), 89 AGX_FMT(R16G16_SINT, R16G16, SINT, T, I16), 90 AGX_FMT(R16G16B16A16_SINT, R16G16B16A16, SINT, T, I16),
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testStreamOpen.cpp | 243 ASSERT_EQ(mStream->getFormat(), AudioFormat::I16); in TEST_F() 284 mBuilder.setFormat(AudioFormat::I16); in TEST_F() 286 ASSERT_EQ(mStream->getFormat(), AudioFormat::I16); in TEST_F() 296 ASSERT_EQ(mStream->getFormat(), AudioFormat::I16); in TEST_F() 336 mBuilder.setFormat(AudioFormat::I16); in TEST_F() 338 ASSERT_EQ(mStream->getFormat(), AudioFormat::I16); in TEST_F()
|
H A D | testStreamClosedMethods.cpp | 97 mBuilder.setFormat(AudioFormat::I16); in TEST_F() 99 ASSERT_EQ(mStream->getFormat(), AudioFormat::I16); in TEST_F() 218 mBuilder.setFormat(AudioFormat::I16); in TEST_F() 240 mBuilder.setFormat(AudioFormat::I16); in TEST_F()
|
H A D | testUtilities.cpp | 33 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::I16); in TEST_F()
|
/third_party/backends/backend/genesys/ |
H A D | image_pixel.cpp | 40 { PixelFormat::I16, 16, 1, ColorOrder::RGB }, 132 case PixelFormat::I16: { in get_pixel_from_row() 190 case PixelFormat::I16: { in set_pixel_to_row() 251 case PixelFormat::I16: { in get_raw_pixel_from_row() 287 case PixelFormat::I16: { in set_raw_pixel_to_row() 327 case PixelFormat::I16: { in get_raw_channel_from_row() 356 case PixelFormat::I16: { in set_raw_channel_to_row() 421 template Pixel get_pixel_from_row<PixelFormat::I16>(const std::uint8_t* data, std::size_t x); 430 template RawPixel get_raw_pixel_from_row<PixelFormat::I16>(const std::uint8_t* data, std::size_t x); 444 template std::uint16_t get_raw_channel_from_row<PixelFormat::I16>( [all...] |
H A D | image.cpp | 123 case PixelFormat::I16: { in convert_pixel_row_impl() 124 convert_pixel_row_impl2<SrcFormat, PixelFormat::I16>(in_data, out_data, count); in convert_pixel_row_impl() 168 case PixelFormat::I16: { in convert_pixel_row_format() 169 convert_pixel_row_impl<PixelFormat::I16>(in_data, out_data, out_format, count); in convert_pixel_row_format() 231 case PixelFormat::I16: in is_supported_write_tiff_file_image_format()
|
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.cc | 129 if (dt.GetValue() == I16) { in ImmediateVbic() 165 return I16; in DecodeDt() 204 case I16: in ImmediateVmov() 306 return I16; in DecodeDt() 366 case I16: in ImmediateVmvn() 414 return I16; in DecodeDt() 451 if (dt.GetValue() == I16) { in ImmediateVorr() 487 return I16; in DecodeDt()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 63 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::I16), in test_get_pixel_from_row() 65 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::I16), in test_get_pixel_from_row() 160 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I16); in test_set_pixel_to_row() 166 set_pixel_to_row(data.data(), 1, pixel, PixelFormat::I16); in test_set_pixel_to_row() 226 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::I16), in test_get_raw_pixel_from_row() 228 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::I16), in test_get_raw_pixel_from_row() 323 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::I16); in test_set_raw_pixel_to_row() 329 set_raw_pixel_to_row(data.data(), 1, pixel, PixelFormat::I16); in test_set_raw_pixel_to_row() 393 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::I16), 0x3412); in test_get_raw_channel_from_row() 394 ASSERT_EQ(get_raw_channel_from_row(data.data(), 1, 0, PixelFormat::I16), in test_get_raw_channel_from_row() [all...] |
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | DataConversionFlowGraph.cpp | 114 case AudioFormat::I16: in configure() 131 case AudioFormat::I16: in configure() 201 case AudioFormat::I16: in configure()
|
H A D | Utilities.cpp | 57 case AudioFormat::I16: in convertFormatToSizeInBytes() 99 case AudioFormat::I16: return "I16"; in convertToText()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
H A D | Game.cpp | 120 bool is16Bit = (oboeStream->getFormat() == AudioFormat::I16); in onAudioReady() 188 if (mAudioStream->getFormat() == AudioFormat::I16){ in openStream()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | OpenSLESUtilities.cpp | 82 case AudioFormat::I16: in OpenSLES_ConvertFormatToRepresentation()
|