/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/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/tensorflow/tensorflow/lite/delegates/xnnpack/ |
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_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_fully_connected_tester.h | 122 inline bool Unsigned() const { return filter_zero_point_ != 0; } in Unsigned() function
|
D | quantized_conv_2d_tester.h | 205 inline bool Unsigned() const { return kernel_zero_point_ != 0; } in Unsigned() function
|
D | quantized_depthwise_conv_2d_tester.h | 217 inline bool Unsigned() const { return kernel_zero_point_ != 0; } in Unsigned() function
|
/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
|
/external/parameter-framework/upstream/parameter/ |
D | IntegerParameterType.h | 56 using Unsigned = typename std::make_unsigned<Signed>::type; member
|
/external/angle/src/common/ |
D | utilities.h | 132 Unsigned = 1, enumerator
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 110 Unsigned = 0, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 98 Unsigned = 0, enumerator
|
/external/rust/crates/bindgen/src/ir/ |
D | enum_ty.rs | 251 Unsigned(u64), enumerator
|
/external/rust/crates/num-bigint/src/ |
D | bigint.rs | 292 type Unsigned; typedef 296 fn uabs(self) -> Self::Unsigned; in uabs() 298 fn checked_uabs(self) -> CheckedUnsignedAbs<Self::Unsigned>; in checked_uabs()
|