Searched defs:unsigned (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp23 typedef UserDefinedIntegral<unsigned> UDI;
29 const unsigned n = 4;
42 const unsigned n = 4;
54 const unsigned n = 4;
73 const unsigned n = 4;
91 const unsigned n = 4;
106 operator unsigned char() const {return 'b';}
126 unsigned char a;
127 unsigned char b;
/external/llvm/include/llvm/ADT/
H A DStatistic.h53 operator unsigned() const { return Value; }
56 const Statistic &operator=(unsigned Val) {
70 unsigned operator++(int) {
72 unsigned OldValue = Value;
82 unsigned operator--(int) {
84 unsigned OldValue = Value;
89 const Statistic &operator+=(const unsigned &V) {
95 const Statistic &operator-=(const unsigned &V) {
101 const Statistic &operator*=(const unsigned &V) {
106 const Statistic &operator/=(const unsigned
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h181 mpreal(const unsigned long int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpreal::get_default_rnd());
182 mpreal(const unsigned int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpreal::get_default_rnd());
218 mpreal& operator=(const unsigned long int v);
219 mpreal& operator=(const unsigned int v);
232 mpreal& operator+=(const unsigned long int u);
233 mpreal& operator+=(const unsigned int u);
258 mpreal& operator-=(const unsigned long int u);
259 mpreal& operator-=(const unsigned int u);
263 friend const mpreal operator-(const unsigned long int b, const mpreal& a);
264 friend const mpreal operator-(const unsigned in
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp96 #define unsigned macro
181 unsigned
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp36 static cl::opt<unsigned> SeedCL("seed",
38 static cl::opt<unsigned> SizeCL("size",
64 Random(unsigned _seed):Seed(_seed) {}
94 unsigned Seed;
138 virtual void ActN(unsigned n) {
139 for (unsigned i=0; i<n; ++i)
165 unsigned index = Ran->Rand();
166 for (unsigned i=0; i<PT->size(); ++i) {
186 for (unsigned i = 0; i < VTp->getNumElements(); ++i)
198 unsigned inde
230 pickVectorType(unsigned len = (unsigned)-1) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 257 milliseconds