Searched refs:P5 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/tools/javac/QualifiedAccess/
H A DQualifiedAccess_1.java21 // Fields 'P3' and 'P5' are inaccessible.
26 P1.P3.P4.P5 quux; // ERROR
31 P1.P3.P4.P5 m14() {return null;} // ERROR
36 void m24(P1.P3.P4.P5 x) {} // ERROR
43 // Fields 'P3' and 'P5' are inaccessible.
48 P1.P3.P4.P5 quux = null; // ERROR
56 // Fields 'P3' and 'P5' are inaccessible.
61 Object quux = (P1.P3.P4.P5)null; // ERROR
69 // Fields 'P3' and 'P5' are inaccessible.
74 boolean quux = null instanceof P1.P3.P4.P5; // ERRO
[all...]
/openjdk7/langtools/test/tools/javac/QualifiedAccess/pack1/
H A DP1.java44 class P5 {} class in class:P1.P3.P4
/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 ).
112 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */ variable
160 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c99 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
312 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java30 A5,B5,C5,D5,E5,F5,G5,H5,I5,J5,K5,L5,M5,N5,O5,P5,Q5,R5,S5,T5,U5,V5,W5,X5,Y5,Z5, 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 ).
382 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */ 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))));

Completed in 33 milliseconds