Searched refs:PI (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnontype3.C12 template <int *PI>
13 void dep5(bar<PI> *);
15 template <int *PI>
16 void dep6(bar<PI+1> *); // { dg-error "" "integral or enumeration" }
21 template <int *PI>
22 void dep8(foo< *PI > *); // { dg-error "" "integral or enumeration" }
24 template <int PI[1]>
25 void dep9(foo< *PI > *); // { dg-error "" "integral or enumeration" }
27 template <int PI[1]>
28 void dep9a(foo< sizeof(*PI) > *);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dquad_1.f9013 real(QP), parameter :: Z1 = 1,HALF_PI = asin(Z1),PI = HALF_PI+HALF_PI variable in program:test_qp
18 print *, PI
20 print *, sin(PI)
22 print *, asinh(PI)
29 print *, PI*cmplx(0.0_qp, 1.0_qp)
H A Dpr48757.f14 PARAMETER (PI = 3.14159 26535 89793 24D+0)
18 PARAMETER (RPH = 2/PI, RPW = 2/RPI, TW = 20, NMAX = 200)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-28.c9 #define PI pixel int macro
16 vector PI n;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-nested-apcs.c41 #define PI 3.1415927f macro
45 if (foo (PI) != PI)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dcond1.C17 int PI(int& i) { return i++; } function
36 CI(throw PI(i));
39 (1 ? 0 : throw PI(i));
42 CI(0 ? 0 : throw PI(i));
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i));
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug322.dir/
H A Dmain.go13 type PI interface { type
28 // var pi1 PI = t
38 var pi2 PI = pt
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/embed1.dir/
H A Dembed1.go17 type PI interface { p.I } type
32 var pi PI
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr41775.C273 LiveInterval & PI = LI.getInterval (DestReg); local
276 if (PI.containsOneValue ())
280 PI.removeRange (*PI.getLiveRangeContaining (idx), true);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvdiv_f.c12 #define PI 3.141592653589793 macro
17 #define TESTA0 PI
18 #define TESTA1 -PI
19 #define TESTA2 PI
20 #define TESTA3 -PI
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dpr52580.f14 1 NP1,EL,PI,TPI,DI,DJ,PCF local in subroutine:CALC2
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f116 double precision PI local in subroutine:initialize
117 parameter (PI=3.1415926)
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs254 writer.Write(Math.PI);
264 Assert.AreEqual(Math.PI, d);
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs254 writer.Write(Math.PI);
264 Assert.AreEqual(Math.PI, d);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D20010519-1.f300 REAL(KIND=8) PI,RADDEG,DEGRAD,TWOPI local in subroutine:NMDIMB
301 PARAMETER(PI=3.141592653589793D0,TWOPI=2.0D0*PI)
302 PARAMETER (RADDEG=180.0D0/PI)
303 PARAMETER (DEGRAD=PI/180.0D0)
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c2375 PROCESS_INFORMATION PI;
2428 GetPriorityClass (GetCurrentProcess()), NULL, NULL, &SI, &PI);
2435 CloseHandle (PI.hThread);
2436 *h = PI.hProcess;
2437 *pid = PI.dwProcessId;
2374 PROCESS_INFORMATION PI; local

Completed in 218 milliseconds