Searched refs:P1 (Results 1 - 20 of 20) sorted by relevance

/openjdk7/langtools/test/tools/javac/AnonymousProtect/P1/
H A Dpriv.java24 package P1; package
H A Dpub.java24 package P1; package
H A DpubExposePriv.java24 package P1; package
/openjdk7/langtools/test/tools/javac/inheritedAccess/P1/
H A Dpriv.java24 package P1; package
H A Dpub.java24 package P1; package
/openjdk7/langtools/test/tools/javac/AnonymousProtect/P2/
H A DusePub.java26 public class usePub extends P1.pub {
28 P1.pubExposePriv pd = new P1.pubExposePriv(new P1.pub());
29 P1.pubExposePriv pe = new P1.pubExposePriv(new P1.pub()){};
30 P1.pubExposePriv pf = new P1.pubExposePriv(null){};
31 P1
[all...]
/openjdk7/langtools/test/tools/javac/QualifiedAccess/
H A DQualifiedAccess_1.java8 * @compile pack1/P1.java
13 import pack1.P1;
23 P1 foo;
24 P1.P3 bar; // ERROR
25 P1.P3.P4 baz; // ERROR
26 P1.P3.P4.P5 quux; // ERROR
28 P1 m11() {return null;}
29 P1.P3 m12() {return null;} // ERROR
30 P1.P3.P4 m13() {return null;} // ERROR
31 P1
[all...]
H A DQualifiedAccess_3.java11 import pack1.P1;
31 P1 p1 = new P1();
39 P1.Foo.Bar x = null; // ERROR - 'P1.Foo' not accessible
H A DQualifiedAccess_4.java34 import pack1.P1;
H A DQualifiedAccess_2.java8 * @compile pack1/P1.java
13 import pack1.P1;
21 class X extends pack1.P1 {
29 // Reports 'P1.R.S' not found at all. (private)
45 P1.Foo.Bar x; // ERROR - Foo is inaccessible
/openjdk7/langtools/test/tools/javac/inheritedAccess/
H A DMethodReferenceQualification_1.java31 * @run clean P1.*
40 * inherited by the public class 'P1.pub'. This program will fail to
44 public class MethodReferenceQualification_1 extends P1.pub {
47 P1.pub p = new P1.pub();
/openjdk7/langtools/test/tools/javac/QualifiedAccess/pack1/
H A DP1.java30 public class P1 { class
32 public P1() {} method in class:P1
34 protected P1(String s) {} method in class:P1
/openjdk7/jdk/test/java/security/Provider/
H A DEquals.java36 Provider p1 = new P1("foo", 1.0d, "foo");
37 Provider p1b = new P1("foo", 1.0d, "foo");
57 private static class P1 extends Provider { class in class:Equals
58 P1(String name, double version, String info) { method in class:Equals.P1
/openjdk7/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/
H A DPlurality.java44 @P1
72 P1 p1 = e.getAnnotation(P1.class);
85 this.getClass().getAnnotation(P1.class).value());
165 @interface P1 { interface
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_exp.c48 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
49 * (where z=r*r, and the values of P1 to P5 are listed below)
52 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
63 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
108 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
160 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c95 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
312 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java26 A1,B1,C1,D1,E1,F1,G1,H1,I1,J1,K1,L1,M1,N1,O1,P1,Q1,R1,S1,T1,U1,V1,W1,X1,Y1,Z1, enum constant in enum:EnumPrivate
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp325 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
326 * (where z=r*r, and the values of P1 to P5 are listed below)
329 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
340 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
378 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
423 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
713 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk7/langtools/test/tools/javac/
H A DHexThree.java430 +0X01.80P1,
450 +0X01.8P1,
470 +0X1.80P1,
490 +0X1.8P1,
1130 +0x01.80P1,
1150 +0x01.8P1,
1170 +0x1.80P1,
1190 +0x1.8P1,
1830 -0X01.80P1,
1850 -0X01.8P1,
[all...]
H A DHexFloatLiterals.java53 check(0X1.8P1, Double.parseDouble("0X1.8P1"));

Completed in 101 milliseconds