Searched defs:tt (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/management/openmbean/
H A DTabularDataOrderTest.java83 private static final TabularType tt; field in class:TabularDataOrderTest
91 tt = new TabularType(
100 TabularData td = new TabularDataSupport(tt);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageZoom_NN_f.c165 mlib_u8 *dl = dp, *tsp, *tt; local
184 tt = tsp + 2*cx + cx;
185 dp[0] = tt[0];
186 dp[1] = tt[1];
187 dp[2] = tt[2];
199 tt = tsp + 2*cx + cx;
201 s2 = vis_faligndata(vis_ld_u8_i(tt, 2), s2);
202 s2 = vis_faligndata(vis_ld_u8_i(tt, 1), s2);
203 s2 = vis_faligndata(vis_ld_u8_i(tt, 0), s2);
206 tt
286 mlib_s16 *dl = dp, *tsp, *tt; local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c130 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon850
197 tj = isotempdata[j].tt;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp529 const TypeTuple *tt = t->is_tuple(); local
530 if (_con < tt->cnt())
531 return tt->field_at(_con);
H A Dloopopts.cpp2418 Node* tt = wl.pop(); local
2419 tt->dump();
2420 if (tt == last_peel) tty->print_cr("-- cut --");
2699 Node* tt = wl.pop(); local
2700 if (tt == head) tty->print_cr("orig head");
2701 else if (tt == new_head_clone) tty->print_cr("new head");
2702 else if (tt == head_clone) tty->print_cr("clone head");
2703 tt->dump();
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c119 /* tt = -(tail of tf) */
120 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
280 p = z*p1-(tt-w*(p2+y*p3));

Completed in 99 milliseconds