Searched defs:t11 (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/font/ |
| H A D | fontscaler.h | 36 hsFixed t10, t11; member in struct:__anon797
|
| /openjdk7/jdk/src/solaris/native/sun/awt/medialib/ |
| H A D | mlib_v_ImageLookUpU8S16Func.c | 785 mlib_d64 t9, t10, t11; /* destination data */ local 817 t11 = VIS_LD_U16_I(table2, (s2 << 1) & 0x1FE); 829 acc2 = vis_faligndata(t11, acc2); 849 t11 = VIS_LD_U16_I(table2, (s2 << 1) & 0x1FE); 861 acc2 = vis_faligndata(t11, acc2); 992 mlib_d64 t9, t10, t11; /* destination data */ local 1026 t11 = VIS_LD_U16_I(table2, (s3 >> 23) & 0x1FE); 1038 acc2 = vis_faligndata(t11, acc2); 1059 t11 = VIS_LD_U16_I(table2, (s3 >> 23) & 0x1FE); 1071 acc2 = vis_faligndata(t11, acc 1206 mlib_d64 t9, t10, t11; /* destination data */ local 1420 mlib_d64 t9, t10, t11; /* destination data */ local [all...] |
| H A D | mlib_v_ImageLookUpU8U16Func.c | 742 mlib_d64 t9, t10, t11; /* destination data */ local 774 t11 = VIS_LD_U16_I(table2, (s2 << 1) & 0x1FE); 786 acc2 = vis_faligndata(t11, acc2); 806 t11 = VIS_LD_U16_I(table2, (s2 << 1) & 0x1FE); 818 acc2 = vis_faligndata(t11, acc2); 938 mlib_d64 t9, t10, t11; /* destination data */ local 972 t11 = VIS_LD_U16_I(table2, (s3 >> 23) & 0x1FE); 984 acc2 = vis_faligndata(t11, acc2); 1005 t11 = VIS_LD_U16_I(table2, (s3 >> 23) & 0x1FE); 1017 acc2 = vis_faligndata(t11, acc 1141 mlib_d64 t9, t10, t11; /* destination data */ local 1344 mlib_d64 t9, t10, t11; /* destination data */ local [all...] |
| /openjdk7/jdk/test/javax/management/mxbean/ |
| H A D | GenericArrayTypeTest.java | 230 return t11; 233 t11 = v; 235 private Map<String,Set<List<String[]>>> t11; field in class:GenericArrayTypeTest.Test 317 Map<String,Set<List<String[]>>> t11 = new HashMap<String,Set<List<String[]>>>(); 318 t11.put("key", t9); 332 test.setT11(t11);
|
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | mulnode.cpp | 875 const TypeInt *t11 = phase->type(in(1)->in(1))->isa_int(); local 876 if( !t11 ) return this; 878 if( lo <= t11->_lo && t11->_hi <= hi )
|
| /openjdk7/jdk/src/share/native/java/lang/fdlibm/src/ |
| H A D | e_lgamma_r.c | 132 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable 279 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
|
Completed in 81 milliseconds