/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 74 elif channel.type in (SIGNED, FIXED): 94 elif channel.type in (SIGNED, FIXED): 139 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 163 elif channel.type in (SIGNED, FIXED): 202 if type.type == SIGNED: 246 if type.type == SIGNED: 367 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 454 elif src_channel.type == SIGNED: 467 elif src_channel.type == SIGNED: 569 if dst_channel.type in (UNSIGNED, SIGNED): [all …]
|
D | u_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 59 self.sign = type in (SIGNED, FIXED, FLOAT) 84 if self.type == SIGNED: 98 if self.type == SIGNED: 188 if channel.type not in (VOID, UNSIGNED, SIGNED): 206 if channel.type not in (VOID, UNSIGNED, SIGNED): 229 return self.is_pure_color() and self.channel_type() == SIGNED 251 's': SIGNED,
|
D | u_format_table.py | 57 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_cert_test.cc | 146 typedef enum { NONE, SELF_SIGNED, SIGNED, BAD_CERT_PAIR } certtype; enumerator 163 case SIGNED: \ 189 CLIENT_INIT(SIGNED) 220 SSL_TEST(GRPC_SSL_DONT_REQUEST_CLIENT_CERTIFICATE, SIGNED, SUCCESS), 227 SSL_TEST(GRPC_SSL_REQUEST_CLIENT_CERTIFICATE_BUT_DONT_VERIFY, SIGNED, 234 SSL_TEST(GRPC_SSL_REQUEST_CLIENT_CERTIFICATE_AND_VERIFY, SIGNED, SUCCESS), 243 SIGNED, SUCCESS), 251 SSL_TEST(GRPC_SSL_REQUEST_AND_REQUIRE_CLIENT_CERTIFICATE_AND_VERIFY, SIGNED,
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 85 if self.type == SIGNED: 99 if self.type == SIGNED: 189 if channel.type not in (VOID, UNSIGNED, SIGNED): 207 if channel.type not in (VOID, UNSIGNED, SIGNED): 230 return self.is_pure_color() and self.channel_type() == SIGNED 252 's': SIGNED,
|
D | u_format_pack.py | 76 elif channel.type in (SIGNED, FIXED): 96 elif channel.type in (SIGNED, FIXED): 141 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 165 elif channel.type in (SIGNED, FIXED): 204 if type.type == SIGNED: 248 if type.type == SIGNED: 369 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 456 elif src_channel.type == SIGNED: 469 elif src_channel.type == SIGNED: 571 if dst_channel.type in (UNSIGNED, SIGNED): [all …]
|
D | u_format_table.py | 59 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 88 if self.type == SIGNED: 102 if self.type == SIGNED: 196 if channel.type not in (VOID, UNSIGNED, SIGNED): 214 if channel.type not in (VOID, UNSIGNED, SIGNED): 237 return self.is_pure_color() and self.channel_type() == SIGNED 259 's': SIGNED,
|
D | vk_format_table.py | 55 SIGNED: "VK_FORMAT_TYPE_SIGNED",
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 30 SIGNED = 's' variable 51 self.sign = type in (SIGNED, FLOAT) 74 if self.type == SIGNED: 86 if self.type == SIGNED: 94 if self.type == SIGNED: 375 if channel.type not in (VOID, UNSIGNED, SIGNED): 503 elif type == SIGNED:
|
D | formats.h | 129 #define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument 132 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
|
D | format_info.py | 88 elif channel.type == parser.SIGNED:
|
/external/clang/test/CodeGenOpenCL/ |
D | no-signed-zeros.cl | 2 // RUN: %clang_cc1 %s -emit-llvm -cl-no-signed-zeros -o - | FileCheck %s -check-prefix=NO-SIGNED-ZE… 10 // NO-SIGNED-ZEROS: "no-signed-zeros-fp-math"="true"
|
/external/clang/test/Driver/ |
D | opencl.cl | 13 // RUN: %clang -S -### -cl-no-signed-zeros %s 2>&1 | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS… 30 // CHECK-NO-SIGNED-ZEROS: "-cc1" {{.*}} "-cl-no-signed-zeros"
|
/external/protobuf/csharp/src/Google.Protobuf/Properties/ |
D | AssemblyInfo.cs | 54 #if SIGNED
|
/external/grpc-grpc/src/csharp/Grpc.Core/Properties/ |
D | AssemblyInfo.cs | 31 #if SIGNED
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-relocations.test | 6 CHECK: 0000000b True long True SIGNED False L_.str
|
/external/grpc-grpc/src/csharp/Grpc.Auth/ |
D | Grpc.Auth.csproj | 12 <DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
|
/external/fdlibm/ |
D | MD5 | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_64.c | 802 #define SIGNED 0x20 macro 818 type |= (flags & SIGNED) ? 0x00800000 : 0x00400000; in emit_op_mem() 1137 return emit_op_mem(compiler, WORD_SIZE | SIGNED, dst, src, srcw, TMP_REG1); in sljit_emit_op1() 1161 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1171 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1181 mem_flags = INT_SIZE | SIGNED; in sljit_emit_op1()
|
D | sljitNativeARM_32.c | 858 #define SIGNED 0x04 macro 1532 inp_flags &= ~SIGNED; in emit_op() 1681 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1() 1687 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1() 2560 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem() 2568 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
|
D | sljitNativeARM_T2_32.c | 842 #define SIGNED 0x02 macro 1351 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1361 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 2263 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem() 2269 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 144 case ParamType::SIGNED: in getExtOp()
|