Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py74 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 …]
Du_format_parse.py32 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,
Du_format_table.py57 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_cert_test.cc146 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/
Du_format_parse.py33 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,
Du_format_pack.py76 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 …]
Du_format_table.py59 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py32 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,
Dvk_format_table.py55 SIGNED: "VK_FORMAT_TYPE_SIGNED",
/external/mesa3d/src/mesa/main/
Dformat_parser.py30 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:
Dformats.h129 #define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument
132 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
Dformat_info.py88 elif channel.type == parser.SIGNED:
/external/clang/test/CodeGenOpenCL/
Dno-signed-zeros.cl2 // 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/
Dopencl.cl13 // 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/
DAssemblyInfo.cs54 #if SIGNED
/external/grpc-grpc/src/csharp/Grpc.Core/Properties/
DAssemblyInfo.cs31 #if SIGNED
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-relocations.test6 CHECK: 0000000b True long True SIGNED False L_.str
/external/grpc-grpc/src/csharp/Grpc.Auth/
DGrpc.Auth.csproj12 <DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
/external/fdlibm/
DMD51 -----BEGIN PGP SIGNED MESSAGE-----
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c802 #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()
DsljitNativeARM_32.c858 #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()
DsljitNativeARM_T2_32.c842 #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/
DREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp144 case ParamType::SIGNED: in getExtOp()

12