Searched refs:is (Results 1 - 25 of 3248) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Ddec-eval-method-2.c7 Verify that DEC_EVAL_METHOD is defined by float.h.
11 #error DEC_EVAL_METHOD is defined before float.h is included
17 #error DEC_EVAL_METHOD is not defined after float.h is included
H A Ddec-eval-method.c7 Verify that __DEC_EVAL_METHOD__ is defined; it will be used to define
12 #error __DEC_EVAL_METHOD__ is not defined
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dU-22.c3 /* { dg-final { scan-file cmdlne-dU-22.i "^\n*#undef AAA\n+AAA is undefined\n+#undef BBB\n+BBB is undefined\n+#undef CCC\n+CCC is undefined\n*$" } } */
5 AAA is undefined
9 BBB is undefined
13 CCC is undefined
H A Ddigraph2.c7 preprocessor and compiler. digraphs.c is the general test. */
18 #error glue is defined!
H A Dpragma-pop_macro-1.c2 /* Do nothing if there is nothing on the macro stack to pop. */
11 #error X is defined
H A Ddefined.c13 #error defined is defined!
19 #error Z is not defined
22 /* The behavior of "defined" when it comes from a macro expansion is
31 #error Z is defined
45 #error defined is defined!
51 #error Z is not defined
54 /* The behavior of "defined" when it comes from a macro expansion is
63 #error Z is defined
74 #error Z is defined
78 #error Z is define
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D06.cc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 // default locale, grouping is turned off
36 std::istringstream is(s);
38 is >> h4; // 205
40 is >> c; // ','
43 is >> h4; // 199
45 is >> c; // ','
48 is >> h
[all...]
H A D07.cc6 // This file is part of the GNU ISO C++ Library. This library is free
12 // This library is distributed in the hope that it will be useful,
40 // manufactured locale, grouping is turned on
45 std::istringstream is(s1);
46 is.imbue(std::locale(std::locale(), new std::test_numpunct1));
49 is >> h4;
51 VERIFY( is.good() );
53 is.clear();
54 is >> f
[all...]
H A D08.cc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
39 // manufactured locale, grouping is turned on
44 std::istringstream is(s1);
45 is.imbue(std::locale(std::locale(), new std::test_numpunct2));
48 is >> h4;
50 VERIFY( is.good() );
52 is.clear();
53 is >> h
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D06.cc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
32 // default locale, grouping is turned off
37 std::istringstream is(s);
39 is >> h4; // 205
41 is >> c; // ','
44 is >> h4; // 199
46 is >> c; // ','
49 is >> h
[all...]
H A D07.cc6 // This file is part of the GNU ISO C++ Library. This library is free
12 // This library is distributed in the hope that it will be useful,
41 // manufactured locale, grouping is turned on
46 std::istringstream is(s1);
47 is.imbue(std::locale(std::locale(), new std::test_numpunct1));
50 is >> h4;
52 VERIFY( is.good() );
54 is.clear();
55 is >> f
[all...]
H A D08.cc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
40 // manufactured locale, grouping is turned on
45 std::istringstream is(s1);
46 is.imbue(std::locale(std::locale(), new std::test_numpunct2));
49 is >> h4;
51 VERIFY( is.good() );
53 is.clear();
54 is >> h
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D07.cc3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
37 // manufactured locale, grouping is turned on
42 std::wistringstream is(s1);
43 is.imbue(std::locale(std::locale(), new std::test_numpunct1));
46 is >> h4;
48 VERIFY( is.good() );
50 is.clear();
51 is >> f
[all...]
H A D08.cc3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
37 // manufactured locale, grouping is turned on
42 std::wistringstream is(s1);
43 is.imbue(std::locale(std::locale(), new std::test_numpunct2));
46 is >> h4;
48 VERIFY( is.good() );
50 is.clear();
51 is >> h
[all...]
H A D06.cc3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
29 // default locale, grouping is turned off
34 std::wistringstream is(s);
36 is >> h4; // 205
38 is >> c; // L','
41 is >> h4; // 199
43 is >> c; // L','
46 is >> h
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D07.cc3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
38 // manufactured locale, grouping is turned on
43 std::wistringstream is(s1);
44 is.imbue(std::locale(std::locale(), new std::test_numpunct1));
47 is >> h4;
49 VERIFY( is.good() );
51 is.clear();
52 is >> f
[all...]
H A D08.cc3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
38 // manufactured locale, grouping is turned on
43 std::wistringstream is(s1);
44 is.imbue(std::locale(std::locale(), new std::test_numpunct2));
47 is >> h4;
49 VERIFY( is.good() );
51 is.clear();
52 is >> h
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D990413-2.x1 # This test is x86 specific.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D990413-2.x1 # This test is x86 specific.
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/base-locale-is/
H A DMakefile3 PKGBASE=base-locale-is
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dvstr-arm-bad.l2 [^:]*:6: Warning: Use of PC here is deprecated
3 [^:]*:7: Warning: Use of PC here is deprecated
H A Dgroup-reloc-alu-encoding-bad.l2 [^:]*:23: Error: the offset 0x00011001 is not representable
3 [^:]*:23: Error: the offset 0x00011001 is not representable
4 [^:]*:23: Error: the offset 0x00011001 is not representable
5 [^:]*:23: Error: the offset 0x00011001 is not representable
6 [^:]*:23: Error: the offset 0x00011001 is not representable
7 [^:]*:23: Error: the offset 0x00011001 is not representable
8 [^:]*:23: Error: the offset 0x00011001 is not representable
9 [^:]*:23: Error: the offset 0x00011001 is not representable
10 [^:]*:23: Error: the offset 0x00011001 is not representable
11 [^:]*:23: Error: the offset 0x00011001 is no
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dbpo-7.s1 # If the symbol is a register then this is an error.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Ddigraph2.c7 preprocessor and compiler. digraphs.c is the general test. */
18 #error glue is defined!
/netbsd-6-1-5-RELEASE/share/doc/psd/20.ipctut/
H A Dudgramsend.c37 #define DATA "The sea is calm tonight, the tide is full . . ."
41 * line arguments. The form of the command line is udgramsend pathname

Completed in 444 milliseconds

1234567891011>>