Searched refs:c3 (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaders.h173 add r2.xy, t0, c3
192 mad r0, c3.z, r2, r0
293 add r2.xy, t0, c3
311 mad r0, c3.z, r2, r0
412 add r2.xy, t0, c3
430 mad r0, c3.z, r2, r0
615 add r2.xy, t0, c3
633 mad r0, c3.z, r2, r0
1137 def c3, 1, -0.25, 0, 0
1141 mov r0.z, c3
[all...]
/openjdk7/jdk/test/java/net/ipv6tests/
H A DTcpTest.java35 static Socket c1, c2, c3, s1, s2, s3; field in class:TcpTest
208 c3 = new Socket ();
209 c3.connect (new InetSocketAddress (ia6addr, port), 1000);
213 simpleDataExchange (c3,s3);
H A DUdpTest.java34 static DatagramSocket c3, s1, s2, s3; field in class:UdpTest
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolParser.java331 int c, c2, c3;
351 c3 = buffer.get();
352 if (((c2 & 0xC0) != 0x80) || ((c3 & 0xC0) != 0x80))
357 ((c3 & 0x3F) << 0));
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; field in class:B4769350
275 c3 = new Client (authority, "/test/realm1/t1c", false);
280 c3.start(); c4.start();
281 c1.join(); c2.join(); c3.join(); c4.join();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java189 ConstantFieldref c3 = (ConstantFieldref)constant_pool.getConstant(index, CONSTANT_Fieldref);
190 class_index = c3.getClassIndex();
191 name_index = c3.getNameAndTypeIndex();
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1072 inline u8 build_u8_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1075 | (( u8(c3) << 40 ) & ( u8(0xff) << 40 ))
1084 inline u4 build_u4_from( u1 c1, u1 c2, u1 c3, u1 c4 ) { argument
1087 | (( u4(c3) << 8 ) & 0x0000ff00)
1108 inline jfloat build_float_from( u1 c1, u1 c2, u1 c3, u1 c4 ) { argument
1109 u4 u = build_u4_from( c1, c2, c3, c4 );
1121 inline jlong build_long_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1124 | (( jlong(c3) << 40 ) & ( jlong(0xff) << 40 ))
1138 inline jdouble build_double_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1139 jlong u = build_long_from( c1, c2, c3, c
1160 explode_int_to( u4 x, u1& c1, u1& c2, u1& c3, u1& c4 ) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java192 * r1 r2 c1 c2 c3. The gradient is broken down into four chunks drawn
198 * <li>The remaining size will be filled with a gradient from c1 to c3.
323 Color c3, int w, int h) {
342 (float)0, (float)h, c3));
349 Color c3, int w, int h) {
368 w, (float)0, c3));
321 drawVerticalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument
347 drawHorizontalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUUDecoder.java124 int i, c1, c2, c3, c4;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c194 const mlib_u8 *c0, *c1, *c2, *c3; \
204 c3 = src + 3; \
215 ( ( *c3 & mask ) >> 7 ) ]; \
220 c3 += 4; \
231 ( ( *c3 & mask ) >> 6 ) ]; \
236 c3 += 4; \
247 ( ( *c3 & mask ) >> 5 ) ]; \
252 c3 += 4; \
263 ( ( *c3 & mask ) >> 4 ) ]; \
268 c3
3138 mlib_search_quadrant_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_u8 **base) argument
3372 mlib_search_quadrant_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_s16 **base) argument
[all...]
H A Dmlib_ImageAffineEdge.c397 c3 = D64##TYPE(sp[yDelta2 + xDelta0]) * xf0 + \
402 val0 = c0*yf0 + c1*yf1 + c2*yf2 + c3*yf3; \
452 c3 = LUT(k, yDelta2 + xDelta0) * xf0 + \
457 val0 = c0*yf0 + c1*yf1 + c2*yf2 + c3*yf3; \
791 mlib_d64 c0, c1, c2, c3, val0; local
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java217 String c3 = cks[2].getSource(cnames[2], cnames[1], "");
218 String c2 = cks[1].getSource(cnames[1], cnames[0], c3);
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java470 char c3 = name.charAt(++pos);
471 if (isDigit(c2) && isDigit(c3)) {
473 ((c1 - '0') * 100 + (c2 - '0') * 10 + (c3 - '0'));
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c849 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
883 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
890 c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0);
897 c3 = DENS(X0, Y0, Z1) - c0;
904 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
911 c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0);
918 c3 = DENS(X0, Y0, Z1) - c0;
921 c1 = c2 = c3 = 0;
925 Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001;
/openjdk7/langtools/test/tools/javac/types/
H A DPrimitiveConversionTest.java193 Type c3 = erasure(c1);
199 c3,
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp60 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at, Node *c3 )
61 : Node(c0,c1,c2,c3) {
65 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at, Node *c3, Node *c4) argument
66 : Node(c0,c1,c2,c3,c4) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java761 Coding c3 = PopulationCoding.fitTokenCoding(targetHighFVC, L);
769 if (c3 == null) c3 = c1;
770 for (int B = c0.B(); B <= c3.B(); B++) {
773 Coding c2 = c3.setB(B).setS(PACK_TO_MAX_S);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java756 char c3 = typeString.charAt(3);
758 int type = (c0 << 24) | (c1 << 16) | (c2 << 8) | c3;

Completed in 80 milliseconds

12