Searched refs:five (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmi6.c45 #define VAR five
50 unsigned int five = 0; local
58 if (five != 5)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmi6.c45 #define VAR five
50 unsigned int five = 0; local
58 if (five != 5)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A Dplaceholders.cc30 int five = 5; local
32 VERIFY( std::bind(std::minus<int>(), _1, _2)(five, seven) == -2 );
33 VERIFY( std::bind(std::minus<int>(), _2, _1)(five, seven) == 2 );
H A Dnested.cc30 int five = 5; local
33 std::bind(std::minus<int>(), 6, _2))(five, seven) == -5 );
35 std::bind(std::minus<int>(), 6, _2))(seven, five) == 7 );
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug366.go11 func five(x int64) { func
19 five(int64(5 / (5 / 3)))
22 five(int64(byte(5) / (byte(5) / byte(3))))
26 five(int64(a / (a / b)))
31 five(int64(x[2] / (x[2] / x[1])))
36 five(int64(y[1] / (y[1] / y[0])))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/
H A Dplaceholders.cc34 int five = 5; local
36 VERIFY( std::tr1::bind(std::minus<int>(), _1, _2)(five, seven) == -2 );
37 VERIFY( std::tr1::bind(std::minus<int>(), _2, _1)(five, seven) == 2 );
H A Dnested.cc34 int five = 5; local
36 VERIFY( std::tr1::bind(std::multiplies<int>(), _1, std::tr1::bind(std::minus<int>(), 6, _2))(five, seven) == -5 );
37 VERIFY( std::tr1::bind(std::multiplies<int>(), _1, std::tr1::bind(std::minus<int>(), 6, _2))(seven, five) == 7 );
H A Dmixed.cc49 int five = 5; local
52 VERIFY( std::tr1::bind(multiplies<int>(), p1::_1, b1)(five, seven) == -5 );
53 VERIFY( std::bind(multiplies<int>(), p2::_1, b2)(seven, five) == 7 );
55 VERIFY( std::tr1::bind<int>(multiplies<int>(), p1::_1, b1)(five, seven) == -5 );
56 VERIFY( std::bind<int>(multiplies<int>(), p2::_1, b2)(seven, five) == 7 );
95 int five = 5; local
97 VERIFY( std::tr1::bind(multiplies<int>(), p1::_1, b1)(five, seven) == -5 );
98 VERIFY( std::bind(multiplies<int>(), p2::_1, b2)(seven, five) == 7 );
100 VERIFY( std::tr1::bind<int>(multiplies<int>(), p1::_1, b1)(five, seven) == -5 );
101 VERIFY( std::bind<int>(multiplies<int>(), p2::_1, b2)(seven, five)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dinsv_1.c11 unsigned short five: 5; member in struct:bitfield
28 a.five = 7;
44 a.five = 0x1f;
52 a.five = 0;
68 if (d.five != 7)
75 if (d.five != 0x1f)
79 if (d.five != 0)
H A Dinsv_2.c11 unsigned short five: 5; member in struct:bitfield
28 a.five = 7;
44 a.five = 0x1f;
52 a.five = 0;
68 if (d.five != 7)
75 if (d.five != 0x1f)
79 if (d.five != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dnestfunc-7.c7 int five; member in struct:A
23 a.five = base + 5;
36 && a.five == 15
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfuncspec-3.c43 int five = 5; variable
48 if (sse4a_pop_i (five) != 2)
54 if (generic_pop_i (five) != 2)
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dsection-align-1.s13 .section .five,"dr0"
H A Dsection-align-3.s13 .section .five,"dr3"
H A Dsection-align-1.d29 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dto_string.cc51 string five(to_string(ld1));
52 VERIFY( five == "2.000000" );
H A Ddr1261.cc44 const string five(to_string(7ll));
45 VERIFY( five == "7" );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-4.C23 five(void) function
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dfgetc_.c67 integer five = 5; local
69 return G77_fgetc_0 (&five, c, Lc);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C24 five(void)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_constructor_char_1.f9019 Type (t5) :: five = t5(str5)
21 print '(2a)', one, two, three, four, five, six
48 ! { dg-final { scan-tree-dump-times "five = ..txt=..AbCdE., .ZyXwV...;" 1 "original" } }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Ddr1261.cc44 const wstring five(to_wstring(7ll));
45 VERIFY( five == L"7" );
H A Dto_wstring.cc52 wstring five(to_wstring(ld1));
53 VERIFY( five == L"2.000000" );
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Dempty.s8 SBT arg5 - one two three four five
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Dempty.s8 SBT arg5 - one two three four five

Completed in 230 milliseconds

123