Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 136) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp35 typedef _SIZE SIZE; typedef in SizeAndEndianness
41 template <typename SIZE> class TRange {
43 typename SIZE::ptr_t _location;
44 typename SIZE::size_t _length;
45 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange()
47 template <typename SIZE, typename T> class TRangeValue : public TRange<SIZE> {
50 …TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(l… in TRangeValue()
52 template <typename SIZE> class TAddressRelocator {};
55 template <typename SIZE> class TRawSymbolOwnerData
57 TRangeValue< SIZE, uint8_t* > _TEXT_text_section;
[all …]
/external/elfutils/libasm/
Dasm_addint8.c38 #ifndef SIZE
39 # define SIZE 8 macro
51 FCT(SIZE) (asmscn, num)
53 TYPE(SIZE) num;
67 if (SIZE == 8)
69 else if (SIZE == 16)
72 else if (SIZE == 32)
91 #if SIZE > 8
95 TYPE(SIZE) var = num;
98 if (__libasm_ensure_section_space (asmscn, SIZE / 8) != 0)
[all …]
Dasm_adduint8.c33 #ifndef SIZE
34 # define SIZE 8 macro
48 UFCT(SIZE) (asmscn, num)
50 UTYPE(SIZE) num;
52 return INTUSE(FCT(SIZE)) (asmscn, (TYPE(SIZE)) num);
/external/eigen/bench/
Dsparse_setter.cpp6 #ifndef SIZE
7 #define SIZE 100000 macro
63 int rows = SIZE; in main()
64 int cols = SIZE; in main()
197 SparseMatrix<Scalar> mat(SIZE,SIZE); in setinnerrand_eigen()
211 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_dynamic()
226 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_sumeq()
229 DynamicSparseMatrix<Scalar> aux(SIZE,SIZE); in setrand_eigen_sumeq()
244 DynamicSparseMatrix<Scalar> setter(SIZE,SIZE); in setrand_eigen_compact()
258 SparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_gnu_hash()
[all …]
Dvdw_new.cpp10 #ifndef SIZE
11 #define SIZE 10000 macro
43 …Vec interactions1(SIZE), interactions2(SIZE); // SIZE is the number of vdw interactions in our sys… in main()
Dsparse_randomsetter.cpp10 #ifndef SIZE
11 #define SIZE 10000 macro
67 int rows = SIZE; in main()
68 int cols = SIZE; in main()
Dsparse_transpose.cpp6 #ifndef SIZE
7 #define SIZE 10000 macro
38 int rows = SIZE; in main()
39 int cols = SIZE; in main()
Dsparse_lu.cpp11 #ifndef SIZE
12 #define SIZE 10 macro
74 int rows = SIZE; in main()
75 int cols = SIZE; in main()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java59 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testConstructor()
60 for (int i = 0; i < SIZE; i++) { in testConstructor()
115 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testIndexing()
116 for (int index : new int[] { -1, SIZE }) { in testIndexing()
180 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testCompareAndSet()
181 for (int i : new int[] { 0, SIZE - 1}) { in testCompareAndSet()
220 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testWeakCompareAndSet()
221 for (int i : new int[] { 0, SIZE - 1}) { in testWeakCompareAndSet()
241 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); in testGetAndSet()
242 for (int i : new int[] { 0, SIZE - 1}) { in testGetAndSet()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java127 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.MD5
129 public MD5() { super("MD5", EVP_MD, SIZE, BLOCK_SIZE); } in MD5()
134 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA1
136 public SHA1() { super("SHA-1", EVP_MD, SIZE, BLOCK_SIZE); } in SHA1()
141 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA256
143 public SHA256() { super("SHA-256", EVP_MD, SIZE, BLOCK_SIZE); } in SHA256()
148 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA384
150 public SHA384() { super("SHA-384", EVP_MD, SIZE, BLOCK_SIZE); } in SHA384()
155 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA512
157 public SHA512() { super("SHA-512", EVP_MD, SIZE, BLOCK_SIZE); } in SHA512()
/external/valgrind/main/callgrind/tests/
Dsimwork.c9 #define SIZE 100000 macro
16 for(i = 0; i< SIZE; i++) a[i] = b[i] = 1.0; in init()
22 for(i = 0; i< SIZE; i++) { in do_add()
34 for(i = 0; i< SIZE; i++) sum += c[i]; in do_sum()
54 a = (double*) malloc(SIZE * sizeof(double)); in main()
55 b = (double*) malloc(SIZE * sizeof(double)); in main()
56 c = (double*) malloc(SIZE * sizeof(double)); in main()
/external/bison/lib/
Disnan.c48 # define SIZE SIZEOF_LDBL macro
60 # define SIZE SIZEOF_DBL macro
72 # define SIZE SIZEOF_FLT macro
149 return (memcmp (&m.value, &plus_inf, SIZE) != 0 in FUNC()
150 && memcmp (&m.value, &minus_inf, SIZE) != 0); in FUNC()
165 memset (&m1.value, 0, SIZE); in FUNC()
166 memset (&m2.value, 0, SIZE); in FUNC()
169 if (memcmp (&m1.value, &m2.value, SIZE) != 0) in FUNC()
Dxsize.h106 #define size_overflow_p(SIZE) \ argument
107 ((SIZE) == SIZE_MAX)
109 #define size_in_bounds_p(SIZE) \ argument
110 ((SIZE) != SIZE_MAX)
/external/eigen/bench/btl/generic_bench/static/
Dstatic_size_generator.hh28 template <int SIZE,template<class> class Perf_Analyzer, template<class> class Action, template<clas…
32 tab_sizes.push_back(SIZE); in go()
34 Perf_Analyzer<Action<Interface<REAL_TYPE,SIZE> > > perf_action; in go()
35 tab_mflops.push_back(perf_action.eval_mflops(SIZE)); in go()
37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops); in go()
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh30 template<class real, int SIZE=Dynamic>
36 enum {IsFixedSize = (SIZE!=Dynamic)};
43 typedef Eigen::Matrix<real,SIZE,SIZE> gene_matrix;
44 typedef Eigen::Matrix<real,SIZE,1> gene_vector;
49 if (SIZE==Dynamic) return "eigen2"; else return "tiny_eigen2"; in name()
51 if (SIZE==Dynamic) return "eigen2"; else return "tiny_eigen2"; in name()
53 if (SIZE==Dynamic) return "eigen2_novec"; else return "tiny_eigen2_novec"; in name()
/external/llvm/test/CodeGen/ARM/
Dunaligned_load_store_vector.ll4 ;SIZE = 64
22 ;SIZE = 64
40 ;SIZE = 64
58 ;SIZE = 64
76 ;SIZE = 128
94 ;SIZE = 128
112 ;SIZE = 128
130 ;SIZE = 128
148 ;SIZE = 128
166 ;SIZE = 64
[all …]
/external/e2fsprogs/intl/
Dxsize.h103 #define size_overflow_p(SIZE) \ argument
104 ((SIZE) == SIZE_MAX)
106 #define size_in_bounds_p(SIZE) \ argument
107 ((SIZE) != SIZE_MAX)
/external/webkit/Source/WebCore/platform/graphics/win/
DIntSizeWin.cpp33 IntSize::IntSize(const SIZE& s) in IntSize()
39 IntSize::operator SIZE() const in operator SIZE()
41 SIZE s = {m_width, m_height}; in operator SIZE()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_backing_store.h41 #define TILE_SIZE_AT_ZOOM(SIZE, ZOOM) ((int)roundf((SIZE) * (ZOOM))) argument
42 #define TILE_W_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_W) argument
43 #define TILE_H_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_H) argument
/external/guava/guava/src/com/google/common/math/
DLongMath.java80 return (Long.SIZE - 1) - Long.numberOfLeadingZeros(x); in log2()
84 return Long.SIZE - Long.numberOfLeadingZeros(x - 1); in log2()
93 int logFloor = (Long.SIZE - 1) - leadingZeros; in log2()
213 return (k < Long.SIZE) ? 1L << k : 0; in pow()
215 if (k < Long.SIZE) { in pow()
312 int signum = 1 | (int) ((p ^ q) >> (Long.SIZE - 1)); in divide()
472 if (leadingZeros > Long.SIZE + 1) { in checkedMultiply()
475 checkNoOverflow(leadingZeros >= Long.SIZE); in checkedMultiply()
499 checkNoOverflow(k < Long.SIZE - 1); in checkedPow()
502 checkNoOverflow(k < Long.SIZE); in checkedPow()
DIntMath.java84 return (Integer.SIZE - 1) - Integer.numberOfLeadingZeros(x); in log2()
88 return Integer.SIZE - Integer.numberOfLeadingZeros(x - 1); in log2()
97 int logFloor = (Integer.SIZE - 1) - leadingZeros; in log2()
177 return (k < Integer.SIZE) ? (1 << k) : 0; in pow()
179 if (k < Integer.SIZE) { in pow()
268 int signum = 1 | ((p ^ q) >> (Integer.SIZE - 1)); in divide()
402 checkNoOverflow(k < Integer.SIZE - 1); in checkedPow()
405 checkNoOverflow(k < Integer.SIZE); in checkedPow()
/external/skia/gm/
Dbitmapmatrix.cpp108 static const int SIZE = 64; in setupBitmap() local
109 bm->setConfig(SkBitmap::kARGB_8888_Config, SIZE, SIZE); in setupBitmap()
119 SkRect rect = SkRect::MakeWH(SkIntToScalar(SIZE), SkIntToScalar(SIZE)); in setupBitmap()
/external/eigen/bench/btl/libs/tvmet/
Dtvmet_interface.hh31 template<class real, int SIZE>
41 typedef Vector<real,SIZE> gene_vector;
42 typedef Matrix<real,SIZE,SIZE> gene_matrix;
/external/eigen/bench/btl/libs/blitz/
Dtiny_blitz_interface.hh33 template<class real, int SIZE>
44 typedef TinyVector<real,SIZE> gene_vector;
45 typedef TinyMatrix<real,SIZE,SIZE> gene_matrix;
/external/clang/test/SemaCXX/
Darray-bounds.cpp89 #define SIZE 10 macro
93 int arr[SIZE]; // expected-note {{array 'arr' declared here}} in test_no_warn_macro_unreachable()
94 return ARR_IN_MACRO(0, arr, SIZE) + // no-warning in test_no_warn_macro_unreachable()
95 …ARR_IN_MACRO(1, arr, SIZE); // expected-warning{{array index 10 is past the end of the array (whic… in test_no_warn_macro_unreachable()

123456