Searched refs:width (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr49705.c12 check_image_width (int width, int height) argument
14 if ((((((0 * (0 * 2 + width) - 1) < 0) ? - (~ (0 * (0 * 2 + width) + 0) == -1) - ((((0 * (0 * 2 + width) + 1) << (sizeof ((0 * 2 + width) + 0) * 8 - 2)) - 1) * 2 + 1) : (0 * (0 * 2 + width) + 0))) < 0 ? (2 < 0 ? width < ((((0 * (0 * 2 + width) - 1) < 0) ? - (~ (0 * (0 * 2 + width) + 0) == -1) - ((((0 * (0 * 2 + width)
[all...]
H A Dasm-a.c12 int c, x,y, width; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020715-1.c10 int width; local
14 if (width)
18 width *= bytes;
H A D20070605-1.c1 quantize_fs_dither (unsigned width, short *errorptr, int dir) argument
5 for (col = width; col > 0; col--)
H A D921126-1.c4 int width; local
8 if (a0s & (1LL << width))
H A D20071207-1.c4 void centerln (int width, int ch, char *s) argument
10 sidebar = (width - __builtin_strlen (s)) / 2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr23546.c5 void mmxCombineMaskU (m64 * mask, int width) argument
7 while (--width >= 0)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_64.f907 integer :: width = 10 component in type:line_struct
H A Dproc_ptr_comp_31.f9010 real :: width, height component in type:rectangle
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr31169.c16 int width = t->precision; local
18 if (width > HOST_BITS_PER_WIDE_INT)
20 hi = (unsigned HOST_WIDE_INT) 1 << (width - HOST_BITS_PER_WIDE_INT - 1);
24 >> (2 * HOST_BITS_PER_WIDE_INT - width));
30 lo = (unsigned HOST_WIDE_INT) 1 << (width - 1);
34 >> (HOST_BITS_PER_WIDE_INT - width));
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dalias-2.s4 /* <bfm> [Xd|xzr], [xzr|<Xr>], <imm>, <width> */
5 .macro bfm_inst op imm width
6 \op x0, xzr, #\imm, #\width
7 \op x0, x1, #\imm, #\width
8 \op xzr, x1, #\imm, #\width
9 \op xzr, xzr, #\imm, #\width
12 /* bfc [Xd|xzr], <imm>, <width> */
13 .macro bfc_inst imm width
14 bfc x0, #\imm, #\width
15 bfc xzr, #\imm, #\width
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D28277.cc41 oss_01.width(WIDTH);
42 const streamsize width = oss_01.width(); local
47 VERIFY( oss_01.str().size() == string::size_type(width) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D28277.cc41 oss_01.width(WIDTH);
42 const streamsize width = oss_01.width(); local
47 VERIFY( oss_01.str().size() == wstring::size_type(width) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D28277-4.cc41 oss_01.width(WIDTH);
42 const streamsize width = oss_01.width(); local
47 VERIFY( oss_01.str().size() == string::size_type(width) );
H A D28277-3.cc40 oss_01.width(WIDTH);
41 const streamsize width = oss_01.width(); local
46 VERIFY( oss_01.str().size() == string::size_type(width) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc41 oss_01.width(MAX_SIZE);
42 const streamsize width = oss_01.width(); local
47 VERIFY( oss_01.str().size() == wstring::size_type(width) );
H A D28277-4.cc41 oss_01.width(WIDTH);
42 const streamsize width = oss_01.width(); local
47 VERIFY( oss_01.str().size() == wstring::size_type(width) );
H A D28277-3.cc40 oss_01.width(WIDTH);
41 const streamsize width = oss_01.width(); local
46 VERIFY( oss_01.str().size() == wstring::size_type(width) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/char/
H A D28277.cc40 oss_01.width(WIDTH);
41 const streamsize width = oss_01.width(); local
46 VERIFY( oss_01.str().size() == __gnu_cxx::__vstring::size_type(width) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/wchar_t/
H A D28277.cc40 oss_01.width(WIDTH);
41 const streamsize width = oss_01.width(); local
46 VERIFY( oss_01.str().size() == __gnu_cxx::__wvstring::size_type(width) );
/haiku-buildtools/legacy/gcc/libio/
H A Dstream.h53 char* chr(char ch, int width = 0);
54 char* str(const char* s, int width = 0);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnew9.C13 ggIO<T>::readbody(int width) argument
15 scanline = new ggRGBE[width];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr49603.c11 int width, int height)
15 for (j=0; j<width; j++)
10 quickdraw_rgb( struct gl_context * ctx, int width, int height) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C18 width = width_;
25 int width; member in class:square
34 width = width_;
42 int width; member in class:triangle
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet19.C11 int width; member in class:Value

Completed in 103 milliseconds

1234567891011>>