Searched refs:C1 (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgold-gdb-index-2.c22 void bar () { C1::baz (); }
H A Dgold-gdb-index.c22 void foo () { C1::baz (); }
H A Dgold-gdb-index.h20 class C1 class in namespace:N1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgold-gdb-index-2.c22 void bar () { C1::baz (); }
H A Dgold-gdb-index.h20 class C1 class in namespace:N1
H A Dgold-gdb-index.c22 void foo () { C1::baz (); }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Drtti1.cc27 class C1;
35 class C1: public Base1 { class in namespace:n1
39 class D1 : public C1{
41 D1(C1 *, C1 *);
43 C1* expr_1_;
44 C1* expr_2_;
47 D1::D1(C1 *expr_1, C1 *expr_2)
50 C1 *create
[all...]
H A Dbreakpoint-locs-2.cc22 void bar () { C1::baz (); }
H A Dbreakpoint-locs.cc22 void foo () { C1::baz (); }
H A Dbreakpoint-locs.h20 class C1 class in namespace:N1
H A Dbreakpoint.cc22 class C1 { class
24 C1(int i) : i_(i) {} function in class:C1
55 C1::Nested c1;
59 C1 c2 (2), c3 (3);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Drtti1.cc27 class C1;
35 class C1: public Base1 { class in namespace:n1
39 class D1 : public C1{
41 D1(C1 *, C1 *);
43 C1* expr_1_;
44 C1* expr_2_;
47 D1::D1(C1 *expr_1, C1 *expr_2)
50 C1 *create
[all...]
H A Dbreakpoint-locs-2.cc22 void bar () { C1::baz (); }
H A Dbreakpoint.cc22 class C1 { class
24 C1(int i) : i_(i) {} function in class:C1
55 C1::Nested c1;
59 C1 c2 (2), c3 (3);
H A Dbreakpoint-locs.h20 class C1 class in namespace:N1
H A Dbreakpoint-locs.cc22 void foo () { C1::baz (); }
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_210.c17 C1 enumerator in enum:__anon3730
27 C c1 = C1;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c46 // Note: C1 represents x_significand (UINT64)
51 UINT64 C1; local
69 C1 = (x & MASK_BINARY_SIG2) | MASK_BINARY_OR2;
70 if (C1 > 9999999999999999ull) { // non-canonical
72 C1 = 0;
76 C1 = x & MASK_BINARY_SIG1;
80 if (C1 == 0x0ull) {
89 if (C1 >= 0x0020000000000000ull) { // x >= 2^53
91 if (C1 >= 0x0000000100000000ull) { // x >= 2^32
92 tmp1.d = (double) (C1 >> 3
310 UINT64 C1; local
609 UINT64 C1; local
860 UINT64 C1; local
1117 UINT64 C1; local
1368 UINT64 C1; local
1625 UINT64 C1; local
1847 UINT64 C1; local
2095 UINT64 C1; local
2333 UINT64 C1; local
[all...]
H A Dbid128_next.c50 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64) local
55 C1.w[1] = x.w[1] & MASK_COEFF;
56 C1.w[0] = x.w[0];
96 C1.w[1] = 0; // significand high
97 C1.w[0] = 0; // significand low
100 if (C1.w[1] > 0x0001ed09bead87c0ull ||
101 (C1.w[1] == 0x0001ed09bead87c0ull
102 && C1
255 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64) local
[all...]
H A Dbid128_to_int64.c37 // Note: C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (all are UINT64)
42 UINT128 C1, C; variable
50 C1.w[1] = x.w[1] & MASK_COEFF;
51 C1.w[0] = x.w[0];
85 if ((C1.w[1] > 0x0001ed09bead87c0ull) ||
86 (C1.w[1] == 0x0001ed09bead87c0ull
87 && (C1.w[0] > 0x378d8e63ffffffffull))
91 } else if ((C1.w[1] == 0x0ull) && (C1
[all...]
H A Dbid64_to_int64.c46 // Note: C1 represents x_significand (UINT64)
50 UINT64 C1; local
69 C1 = (x & MASK_BINARY_SIG2) | MASK_BINARY_OR2;
70 if (C1 > 9999999999999999ull) { // non-canonical
72 C1 = 0;
76 C1 = x & MASK_BINARY_SIG1;
80 if (C1 == 0x0ull) {
89 if (C1 >= 0x0020000000000000ull) { // x >= 2^53
91 if (C1 >= 0x0000000100000000ull) { // x >= 2^32
92 tmp1.d = (double) (C1 >> 3
283 UINT64 C1; local
555 UINT64 C1; local
779 UINT64 C1; local
1009 UINT64 C1; local
1233 UINT64 C1; local
1461 UINT64 C1; local
1657 UINT64 C1; local
1877 UINT64 C1; local
2095 UINT64 C1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c46 // Note: C1 represents x_significand (UINT64)
51 UINT64 C1; local
69 C1 = (x & MASK_BINARY_SIG2) | MASK_BINARY_OR2;
70 if (C1 > 9999999999999999ull) { // non-canonical
72 C1 = 0;
76 C1 = x & MASK_BINARY_SIG1;
80 if (C1 == 0x0ull) {
89 if (C1 >= 0x0020000000000000ull) { // x >= 2^53
91 if (C1 >= 0x0000000100000000ull) { // x >= 2^32
92 tmp1.d = (double) (C1 >> 3
310 UINT64 C1; local
609 UINT64 C1; local
860 UINT64 C1; local
1117 UINT64 C1; local
1368 UINT64 C1; local
1625 UINT64 C1; local
1847 UINT64 C1; local
2095 UINT64 C1; local
2333 UINT64 C1; local
[all...]
H A Dbid128_next.c50 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64) local
55 C1.w[1] = x.w[1] & MASK_COEFF;
56 C1.w[0] = x.w[0];
96 C1.w[1] = 0; // significand high
97 C1.w[0] = 0; // significand low
100 if (C1.w[1] > 0x0001ed09bead87c0ull ||
101 (C1.w[1] == 0x0001ed09bead87c0ull
102 && C1
255 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64) local
[all...]
H A Dbid128_to_int64.c37 // Note: C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (all are UINT64)
42 UINT128 C1, C; variable
50 C1.w[1] = x.w[1] & MASK_COEFF;
51 C1.w[0] = x.w[0];
85 if ((C1.w[1] > 0x0001ed09bead87c0ull) ||
86 (C1.w[1] == 0x0001ed09bead87c0ull
87 && (C1.w[0] > 0x378d8e63ffffffffull))
91 } else if ((C1.w[1] == 0x0ull) && (C1
[all...]
H A Dbid64_to_int64.c46 // Note: C1 represents x_significand (UINT64)
50 UINT64 C1; local
69 C1 = (x & MASK_BINARY_SIG2) | MASK_BINARY_OR2;
70 if (C1 > 9999999999999999ull) { // non-canonical
72 C1 = 0;
76 C1 = x & MASK_BINARY_SIG1;
80 if (C1 == 0x0ull) {
89 if (C1 >= 0x0020000000000000ull) { // x >= 2^53
91 if (C1 >= 0x0000000100000000ull) { // x >= 2^32
92 tmp1.d = (double) (C1 >> 3
283 UINT64 C1; local
555 UINT64 C1; local
779 UINT64 C1; local
1009 UINT64 C1; local
1233 UINT64 C1; local
1461 UINT64 C1; local
1657 UINT64 C1; local
1877 UINT64 C1; local
2095 UINT64 C1; local
[all...]

Completed in 147 milliseconds

1234567891011>>