Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/util/format/
Du_format_pack.py81 elif channel.type in (SIGNED, FIXED):
101 elif channel.type in (SIGNED, FIXED):
140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
164 elif channel.type in (SIGNED, FIXED):
203 if type.type == SIGNED:
247 if type.type == SIGNED:
368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED):
374 return "_mesa_%snorm_to_%snorm(%s, %d, %d)" % ("s" if src_type == SIGNED else "u",
375 … "s" if dst_channel.type == SIGNED else "u",
457 elif src_channel.type == SIGNED:
[all …]
Du_format_parse.py34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
61 self.sign = type in (SIGNED, FIXED, FLOAT)
95 if self.type == SIGNED:
109 if self.type == SIGNED:
274 if channel.type not in (VOID, UNSIGNED, SIGNED):
292 if channel.type not in (VOID, UNSIGNED, SIGNED):
315 return self.is_pure_color() and self.channel_type() == SIGNED
337 's': SIGNED,
Du_format_table.py56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py30 SIGNED = 's' variable
51 self.sign = type in (SIGNED, FLOAT)
80 if self.type == SIGNED:
92 if self.type == SIGNED:
100 if self.type == SIGNED:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
509 elif type == SIGNED:
Dformat_info.py88 elif channel.type == parser.SIGNED:
Dformats.h139 #define MESA_ARRAY_FORMAT(BASE_FORMAT, SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument
142 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.c155 #define SIGNED (1U<<31) macro
189 MAKE_PACK_UNPACK (u24le, 3, SIGNED, 8, READ24_FROM_LE, WRITE24_TO_LE)
193 MAKE_PACK_UNPACK (u24be, 3, SIGNED, 8, READ24_FROM_BE, WRITE24_TO_BE)
197 MAKE_PACK_UNPACK (u20le, 3, SIGNED, 12, READ24_FROM_LE, WRITE24_TO_LE)
201 MAKE_PACK_UNPACK (u20be, 3, SIGNED, 12, READ24_FROM_BE, WRITE24_TO_BE)
205 MAKE_PACK_UNPACK (u18le, 3, SIGNED, 14, READ24_FROM_LE, WRITE24_TO_LE)
209 MAKE_PACK_UNPACK (u18be, 3, SIGNED, 14, READ24_FROM_BE, WRITE24_TO_BE)
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c189 #define SIGNED(op) CONVERT(op, 1) macro
217 case SIGNED('+'): in simplify_int_binop()
222 case SIGNED('-'): in simplify_int_binop()
227 case SIGNED('&'): in simplify_int_binop()
232 case SIGNED('|'): in simplify_int_binop()
237 case SIGNED('^'): in simplify_int_binop()
242 case SIGNED('*'): in simplify_int_binop()
250 case SIGNED('/'): in simplify_int_binop()
263 case SIGNED('%'): in simplify_int_binop()
276 case SIGNED(SPECIAL_LEFTSHIFT): in simplify_int_binop()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/
DSDL_paudio.c348 paud_init.flags = SIGNED | TWOS_COMPLEMENT | FIXED; in PAUDIO_OpenDevice()
354 paud_init.flags = SIGNED | TWOS_COMPLEMENT | FIXED; in PAUDIO_OpenDevice()
360 paud_init.flags = BIG_ENDIAN | SIGNED | TWOS_COMPLEMENT | FIXED; in PAUDIO_OpenDevice()
/third_party/openssl/external/perl/Text-Template-1.56/
DSIGNATURE14 -----BEGIN PGP SIGNED MESSAGE-----
/third_party/libsnd/docs/
Ddonate.md36 -----BEGIN PGP SIGNED MESSAGE-----
/third_party/libbpf/src/
Dbpf_core_read.h75 if (__CORE_RELO(s, field, SIGNED)) \
107 if (__CORE_RELO(s, field, SIGNED)) \
/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py197 elif chan_type == SIGNED:
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c857 #define SIGNED 0x20 macro
873 type |= (flags & SIGNED) ? 0x00800000 : 0x00400000; in emit_op_mem()
1273 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1283 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1294 mem_flags = INT_SIZE | SIGNED; in sljit_emit_op1()
1436 return emit_op_mem(compiler, WORD_SIZE | SIGNED, op, src, srcw, TMP_REG1); in sljit_emit_op_src()
DsljitNativeARM_32.c978 #define SIGNED 0x04 macro
1883 inp_flags &= ~SIGNED; in emit_op()
2025 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
2031 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1()
2978 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
2986 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
DsljitNativeARM_T2_32.c886 #define SIGNED 0x02 macro
1586 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1596 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
2567 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
2573 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst53 * .ctype.modifiers has MOD_UNSIGNED/SIGNED/EXPLICITLY_SIGNED set accordingly.
/third_party/openssl/doc/man1/
Dopenssl-format-options.pod110 PKCS #7 SIGNED DATA
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_bptc.txt567 be used as a condition which is true for the SIGNED format and false for
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_bptc.txt566 be used as a condition which is true for the SIGNED format and false for
/third_party/python/Modules/
D_testcapimodule.c102 #define CHECK_SIGNNESS(TYPE, SIGNED) \ in test_sizeof_c_types() argument
103 if (IS_SIGNED(TYPE) != SIGNED) { \ in test_sizeof_c_types()
106 #TYPE, IS_SIGNED(TYPE), SIGNED); \ in test_sizeof_c_types()
/third_party/openGLES/extensions/ARB/
DARB_texture_compression_bptc.txt646 be used as a condition which is true for the SIGNED format and false for
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_compression_bptc.txt635 be used as a condition which is true for the SIGNED format and false for
/third_party/harfbuzz/perf/texts/
Den-words.txt9883 SIGNED

12