Searched defs:SIZE (Results 26 - 50 of 105) sorted by relevance

12345

/external/eigen/bench/
H A Dsparse_dense_product.cpp6 #ifndef SIZE
7 #define SIZE 650000 macro
54 int rows = SIZE;
55 int cols = SIZE;
H A Dsparse_lu.cpp11 #ifndef SIZE
12 #define SIZE 10 macro
74 int rows = SIZE;
75 int cols = SIZE;
H A Dsparse_product.cpp9 #ifndef SIZE
10 #define SIZE 1000000 macro
100 int rows = SIZE;
101 int cols = SIZE;
H A Dsparse_randomsetter.cpp10 #ifndef SIZE
11 #define SIZE 10000 macro
67 int rows = SIZE;
68 int cols = SIZE;
H A Dsparse_trisolver.cpp7 #ifndef SIZE
8 #define SIZE 10000 macro
58 int rows = SIZE;
59 int cols = SIZE;
H A DBenchSparseUtil.h10 #ifndef SIZE
11 #define SIZE 1024 macro
H A DbenchVecAdd.cpp7 #ifndef SIZE
8 #define SIZE 50 macro
23 int size = SIZE * 8;
H A Dgeometry.cpp13 #ifndef SIZE
14 #define SIZE 8 macro
93 bench_impl<Transformation,SIZE>::run(t);
111 for(int i=0;i<SIZE;++i)
H A Dsparse_cholesky.cpp11 #ifndef SIZE
12 #define SIZE 10 macro
79 int rows = SIZE;
80 int cols = SIZE;
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c29 #define SIZE 80 macro
37 char systime[SIZE];
38 char icutime[SIZE];
/external/openssl/crypto/bn/
H A Dexp.c7 #define SIZE 256 macro
17 int j,i,size=SIZE,num=NUM,mod=MOD;
/external/pixman/demos/
H A Dconical-test.c4 #define SIZE 128 macro
7 #define WIDTH (SIZE * GRADIENTS_PER_ROW)
8 #define HEIGHT (SIZE * NUM_ROWS)
71 pixman_double_to_fixed (SIZE),
72 pixman_double_to_fixed (SIZE));
89 0, 0, 0, 0, column * SIZE, row * SIZE,
90 SIZE, SIZE);
H A Dradial-test.c7 #define SIZE 128 macro
8 #define WIDTH (SIZE * NUM_GRADIENTS)
9 #define HEIGHT (SIZE * NUM_REPEAT)
166 pixman_double_to_fixed (SIZE),
167 pixman_double_to_fixed (SIZE));
195 i * SIZE, j * SIZE,
196 SIZE, SIZE);
/external/pixman/test/
H A Dfetch-test.c6 #define SIZE 1024 macro
18 uint32_t src[SIZE];
19 uint32_t dst[SIZE];
150 uint32_t dst[SIZE];
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dquad-tex.c117 #define SIZE 16 macro
121 ubyte tex2d[SIZE][SIZE][4];
124 #if (SIZE != 2)
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
136 tex2d[t][s][0] = s*255/(SIZE-1);
137 tex2d[t][s][1] = t*255/(SIZE-1);
165 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
[all...]
H A Dtex-srgb.c146 #define SIZE 64 macro
147 ubyte tex2d[SIZE][SIZE][4];
150 for (s = 0; s < SIZE; s++) {
151 for (t = 0; t < SIZE; t++) {
153 tex2d[t][s][1] = s * 255 / SIZE;
154 tex2d[t][s][2] = t * 255 / SIZE;
159 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
199 #undef SIZE macro
[all...]
H A Dtex-swizzle.c120 #define SIZE 256 macro
122 ubyte tex2d[SIZE][SIZE][4];
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
134 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
155 #undef SIZE macro
H A Dquad-sample.c161 #define SIZE 16 macro
169 ubyte tex2d[SIZE][SIZE][4];
172 #if (SIZE != 2)
173 for (s = 0; s < SIZE; s++) {
174 for (t = 0; t < SIZE; t++) {
184 tex2d[t][s][0] = s*255/(SIZE-1);
185 tex2d[t][s][1] = t*255/(SIZE-1);
215 templat.width0 = SIZE;
216 templat.height0 = SIZE;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h317 #undef SIZE macro
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java33 public static final Attribute SIZE = new AttributeImpl ("SIZE"); field in class:Attribute
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c117 #define SIZE 16 macro
121 ubyte tex2d[SIZE][SIZE][4];
124 #if (SIZE != 2)
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
136 tex2d[t][s][0] = s*255/(SIZE-1);
137 tex2d[t][s][1] = t*255/(SIZE-1);
165 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
[all...]
H A Dtex-srgb.c146 #define SIZE 64 macro
147 ubyte tex2d[SIZE][SIZE][4];
150 for (s = 0; s < SIZE; s++) {
151 for (t = 0; t < SIZE; t++) {
153 tex2d[t][s][1] = s * 255 / SIZE;
154 tex2d[t][s][2] = t * 255 / SIZE;
159 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
199 #undef SIZE macro
[all...]
H A Dtex-swizzle.c120 #define SIZE 256 macro
122 ubyte tex2d[SIZE][SIZE][4];
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
134 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
155 #undef SIZE macro
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h317 #undef SIZE macro
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c24 #define SIZE 8 macro
25 #define SIZE2 (SIZE / 2)
71 w = pic->width / SIZE;
72 h = pic->height / SIZE;
80 const int off = (y * pic->argb_stride + x) * SIZE;
81 if (is_transparent_argb_area(pic->argb + off, pic->argb_stride, SIZE)) {
86 flatten_argb(pic->argb + off, argb_value, pic->argb_stride, SIZE);
99 const int off_a = (y * pic->a_stride + x) * SIZE;
100 const int off_y = (y * pic->y_stride + x) * SIZE;
102 if (is_transparent_area(a_ptr + off_a, pic->a_stride, SIZE)) {
120 #undef SIZE macro
[all...]

Completed in 482 milliseconds

12345