Home
last modified time | relevance | path

Searched refs:UNSIGNED (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_pack.py79 elif channel.type == UNSIGNED:
99 elif channel.type == UNSIGNED:
140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
162 if channel.type in (UNSIGNED, VOID):
201 if type.type == UNSIGNED:
245 if type.type == UNSIGNED:
306 assert src_channel.type == UNSIGNED
316 assert dst_channel.type == UNSIGNED
321 assert dst_channel.type == UNSIGNED
328 assert src_channel.type == UNSIGNED
[all …]
H A Du_format_parse.py41 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
56 'U': UNSIGNED,
200 if self.type == UNSIGNED:
212 if self.type == UNSIGNED:
426 if channel.type not in (VOID, UNSIGNED, SIGNED):
444 if channel.type not in (VOID, UNSIGNED, SIGNED):
470 return self.is_pure_color() and self.channel_type() == UNSIGNED
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format_parse.py35 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
91 if self.type == UNSIGNED:
103 if self.type == UNSIGNED:
197 if channel.type not in (VOID, UNSIGNED, SIGNED):
215 if channel.type not in (VOID, UNSIGNED, SIGNED):
241 return self.is_pure_color() and self.channel_type() == UNSIGNED
259 'u': UNSIGNED,
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Ddebug-info-ivars.m30 // CHECK-SAME: baseType: ![[UNSIGNED:[0-9]+]]
34 // CHECK: ![[UNSIGNED]] = !DIBasicType(name: "unsigned int"
37 // CHECK-SAME: baseType: ![[UNSIGNED]]
42 // CHECK-SAME: baseType: ![[UNSIGNED]]
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DHOGDescriptorDataset.h112 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2HYS_NORM, 0.2f, PhaseType::UNSIGNED); in SmallHOGDescriptorDataset()
126 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2HYS_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset()
127 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset()
128 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L1_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dformat_parser.py29 UNSIGNED = 'u' variable
78 if self.type == UNSIGNED:
88 if self.type == UNSIGNED:
98 if self.type == UNSIGNED:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
500 elif type == UNSIGNED:
/aosp_15_r20/system/nfc/utils/
H A Dconfig.cc45 type_ = UNSIGNED; in ConfigValue()
58 type_ = UNSIGNED; in ConfigValue()
84 CHECK(type_ == UNSIGNED); in getUnsigned()
109 type_ = UNSIGNED; in parseFromString()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp630 UNSIGNED = 2, enumerator
666 else if (inputDataType == VsInputDataType::UNSIGNED) in createRbo()
777 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_BYTE : GL_UNSIGNED_BYTE; in GetMappedGLType()
780 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_SHORT : GL_UNSIGNED_SHORT; in GetMappedGLType()
783 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_INT : GL_UNSIGNED_INT; in GetMappedGLType()
822 case VsInputDataType::UNSIGNED: in Run()
847 case VsInputDataType::UNSIGNED: in Run()
883 Run(VsInputDataType::UNSIGNED); in TEST_P()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/invoke/util/
H A DWrapper.java79 UNSIGNED = 0 << KIND_SHIFT, field in Wrapper.Format
88 (kind == UNSIGNED) ? (size > 0) : in format()
99 BOOLEAN = UNSIGNED | (1 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
100 CHAR = UNSIGNED | (16 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
102 VOID = UNSIGNED | (0 << SIZE_SHIFT) | (0 << SLOT_SHIFT),
105 static int unsigned(int size) { return format(UNSIGNED, size, (size > 32 ? 2 : 1)); } in unsigned()
/aosp_15_r20/bionic/libc/stdio/
H A Dvfwscanf.cpp213 flags |= UNSIGNED; in __vfwscanf()
219 flags |= UNSIGNED; in __vfwscanf()
243 flags |= UNSIGNED; in __vfwscanf()
280 flags |= UNSIGNED; in __vfwscanf()
547 if (flags & UNSIGNED) in __vfwscanf()
H A Dvfscanf.cpp168 flags |= UNSIGNED; in __svfscanf()
174 flags |= UNSIGNED; in __svfscanf()
198 flags |= UNSIGNED; in __svfscanf()
233 flags |= UNSIGNED; in __svfscanf()
644 if (flags & UNSIGNED) { in __svfscanf()
H A Dscanf_common.h67 #define UNSIGNED 0x00800 // %[oupxX] conversions macro
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/
Dconfig.cpp65 type_ = UNSIGNED; in ConfigValue()
76 CHECK(type_ == UNSIGNED); in getUnsigned()
101 type_ = UNSIGNED; in parseFromString()
Dconfig.h43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dconfig.cpp46 type_ = UNSIGNED; in ConfigValue()
57 CHECK(type_ == UNSIGNED); in getUnsigned()
82 type_ = UNSIGNED; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/aosp_15_r20/system/tools/hidl/c2hal/
DType.h39 UNSIGNED, enumerator
76 case Qualifier::UNSIGNED: return "unsigned"; in qualifierText()
Dc2hal_y.yy97 %token UNSIGNED
515 : UNSIGNED { $$ = new Type::Qualifier(Type::Qualifier::UNSIGNED); }
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc52 CHECK(type_ == UNSIGNED); in getUnsigned()
77 type_ = UNSIGNED; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dgfx10_format_table.py165 assert chan_type == UNSIGNED and chan_norm
168 if chan_type == UNSIGNED:
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel_test.cc64 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in MsbcConnectionParams()
66 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in MsbcConnectionParams()
111 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in cvsd_connection_params()
113 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in cvsd_connection_params()
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/
H A DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log171 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(…
172 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET…
549 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(…
550 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET…
927 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(…
928 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET…
1305 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(…
1306 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET…
1683 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(…
1684 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET…
[all …]
/aosp_15_r20/external/wayland/src/
H A Dscanner.c204 UNSIGNED, enumerator
464 arg->type = UNSIGNED; in set_arg_type()
970 case UNSIGNED: in verify_arguments()
1110 case UNSIGNED: in emit_type()
1783 case UNSIGNED: in emit_messages()
/aosp_15_r20/system/nfc/utils/include/
H A Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator

1234