Home
last modified time | relevance | path

Searched refs:signedness (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/test/SemaObjC/
Dsign-conversion.m26 …[x setUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInte…
27 …x.uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'…
35 (void)((NSObject*)array[si]).hash; // expected-warning {{implicit conversion changes signedness: 'i…
37 (void)[((NSObject*)array[si]) hash]; // expected-warning {{implicit conversion changes signedness: …
38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger…
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp99 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
100 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_literals.cpp82 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
84 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp99 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
100 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
101 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/external/clang/test/Sema/
DPR16678.c152 #error Unexpected signedness or conversion behavior
/external/guava/guava/javadoc-link/checker-framework/
Dpackage-list48 org.checkerframework.checker.signedness
49 org.checkerframework.checker.signedness.qual
/external/guava/android/guava/javadoc-link/checker-framework/
Dpackage-list48 org.checkerframework.checker.signedness
49 org.checkerframework.checker.signedness.qual
/external/deqp-deps/SPIRV-Tools/test/diff/diff_files/
Dindex_signedness_src.spvasm1 ;; Test where signedness of indices are different between src and dst.
/external/swiftshader/third_party/SPIRV-Tools/test/diff/diff_files/
Dindex_signedness_src.spvasm1 ;; Test where signedness of indices are different between src and dst.
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/diff_files/
Dindex_signedness_src.spvasm1 ;; Test where signedness of indices are different between src and dst.
/external/angle/extensions/
DANGLE_relaxed_vertex_attribute_type.txt44 VertexAttribPointer has mismatched integer signedness with
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding_unittest.cc28 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness);
35 void MaybeSetSignedness(DeltaSignedness signedness) { in MaybeSetSignedness() argument
36 switch (signedness) { in MaybeSetSignedness()
Ddelta_encoding.cc829 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness) { in SetFixedLengthEncoderDeltaSignednessForTesting() argument
830 g_force_unsigned_for_testing = !signedness; in SetFixedLengthEncoderDeltaSignednessForTesting()
831 g_force_signed_for_testing = signedness; in SetFixedLengthEncoderDeltaSignednessForTesting()
/external/clang/test/Analysis/
Dmisc-ps-64.m25 // <rdar://problem/6845148> - In this example we got a signedness
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m4 // so the debugger knows about the signedness of the underlying type.
/external/mesa3d/docs/gallium/
Dformat.rst39 For the ``NORM`` suffix, the signedness of each channel is indicated with an
/external/llvm/test/DebugInfo/Generic/
Dsugared-constants.ll4 ; Use correct signedness when emitting constants of derived (sugared) types.

1234