Searched refs:tw (Results 1 - 11 of 11) sorted by relevance

/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java158 final IThrowableWrapper tw = (IThrowableWrapper) t;
160 tw.__printStackTrace (out);
181 final IThrowableWrapper tw = (IThrowableWrapper) t;
183 tw.__printStackTrace (out);
184 t = tw.getCause ();
202 final IThrowableWrapper tw = (IThrowableWrapper) t;
204 tw.__printStackTrace (out);
225 final IThrowableWrapper tw = (IThrowableWrapper) t;
227 tw.__printStackTrace (out);
228 t = tw
[all...]
/external/speex/libspeex/
H A Dkiss_fftr.c85 kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; local
127 C_MUL( tw , f2k , st->super_twiddles[k]);
129 freqdata[k].r = HALF_OF(f1k.r + tw.r);
130 freqdata[k].i = HALF_OF(f1k.i + tw.i);
131 freqdata[ncfft-k].r = HALF_OF(f1k.r - tw.r);
132 freqdata[ncfft-k].i = HALF_OF(tw.i - f1k.i);
217 C_MUL( tw , f2k , st->super_twiddles[k]);
219 freqdata[2*k-1] = HALF_OF(f1k.r + tw.r);
220 freqdata[2*k] = HALF_OF(f1k.i + tw.i);
221 freqdata[2*(ncfft-k)-1] = HALF_OF(f1k.r - tw
[all...]
H A Dkiss_fft.c225 kiss_fft_cpx *tw; local
236 tw=st->twiddles;
243 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]);
244 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]);
245 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]);
246 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf501 AddLanguage zh-TW .zh-tw
518 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
H A Dapache2-httpd.conf526 AddLanguage zh-TW .zh-tw
543 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
H A Dcygwin-httpd.conf560 AddLanguage zh-TW .zh-tw
577 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
H A Dhttpd.conf563 AddLanguage zh-TW .zh-tw
580 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
H A Dfedora-httpd.conf609 AddLanguage zh-TW .zh-tw
/external/webkit/WebCore/rendering/
H A DAutoTableLayout.cpp217 Length tw = table->style()->width(); local
218 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) {
227 if (tw.isPercent())
286 Length tw = m_table->style()->width(); local
287 if (tw.isFixed() && tw.value() > 0) {
288 minWidth = max(minWidth, tw.value());
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.cpp392 float tw = dest.width(); local
400 if (tw == -1)
401 tw = image->width();
409 image->draw(this, FloatRect(dest.location(), FloatSize(tw, th)), FloatRect(src.location(), FloatSize(tsw, tsh)), styleColorSpace, op);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 179 milliseconds