Searched defs:t12 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/mxbean/
H A DGenericArrayTypeTest.java238 return t12;
241 t12 = v;
243 private Map<String,Set<List<MonitorInfo[]>>> t12; field in class:GenericArrayTypeTest.Test
319 Map<String,Set<List<MonitorInfo[]>>> t12 = new HashMap<String,Set<List<MonitorInfo[]>>>();
320 t12.put("key", t10);
333 test.setT12(t12);
/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp131 const Type *t12 = phase->type( add1->in(2) ); local
132 if( t12->singleton() && t12 != Type::TOP ) { // Left input is an add of a constant?
145 Node *x2 = phase->makecon( add1->as_Add()->add_ring( t2, t12 ));
163 const Type *t12 = phase->type( a12 ); local
164 if( t12->singleton() && t12 != Type::TOP && (add1 != add1->in(1)) &&
584 const TypeX *t12 = t->is_intptr_t(); local
585 if( t12->is_con() ) { // Left input is an add of a constant?
595 offset = phase->MakeConX(t2->get_con() + t12
[all...]
H A Dmulnode.cpp98 const Type *t12 = phase->type( mul1->in(2) ); local
99 if( t12->singleton() && t12 != Type::TOP) { // Left input is an add of a constant?
101 const Type *tcon01 = ((MulNode*)mul1)->mul_ring(t2,t12);
116 const Type *t12 = phase->type( add1->in(2) ); local
117 if( t12->singleton() && t12 != Type::TOP ) { // Left input is an add of a constant?
120 const Type *tcon01 = mul_ring(t2,t12);
454 const TypeInt* t12 = phase->type(in1->in(2))->isa_int(); local
455 if (t12
507 const TypeInt *t12 = phase->type(load->in(2))->isa_int(); local
582 const TypeInt *t12 = phase->type( usr->in(2) )->isa_int(); local
618 const TypeInt* t12 = phase->type(in1->in(2))->isa_int(); local
660 const TypeInt *t12 = phase->type(add1->in(2))->isa_int(); local
773 const TypeLong *t12 = phase->type(add1->in(2))->isa_long(); local
1112 const TypeInt *t12 = phase->type( in(1)->in(2) )->isa_int(); local
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c133 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
277 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */

Completed in 42 milliseconds