HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 76 - 100 of 422) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/bench/
sparse_transpose.cpp 6 #ifndef SIZE
7 #define SIZE 10000
38 int rows = SIZE;
39 int cols = SIZE;
geometry.cpp 13 #ifndef SIZE
14 #define SIZE 8
93 bench_impl<Transformation,SIZE>::run(t);
111 for(int i=0;i<SIZE;++i)
  /external/chromium_org/courgette/
analyze_stress_test 51 $(count_result "BEST_TIE") patch(es) where both are the same size
54 # Log file has the format "^SIZE courgette=... bsdiff=..."
56 | grep "^SIZE " \
62 | grep "^SIZE " \
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
exp.c 7 #define SIZE 256
17 int j,i,size=SIZE,num=NUM,mod=MOD; local
31 while (size <= 1024*8)
33 BN_rand(&a,size,0,0);
34 BN_rand(&b,size,1,0);
35 BN_rand(&c,size,0,1);
54 printf("%5d bit:%6.2f %6d %6.4f %4d m_set(%5.4f)\n",size,
59 size*=2;
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 30 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";
51 if (SIZE==Dynamic) return "eigen2"; else return "tiny_eigen2";
53 if (SIZE==Dynamic) return "eigen2_novec"; else return "tiny_eigen2_novec";
62 A.resize(A_stl[0].size(), A_stl.size());
    [all...]
  /external/guava/guava/src/com/google/common/math/
IntMath.java 84 return (Integer.SIZE - 1) - Integer.numberOfLeadingZeros(x);
88 return Integer.SIZE - Integer.numberOfLeadingZeros(x - 1);
97 int logFloor = (Integer.SIZE - 1) - leadingZeros;
177 return (k < Integer.SIZE) ? (1 << k) : 0;
179 if (k < Integer.SIZE) {
268 int signum = 1 | ((p ^ q) >> (Integer.SIZE - 1));
402 checkNoOverflow(k < Integer.SIZE - 1);
405 checkNoOverflow(k < Integer.SIZE);
  /external/openssl/crypto/bn/
exp.c 7 #define SIZE 256
17 int j,i,size=SIZE,num=NUM,mod=MOD; local
31 while (size <= 1024*8)
33 BN_rand(&a,size,0,0);
34 BN_rand(&b,size,1,0);
35 BN_rand(&c,size,0,1);
54 printf("%5d bit:%6.2f %6d %6.4f %4d m_set(%5.4f)\n",size,
59 size*=2;
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 37 template<size_t SIZE>
41 enum { EntrySize = SIZE };
58 size_t size() const function in class:mcld::GOT::Entry
70 uint32_t size() const { return m_Section.size(); } function in class:mcld::GOT
80 // finalizeSectionSize - set LDSection size
PLT.h 62 template<size_t SIZE, typename EntryBase = PLTEntryBase>
66 enum { EntrySize = SIZE };
75 size_t size() const function in class:mcld::PLT::Entry
88 // finalizeSectionSize - set LDSection size
  /frameworks/native/include/ui/
vec2.h 49 enum { SIZE = 2 };
50 inline static size_type size() { return SIZE; } function in class:android::tvec2
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 287 #define SIZE 16
295 ubyte tex2d[SIZE][SIZE][4];
298 #if (SIZE != 2)
299 for (s = 0; s < SIZE; s++) {
300 for (t = 0; t < SIZE; t++) {
310 tex2d[t][s][0] = s*255/(SIZE-1);
311 tex2d[t][s][1] = t*255/(SIZE-1);
341 templat.width0 = SIZE;
342 templat.height0 = SIZE;
    [all...]
gs-test.c 351 #define SIZE 16
359 ubyte tex2d[SIZE][SIZE][4];
362 #if (SIZE != 2)
363 for (s = 0; s < SIZE; s++) {
364 for (t = 0; t < SIZE; t++) {
374 tex2d[t][s][0] = s*255/(SIZE-1);
375 tex2d[t][s][1] = t*255/(SIZE-1);
405 templat.width0 = SIZE;
406 templat.height0 = SIZE;
    [all...]
vs-test.c 238 #define SIZE 16
246 ubyte tex2d[SIZE][SIZE][4];
249 #if (SIZE != 2)
250 for (s = 0; s < SIZE; s++) {
251 for (t = 0; t < SIZE; t++) {
261 tex2d[t][s][0] = s*255/(SIZE-1);
262 tex2d[t][s][1] = t*255/(SIZE-1);
292 templat.width0 = SIZE;
293 templat.height0 = SIZE;
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 287 #define SIZE 16
295 ubyte tex2d[SIZE][SIZE][4];
298 #if (SIZE != 2)
299 for (s = 0; s < SIZE; s++) {
300 for (t = 0; t < SIZE; t++) {
310 tex2d[t][s][0] = s*255/(SIZE-1);
311 tex2d[t][s][1] = t*255/(SIZE-1);
341 templat.width0 = SIZE;
342 templat.height0 = SIZE;
    [all...]
gs-test.c 351 #define SIZE 16
359 ubyte tex2d[SIZE][SIZE][4];
362 #if (SIZE != 2)
363 for (s = 0; s < SIZE; s++) {
364 for (t = 0; t < SIZE; t++) {
374 tex2d[t][s][0] = s*255/(SIZE-1);
375 tex2d[t][s][1] = t*255/(SIZE-1);
405 templat.width0 = SIZE;
406 templat.height0 = SIZE;
    [all...]
vs-test.c 238 #define SIZE 16
246 ubyte tex2d[SIZE][SIZE][4];
249 #if (SIZE != 2)
250 for (s = 0; s < SIZE; s++) {
251 for (t = 0; t < SIZE; t++) {
261 tex2d[t][s][0] = s*255/(SIZE-1);
262 tex2d[t][s][1] = t*255/(SIZE-1);
292 templat.width0 = SIZE;
293 templat.height0 = SIZE;
    [all...]
  /external/skia/gm/
bitmapmatrix.cpp 108 static const int SIZE = 64;
109 bm->setConfig(SkBitmap::kARGB_8888_Config, SIZE, SIZE);
119 SkRect rect = SkRect::MakeWH(SkIntToScalar(SIZE), SkIntToScalar(SIZE));
  /external/chromium_org/third_party/icu/source/test/compat/
tzdate.c 29 #define SIZE 80
37 char systime[SIZE];
38 char icutime[SIZE];
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 94 enum { SIZE = 100 };
95 static T member[SIZE];
99 T TemplateClass2<T>::member[TemplateClass2<T>::SIZE];
  /external/icu4c/test/compat/
tzdate.c 29 #define SIZE 80
37 char systime[SIZE];
38 char icutime[SIZE];
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 68 region = pOutput.request(section->offset(), section->size());
188 template<size_t SIZE>
193 typedef typename ELFSizeTraits<SIZE>::Ehdr ElfXX_Ehdr;
194 typedef typename ELFSizeTraits<SIZE>::Shdr ElfXX_Shdr;
195 typedef typename ELFSizeTraits<SIZE>::Phdr ElfXX_Phdr;
203 header->e_ident[EI_CLASS] = (SIZE == 32) ? ELFCLASS32 : ELFCLASS64;
234 header->e_shoff = getLastStartOffset<SIZE>(pModule);
240 header->e_shnum = pModule.size();
290 template<size_t SIZE>
295 typedef typename ELFSizeTraits<SIZE>::Shdr ElfXX_Shdr
606 size_t size = fragIter->size(); local
    [all...]
  /external/clang/test/SemaCXX/
array-bounds.cpp 89 #define SIZE 10
93 int arr[SIZE]; // expected-note {{array 'arr' declared here}}
94 return ARR_IN_MACRO(0, arr, SIZE) + // no-warning
95 ARR_IN_MACRO(1, arr, SIZE); // expected-warning{{array index 10 is past the end of the array (which contains 10 elements)}}
  /external/pixman/test/
fetch-test.c 6 #define SIZE 1024
18 uint32_t src[SIZE];
19 uint32_t dst[SIZE];
110 reader (const void *src, int size)
112 switch (size)
128 writer (void *src, uint32_t value, int size)
130 switch (size)
150 uint32_t dst[SIZE];
  /frameworks/base/services/common_time/
common_time_server_api.cpp 155 if (ifaceName.size()) {
292 const size_t SIZE = 256;
293 char buffer[SIZE];
296 snprintf(buffer, SIZE, "Permission Denial: "
368 const size_t SIZE = 256;
369 char buffer[SIZE];
372 snprintf(buffer, SIZE, "Permission Denial: "
407 const size_t SIZE = 256;
408 char buffer[SIZE];
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 34 * According to the FAT specification, this is the maximum size a FAT
50 super((int)(chain.getLengthOnDisk() / FatDirectoryEntry.SIZE),
127 final int size = entryCount * FatDirectoryEntry.SIZE; local
129 if (size > MAX_SIZE) throw new DirectoryFullException(
133 sizeChanged(chain.setSize(Math.max(size, chain.getClusterSize())));

Completed in 626 milliseconds

1 2 34 5 6 7 8 91011>>