Searched refs:C2 (Results 26 - 50 of 209) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddyncast5.C12 struct C2 : A {int m;}; struct in inherits:A
15 struct D1 : B, C1, private C2 {int m;};
17 struct D2 : B, C1, C2 {int m;};
H A Dambig3.C23 struct C2 : R2, L2 {}; struct in inherits:R2,L2
28 void fn (C1 *c1, D1 *d1, C2 *c2, D2 *d2)
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.maxcomm.rdomain2.conf6 C2="community 1:1 community 1:2"
24 network 10.12.2.0/24 set { $C2 }
42 network 10.15.2.0/24 set { $C2 $EC2 $LC2 }
/openbsd-current/lib/libm/src/
H A Dk_cos.c29 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
33 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
71 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
H A Dk_sincosf.h25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
38 r = C2 + z * C3;
H A Dk_cosf.c22 C2 = -1.3888889225e-03, /* 0xbab60b61 */ variable
36 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Dsa.pl9 0934 ; [.2A1B.0020.0002][.FFF1.0000.0000][.0000.00C2.0002] # DEVANAGARI LETTER LLLA
H A Dkok.pl9 0934 ; [.2A1B.0020.0002][.FFF1.0000.0000][.0000.00C2.0002] # DEVANAGARI LETTER LLLA
H A Dmr.pl9 0934 ; [.2A1B.0020.0002][.FFF1.0000.0000][.0000.00C2.0002] # DEVANAGARI LETTER LLLA
H A Dee.pl7 00C2 ; [.1FA2.0020.0008][.0000.0029.0002] # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/
H A Dvbase8-10_x.C5 extern void check_C2 (C2&, int);
19 C2 c2;
H A Dvbase8-21_x.C5 extern void check_C2 (C2&, int);
19 C2 c2;
H A Dvbase8-22_x.C5 extern void check_C2 (C2&, int);
19 C2 c2;
H A Dvbase8-4_x.C5 extern void check_C2 (C2&, int);
19 C2 c2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20020307-1.f3 REAL*8 B,W1,W2,BNORM,BINV,WT,W0,C1,C2,R1,R2 local in subroutine:SWEEP
6 DIMENSION C1(MAXVEC),C2(MAXVEC),R1(MAXVEC),R2(MAXVEC)
/openbsd-current/lib/libm/src/ld128/
H A Dk_cosl.c35 C2 = -0.001388888888888888888888888888863490893732L, variable
54 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
H A De_expl.c99 /* C1 + C2 = ln 2 */
101 static const long double C2 = -1.428606820309417232121458176568075500134E-6L; variable
132 x += px * C2;
/openbsd-current/lib/libm/src/ld80/
H A De_expl.c91 static const long double C2 = 1.4286068203094172321215E-6L; variable
117 x -= px * C2;
H A Dk_cosl.c59 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
72 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
H A Ds_expm1l.c82 /* C1 + C2 = ln 2 */
84 C2 = 1.428606820309417232121458176568075500134E-6L, variable
106 xx = C1 + C2;
113 x -= px * C2;
H A De_logl.c112 static const long double C2 = 1.4286068203094172321215E-6L; variable
162 z = z + e * C2;
182 y = y + e * C2;
H A Ds_log1pl.c109 static const long double C2 = 1.4286068203094172321215E-6L; variable
160 z = z + e * C2;
186 y = y + e * C2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty2.C22 struct C2 : B1, B2 struct in inherits:B1,B2
52 struct D2 : virtual C2 {};
87 if (Check<B2, C2> ())
104 if (Check<C2> (D2 ()))
119 if (sizeof (C2) == nearly_empty_size)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmi1.C32 class C2 : public C0 { class in inherits:C0
H A Dp1862.C39 class C2 : public C0 class in inherits:C0

Completed in 215 milliseconds

123456789