Home
last modified time | relevance | path

Searched refs:I8 (Results 1 - 25 of 75) sorted by relevance

123

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de_error.rs208 test(&[Token::I8(-1)], "invalid value: integer `-1`, expected u8"); in test_u8()
255 &[Token::I8(-1)], in test_u16()
296 &[Token::I8(-1)], in test_u32()
329 &[Token::I8(-1)], in test_u64()
359 &[Token::I8(-1)], in test_u128()
389 &[Token::I8(-1)], in test_usize()
412 &[Token::I8(0)], in test_nonzero_i8()
495 &[Token::I8(0)], in test_nonzero_i16()
566 &[Token::I8(0)], in test_nonzero_i32()
625 &[Token::I8( in test_nonzero_i64()
[all...]
H A Dtest_de.rs225 test(-128, &[Token::I8(-128)]); in test_i8()
229 test(127, &[Token::I8(127)]); in test_i8()
250 test(-128, &[Token::I8(-128)]); in test_i16()
254 test(127, &[Token::I8(127)]); in test_i16()
275 test(-128, &[Token::I8(-128)]); in test_i32()
279 test(127, &[Token::I8(127)]); in test_i32()
300 test(-128, &[Token::I8(-128)]); in test_i64()
304 test(127, &[Token::I8(127)]); in test_i64()
325 test(-128, &[Token::I8(-128)]); in test_i128()
329 test(127, &[Token::I8(12 in test_i128()
[all...]
H A Dtest_annotations.rs352 Token::I8(8), in test_no_std_default()
670 Token::I8(0), in test_rename_enum()
682 Token::I8(0), in test_rename_enum()
683 Token::I8(1), in test_rename_enum()
714 Token::I8(0), in test_rename_enum()
733 Token::I8(0), in test_rename_enum()
749 Token::I8(0), in test_rename_enum()
751 Token::I8(1), in test_rename_enum()
753 Token::I8(2), in test_rename_enum()
767 Token::I8( in test_rename_enum()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dmips_macro.h42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \
46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t"
162 I8, I9, I10, I11, I12, I13) \
183 "usw %[" #IO0 "], " XSTR(I13) "*" #I9 "(%[" #I8 "]) \n\t" \
184 "usw %[" #IO2 "], " XSTR(I13) "*" #I10 "(%[" #I8 "]) \n\t" \
185 "usw %[" #IO4 "], " XSTR(I13) "*" #I11 "(%[" #I8 "]) \n\t" \
186 "usw %[" #IO6 "], " XSTR(I13) "*" #I12 "(%[" #I8 "]) \n\t"
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dint.rs49 I8,
99 SChar | Short | Int | Long | LongLong | I8 | I16 | I32 | I64 | in is_signed()
114 Bool | UChar | SChar | U8 | I8 | Char { .. } => 1, in known_size()
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp193 stack.push_first_node<ImagePipelineNodeBufferedCallableSource>(4, 3, PixelFormat::I8, in test_node_buffered_callable_source()
261 stack.push_first_node<ImagePipelineNodeArraySource>(20, 2, PixelFormat::I8, in test_node_desegment_1_line()
268 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_desegment_1_line()
289 stack.push_first_node<ImagePipelineNodeArraySource>(10, 2, PixelFormat::I8, in test_node_deinterleave_lines_i8()
296 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_deinterleave_lines_i8()
482 stack.push_first_node<ImagePipelineNodeArraySource>(8, 3, PixelFormat::I8, in test_node_merge_mono_lines_to_color()
522 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_merge_color_to_gray()
553 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_split_mono_lines()
645 stack.push_first_node<ImagePipelineNodeArraySource>(12, 9, PixelFormat::I8, in test_node_pixel_shift_lines_4lines()
652 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_pixel_shift_lines_4lines()
[all...]
H A Dtests_image.cpp51 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::I8), in test_get_pixel_from_row()
53 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::I8), in test_get_pixel_from_row()
124 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8); in test_set_pixel_to_row()
130 set_pixel_to_row(data.data(), 2, pixel, PixelFormat::I8); in test_set_pixel_to_row()
214 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::I8), in test_get_raw_pixel_from_row()
216 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::I8), in test_get_raw_pixel_from_row()
287 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8); in test_set_raw_pixel_to_row()
293 set_raw_pixel_to_row(data.data(), 2, pixel, PixelFormat::I8); in test_set_raw_pixel_to_row()
379 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::I8), 0x12); in test_get_raw_channel_from_row()
380 ASSERT_EQ(get_raw_channel_from_row(data.data(), 1, 0, PixelFormat::I8), in test_get_raw_channel_from_row()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Datom.rs14 I8,
40 "i8" => Some(I8), in from_str()
71 I8 => "i8", in as_ref()
/third_party/rust/crates/cxx/syntax/
H A Datom.rs14 I8,
40 "i8" => Some(I8), in from_str()
71 I8 => "i8", in as_ref()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Datom.rs14 I8,
40 "i8" => Some(I8), in from_str()
71 I8 => "i8", in as_ref()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Datom.rs14 I8,
40 "i8" => Some(I8), in from_str()
71 I8 => "i8", in as_ref()
/third_party/typescript/tests/baselines/reference/
H A DsubtypesOfUnion.js3 interface I8 { [x: string]: number[]; }
22 foo9: I8; // error
43 foo9: I8; // error
H A DanyAssignabilityInInheritance.js39 interface I8 { foo: string }
40 declare function foo9(x: I8): I8;
H A DenumAssignabilityInInheritance.js50 interface I8 { foo: string; }
51 declare function foo8(x: I8): I8;
H A DsubtypesOfAny.js46 interface I8 {
54 foo: I8;
H A DenumIsNotASubtypeOfAnythingButNumber.js47 interface I8 {
54 [x: string]: I8;
H A DanyAssignableToEveryType2.js46 interface I8 {
53 [x: string]: I8;
H A DunionSubtypeIfEveryConstituentTypeIsSubtype.js55 interface I8 {
63 [x: string]: I8;
H A DconstructSignatureAssignabilityInInheritance3.js75 interface I8 extends A {
108 interface I8 extends D {
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Datom.rs14 I8,
40 "i8" => Some(I8), in from_str()
71 I8 => "i8", in as_ref()
H A Dpod.rs11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_formats.c72 AGX_FMT(R8_UINT, R8, UINT, T, I8),
73 AGX_FMT(R8G8_UINT, R8G8, UINT, T, I8),
74 AGX_FMT(R8G8B8A8_UINT, R8G8B8A8, UINT, T, I8),
84 AGX_FMT(R8_SINT, R8, SINT, T, I8),
85 AGX_FMT(R8G8_SINT, R8G8, SINT, T, I8),
86 AGX_FMT(R8G8B8A8_SINT, R8G8B8A8, SINT, T, I8),
/third_party/backends/backend/genesys/
H A Dimage_pixel.cpp39 { PixelFormat::I8, 8, 1, ColorOrder::RGB },
128 case PixelFormat::I8: { in get_pixel_from_row()
183 case PixelFormat::I8: { in set_pixel_to_row()
249 case PixelFormat::I8: in get_raw_pixel_from_row()
284 case PixelFormat::I8: in set_raw_pixel_to_row()
325 case PixelFormat::I8: in get_raw_channel_from_row()
353 case PixelFormat::I8: in set_raw_channel_to_row()
418 template Pixel get_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x);
427 template RawPixel get_raw_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x);
438 template std::uint16_t get_raw_channel_from_row<PixelFormat::I8>(
[all...]
H A Dimage.cpp111 case PixelFormat::I8: { in convert_pixel_row_impl()
112 convert_pixel_row_impl2<SrcFormat, PixelFormat::I8>(in_data, out_data, count); in convert_pixel_row_impl()
156 case PixelFormat::I8: { in convert_pixel_row_format()
157 convert_pixel_row_impl<PixelFormat::I8>(in_data, out_data, out_format, count); in convert_pixel_row_format()
229 case PixelFormat::I8: in is_supported_write_tiff_file_image_format()
/third_party/vixl/examples/aarch32/
H A Dmandelbrot.cc55 __ Vmov(I8, kStars, '*'); in GenerateMandelBrot()
56 __ Vmov(I8, kSpaces, ' '); in GenerateMandelBrot()

Completed in 11 milliseconds

123