HomeSort by relevance Sort by last modified time
    Searched defs:unsigned (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTHash.h 6 into a 32-bit unsigned int.
19 data into a 32-bit unsigned int.
66 CPVRTHash(const void* pData, unsigned int dataSize, unsigned int dataCount) : m_uiHash(0)
93 @brief Converts to unsigned int.
96 operator unsigned int() const
109 return MakeHash(String.c_str(), sizeof(char), (unsigned int) String.length());
128 return MakeHash(c_pszString, sizeof(char), (unsigned int) (pCursor - c_pszString));
140 @return unsigned int The hash.
142 static CPVRTHash MakeHash(const void* pData, unsigned int dataSize, unsigned int dataCount
    [all...]
  /external/tensorflow/tensorflow/core/lib/bfloat16/
bfloat16.h 68 B16_DEVICE_FUNC explicit bfloat16(const unsigned short val)
71 B16_DEVICE_FUNC explicit bfloat16(const unsigned int val)
128 B16_DEVICE_FUNC explicit operator unsigned char() const {
129 return static_cast<unsigned char>(float(*this));
132 B16_DEVICE_FUNC explicit operator unsigned short() const {
133 return static_cast<unsigned short>(float(*this));
136 B16_DEVICE_FUNC explicit operator unsigned int() const {
137 return static_cast<unsigned int>(float(*this));
140 B16_DEVICE_FUNC explicit operator unsigned long() const {
141 return static_cast<unsigned long>(float(*this))
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 24 explicit Flags(unsigned int pFlag = 0x0) : m_Data(pFlag) {}
26 operator unsigned int() const { return m_Data; }
32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask); }
36 Flags& operator&=(unsigned int pMask) {
77 unsigned int m_Data;
  /external/llvm/include/llvm/ADT/
Statistic.h 43 std::atomic<unsigned> Value;
46 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
61 operator unsigned() const { return getValue(); }
64 const Statistic &operator=(unsigned Val) {
74 unsigned operator++(int) {
84 unsigned operator--(int) {
89 const Statistic &operator+=(unsigned V) {
96 const Statistic &operator-=(unsigned V) {
105 const Statistic &operator=(unsigned Val) {
113 unsigned operator++(int)
    [all...]
  /external/swiftshader/src/Renderer/
Color.hpp 33 Color(unsigned short c);
34 Color(unsigned long c);
35 Color(unsigned int c);
39 operator unsigned int() const;
165 inline Color<float>::Color(unsigned short c)
174 inline Color<short>::Color(unsigned short c)
184 inline Color<byte>::Color(unsigned short c)
223 inline Color<float>::Color(unsigned int c)
234 inline Color<short>::Color(unsigned int c)
244 inline Color<byte>::Color(unsigned int c
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Statistic.h 52 operator unsigned() const { return Value; }
53 const Statistic &operator=(unsigned Val) {
67 unsigned operator++(int) {
69 unsigned OldValue = Value;
79 unsigned operator--(int) {
81 unsigned OldValue = Value;
86 const Statistic &operator+=(const unsigned &V) {
92 const Statistic &operator-=(const unsigned &V) {
98 const Statistic &operator*=(const unsigned &V) {
103 const Statistic &operator/=(const unsigned &V)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.h 29 unsigned Tag;
30 unsigned NumRegs;
32 OwningArrayPtr<unsigned> Order;
35 operator ArrayRef<unsigned>() const {
45 unsigned Tag;
52 const unsigned *CalleeSaved;
80 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const {
87 ArrayRef<unsigned> getOrder(const TargetRegisterClass *RC) const {
103 unsigned getLastCalleeSavedAlias(unsigned PhysReg) const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
104 void updateMax(unsigned V) {
105 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
format.go 19 unsigned = false
193 // fmt_integer formats signed and unsigned integers.
526 // Achieve this by writing the sign out and then padding the unsigned number.
536 // No sign to show and the number is positive; just print the unsigned number.
18 unsigned = false const
  /prebuilts/go/linux-x86/src/fmt/
format.go 19 unsigned = false
193 // fmt_integer formats signed and unsigned integers.
526 // Achieve this by writing the sign out and then padding the unsigned number.
536 // No sign to show and the number is positive; just print the unsigned number.
18 unsigned = false const
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 36 unsigned Reg, Sub;
47 enum : unsigned {
56 IndexType(unsigned Idx) : Index(Idx) {}
57 operator unsigned() const;
58 bool operator== (unsigned x) const;
60 bool operator!= (unsigned x) const;
63 bool operator< (unsigned Idx) const;
71 unsigned Index;
166 inline HexagonBlockRanges::IndexType::operator unsigned() const {
171 inline bool HexagonBlockRanges::IndexType::operator== (unsigned x) const
    [all...]

Completed in 1666 milliseconds

1 2 3 4 5 6