/third_party/mesa3d/src/util/format/ |
D | u_format_pack.py | 81 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 …]
|
D | u_format_parse.py | 34 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,
|
D | u_format_table.py | 56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 30 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:
|
D | format_info.py | 88 elif channel.type == parser.SIGNED:
|
D | formats.h | 139 #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/ |
D | audio-format.c | 155 #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/ |
D | expand.c | 189 #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/ |
D | SDL_paudio.c | 348 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/ |
D | SIGNATURE | 14 -----BEGIN PGP SIGNED MESSAGE-----
|
/third_party/libsnd/docs/ |
D | donate.md | 36 -----BEGIN PGP SIGNED MESSAGE-----
|
/third_party/libbpf/src/ |
D | bpf_core_read.h | 75 if (__CORE_RELO(s, field, SIGNED)) \ 107 if (__CORE_RELO(s, field, SIGNED)) \
|
/third_party/mesa3d/src/amd/common/ |
D | gfx10_format_table.py | 197 elif chan_type == SIGNED:
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 857 #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()
|
D | sljitNativeARM_32.c | 978 #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()
|
D | sljitNativeARM_T2_32.c | 886 #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/ |
D | README.txt | 57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 53 * .ctype.modifiers has MOD_UNSIGNED/SIGNED/EXPLICITLY_SIGNED set accordingly.
|
/third_party/openssl/doc/man1/ |
D | openssl-format-options.pod | 110 PKCS #7 SIGNED DATA
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_bptc.txt | 567 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/ |
D | EXT_texture_compression_bptc.txt | 566 be used as a condition which is true for the SIGNED format and false for
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 102 #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/ |
D | ARB_texture_compression_bptc.txt | 646 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/ |
D | ARB_texture_compression_bptc.txt | 635 be used as a condition which is true for the SIGNED format and false for
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 9883 SIGNED
|