| /external/clang/test/SemaCXX/ |
| D | bitfield.cpp | 6 typedef unsigned Unsigned; typedef 11 typedef __typeof__(t.n) Unsigned; // Bitfield is unsigned typedef 16 typedef __typeof__(t.n = 0) Unsigned; // Assignment produces an lvalue... typedef 17 typedef __typeof__(t.n += 0) Unsigned; typedef 18 typedef __typeof__(t.n *= 0) Unsigned; typedef 23 typedef __typeof__(++t.n) Unsigned; // Increment is equivalent to compound-assignment. typedef 24 typedef __typeof__(--t.n) Unsigned; typedef 28 typedef __typeof__(t.n++) Unsigned; // Post-increment's result has the type typedef 29 typedef __typeof__(t.n--) Unsigned; // of the operand... typedef 30 typedef __typeof__(+(t.n++)) Unsigned; // ... and is not a bit-field (because typedef [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
| D | dequantize_tester.h | 63 inline DequantizeTester& Unsigned(bool is_unsigned) { in Unsigned() function 68 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_unary_elementwise_tester.h | 82 inline QuantizedUnaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned() function 87 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantize_tester.h | 77 inline QuantizeTester& Unsigned(bool is_unsigned) { in Unsigned() function 82 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_pad_tester.h | 90 inline QuantizedPadTester& Unsigned(bool is_unsigned) { in Unsigned() function 95 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_leaky_relu_tester.h | 84 inline QuantizedLeakyReluTester& Unsigned(bool is_unsigned) { in Unsigned() function 89 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_reduce_tester.h | 123 inline QuantizedReduceTester& Unsigned(bool is_unsigned) { in Unsigned() function 128 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_resize_bilinear_tester.h | 113 inline QuantizedResizeBilinearTester& Unsigned(bool is_unsigned) { in Unsigned() function 118 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_binary_elementwise_tester.h | 125 inline QuantizedBinaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned() function 130 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_pool_2d_tester.h | 165 inline QuantizedPool2DTester& Unsigned(bool is_unsigned) { in Unsigned() function 170 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_transpose_conv_tester.h | 158 inline QuantizedTransposeConvTester& Unsigned(bool is_unsigned) { in Unsigned() function 167 inline bool Unsigned() const { return unsigned_; } in Unsigned() function
|
| D | quantized_fully_connected_tester.h | 123 inline bool Unsigned() const { return filter_zero_point_ != 0; } in Unsigned() function
|
| /external/clang/test/Sema/ |
| D | bitfield.c | 62 typedef unsigned Unsigned; typedef 79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef 80 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | APSInt.h | 287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
| /external/llvm/include/llvm/ADT/ |
| D | APSInt.h | 276 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
| /external/rust/crates/num-traits/src/ |
| D | sign.rs | 197 pub trait Unsigned: Num {} trait
|
| /external/rust/crates/serde_json/src/lexical/ |
| D | num.rs | 177 type Unsigned: Integer; typedef 249 fn to_bits(self) -> Self::Unsigned; in to_bits() 285 fn mantissa(self) -> Self::Unsigned { in mantissa() 315 type Unsigned = u32; typedef 379 type Unsigned = u64; typedef
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | APSIntType.h | 25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| /external/clang/unittests/ASTMatchers/Dynamic/ |
| D | VariantValueTest.cpp | 19 TEST(VariantValueTest, Unsigned) { in TEST() argument
|
| /external/clang/test/Index/ |
| D | index-templates.cpp | 42 typedef unsigned Unsigned; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ScaledNumber.h | 435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
| /external/llvm/include/llvm/Support/ |
| D | ScaledNumber.h | 436 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 661 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 665 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringARM32.h | 921 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh() 935 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd() 939 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2() 946 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub()
|
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| D | VariantValue.h | 313 unsigned Unsigned; member
|