Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/third_party/node/test/parallel/
Dtest-stream2-writable.js53 const tw = new TestWriter({ constant
57 tw.on('finish', common.mustCall(function() {
59 assert.deepStrictEqual(tw.buffer, chunks);
64 tw.write(chunk);
66 tw.end();
71 const tw = new TestWriter({ constant
75 tw.on('finish', common.mustCall(function() {
77 assert.deepStrictEqual(tw.buffer, chunks);
82 tw.write(chunks[i++]);
86 tw.end();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp245 std::unique_ptr<TexelWeight> tw(new TexelWeight); in initialize_decimation_table_2d() local
248 tw->texelcount_of_weight[i] = 0; in initialize_decimation_table_2d()
250 tw->weightcount_of_texel[i] = 0; in initialize_decimation_table_2d()
282 tw->grid_weights_of_texel[texel][tw->weightcount_of_texel[texel]] = qweight[i]; in initialize_decimation_table_2d()
283 tw->weights_of_texel[texel][tw->weightcount_of_texel[texel]] = weight[i]; in initialize_decimation_table_2d()
284 tw->weightcount_of_texel[texel]++; in initialize_decimation_table_2d()
285 tw->texels_of_weight[qweight[i]][tw->texelcount_of_weight[qweight[i]]] = texel; in initialize_decimation_table_2d()
286 tw->texelweights_of_weight[qweight[i]][tw->texelcount_of_weight[qweight[i]]] = weight[i]; in initialize_decimation_table_2d()
287 tw->texelcount_of_weight[qweight[i]]++; in initialize_decimation_table_2d()
293 dt->texel_num_weights[i] = tw->weightcount_of_texel[i]; in initialize_decimation_table_2d()
[all …]
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dwrite.hpp142 tiff_tile_width::type tw = this->_info._tile_width; in write_view() local
145 if(!this->_io_dev.check_tile_size( tw, th )) in write_view()
151 this->_io_dev.template set_property<tiff_tile_width> ( tw ); in write_view()
155 , tw in write_view()
238 , tiff_tile_width::type tw in write_tiled_data() argument
248 internal_write_tiled_data(view, tw, th, row, row_it); in write_tiled_data()
286 , tiff_tile_width::type tw in write_tiled_data() argument
296 internal_write_tiled_data(view, tw, th, row, row_it); in write_tiled_data()
341 , tiff_tile_width::type tw in internal_write_tiled_data() argument
353 if( j + tw < view.width() && i + th < view.height() ) in internal_write_tiled_data()
[all …]
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_fast_f16.c51 float16x8x2_t tw,xA,xB; in stage_rfft_f16() local
120 tw = vld2q_f16(pCoeff); in stage_rfft_f16()
130 res.val[0] = vmulq(tw.val[0], tmp2.val[0]); in stage_rfft_f16()
131 res.val[0] = vfmsq(res.val[0],tw.val[1], tmp2.val[1]); in stage_rfft_f16()
133 res.val[1] = vmulq(tw.val[0], tmp2.val[1]); in stage_rfft_f16()
134 res.val[1] = vfmaq(res.val[1], tw.val[1], tmp2.val[0]); in stage_rfft_f16()
210 float16x8x2_t tw,xA,xB; in merge_rfft_f16() local
250 tw = vld2q_f16(pCoeff); in merge_rfft_f16()
251 tw.val[1] = vnegq_f16(tw.val[1]); in merge_rfft_f16()
261 res.val[0] = vmulq(tw.val[0], tmp2.val[0]); in merge_rfft_f16()
[all …]
Darm_rfft_fast_f32.c46 float32x4x2_t tw,xA,xB; in stage_rfft_f32() local
115 tw = vld2q_f32(pCoeff); in stage_rfft_f32()
125 res.val[0] = vmulq(tw.val[0], tmp2.val[0]); in stage_rfft_f32()
126 res.val[0] = vfmsq(res.val[0],tw.val[1], tmp2.val[1]); in stage_rfft_f32()
128 res.val[1] = vmulq(tw.val[0], tmp2.val[1]); in stage_rfft_f32()
129 res.val[1] = vfmaq(res.val[1], tw.val[1], tmp2.val[0]); in stage_rfft_f32()
204 float32x4x2_t tw,xA,xB; in merge_rfft_f32() local
245 tw = vld2q_f32(pCoeff); in merge_rfft_f32()
246 tw.val[1] = vnegq_f32(tw.val[1]); in merge_rfft_f32()
256 res.val[0] = vmulq(tw.val[0], tmp2.val[0]); in merge_rfft_f32()
[all …]
/third_party/boost/libs/multi_index/test/
Dtest_key_extractors.cpp230 boost::reference_wrapper<test_class> tw(tr); in test_key_extractors() local
312 BOOST_TEST(id(tw).int_member==4); in test_key_extractors()
313 BOOST_TEST(cid(tw).int_member==4); in test_key_extractors()
314 BOOST_TEST(k_m(tw)==4); in test_key_extractors()
315 BOOST_TEST(ck_m(tw)==4); in test_key_extractors()
316 BOOST_TEST(cmpk(tw)==make_tuple(test_class(4,0),4,0,true)); in test_key_extractors()
317 BOOST_TEST(ccmpk(tw)==make_tuple(test_class(4,0),4)); in test_key_extractors()
319 k_m(tw)=5; in test_key_extractors()
348 BOOST_TEST(k_cm(tw)==0); in test_key_extractors()
423 BOOST_TEST(k_cmf(tw)); in test_key_extractors()
[all …]
/third_party/python/Lib/idlelib/
Dtooltip.py30 self.tipwindow = tw = Toplevel(self.anchor_widget)
32 tw.wm_overrideredirect(1)
37 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
73 tw = self.tipwindow
75 if tw:
77 tw.destroy()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_render.c369 int taccess, tw, th; in render_testBlit() local
387 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th); in render_testBlit()
389 rect.w = tw; in render_testBlit()
391 ni = TESTRENDER_SCREEN_W - tw; in render_testBlit()
439 int taccess, tw, th; in render_testBlitColor() local
455 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th); in render_testBlitColor()
457 rect.w = tw; in render_testBlitColor()
459 ni = TESTRENDER_SCREEN_W - tw; in render_testBlitColor()
513 int taccess, tw, th; in render_testBlitAlpha() local
532 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th); in render_testBlitAlpha()
[all …]
/third_party/boost/libs/regex/example/timer/
Dregex_timer.cpp265 std::wstring tw; in main() local
268 tw.erase(); in main()
269 std::copy(wsm[i].first, wsm[i].second, string_out_iterator<std::wstring>(tw)); in main()
270 cout << "\tmatch " << i << ": \"" << tw; in main()
274 tw.erase(); in main()
275 std::copy(wsm[-1].first, wsm[-1].second, string_out_iterator<std::wstring>(tw)); in main()
276 cout << tw; in main()
279 tw.erase(); in main()
280 std::copy(wsm[-2].first, wsm[-2].second, string_out_iterator<std::wstring>(tw)); in main()
281 cout << tw; in main()
/third_party/toybox/toys/net/
Dping.c95 long long tnext, tW, tnow, tw; in ping_main() local
185 tW = tw = 0; in ping_main()
187 if (TT.w) tw = TT.w*1000+tnext; in ping_main()
202 if (tw) { in ping_main()
203 if (tnow>tw) break; in ping_main()
204 else if (waitms>tw-tnow) waitms = tw-tnow; in ping_main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dkiss_fftr_s32.c69 kiss_fft_s32_cpx fpnk, fpk, f1k, f2k, tw, tdc; in kiss_fftr_s32() local
109 C_MUL (tw, f2k, st->super_twiddles[k - 1]); in kiss_fftr_s32()
111 freqdata[k].r = HALF_OF (f1k.r + tw.r); in kiss_fftr_s32()
112 freqdata[k].i = HALF_OF (f1k.i + tw.i); in kiss_fftr_s32()
113 freqdata[ncfft - k].r = HALF_OF (f1k.r - tw.r); in kiss_fftr_s32()
114 freqdata[ncfft - k].i = HALF_OF (tw.i - f1k.i); in kiss_fftr_s32()
Dkiss_fftr_f64.c69 kiss_fft_f64_cpx fpnk, fpk, f1k, f2k, tw, tdc; in kiss_fftr_f64() local
109 C_MUL (tw, f2k, st->super_twiddles[k - 1]); in kiss_fftr_f64()
111 freqdata[k].r = HALF_OF (f1k.r + tw.r); in kiss_fftr_f64()
112 freqdata[k].i = HALF_OF (f1k.i + tw.i); in kiss_fftr_f64()
113 freqdata[ncfft - k].r = HALF_OF (f1k.r - tw.r); in kiss_fftr_f64()
114 freqdata[ncfft - k].i = HALF_OF (tw.i - f1k.i); in kiss_fftr_f64()
Dkiss_fftr_s16.c69 kiss_fft_s16_cpx fpnk, fpk, f1k, f2k, tw, tdc; in kiss_fftr_s16() local
109 C_MUL (tw, f2k, st->super_twiddles[k - 1]); in kiss_fftr_s16()
111 freqdata[k].r = HALF_OF (f1k.r + tw.r); in kiss_fftr_s16()
112 freqdata[k].i = HALF_OF (f1k.i + tw.i); in kiss_fftr_s16()
113 freqdata[ncfft - k].r = HALF_OF (f1k.r - tw.r); in kiss_fftr_s16()
114 freqdata[ncfft - k].i = HALF_OF (tw.i - f1k.i); in kiss_fftr_s16()
Dkiss_fftr_f32.c69 kiss_fft_f32_cpx fpnk, fpk, f1k, f2k, tw, tdc; in kiss_fftr_f32() local
109 C_MUL (tw, f2k, st->super_twiddles[k - 1]); in kiss_fftr_f32()
111 freqdata[k].r = HALF_OF (f1k.r + tw.r); in kiss_fftr_f32()
112 freqdata[k].i = HALF_OF (f1k.i + tw.i); in kiss_fftr_f32()
113 freqdata[ncfft - k].r = HALF_OF (f1k.r - tw.r); in kiss_fftr_f32()
114 freqdata[ncfft - k].i = HALF_OF (tw.i - f1k.i); in kiss_fftr_f32()
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c98 long long tnext, tW, tnow, tw; in ping_main() local
190 tW = tw = 0; in ping_main()
192 if (TT.w) tw = TT.w*1000+tnext; in ping_main()
205 if (tw) { in ping_main()
206 if (tnow>tw) break; in ping_main()
207 else if (waitms>tw-tnow) waitms = tw-tnow; in ping_main()
/third_party/icu/icu4c/source/test/testdata/
Dcalendar.txt31 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw
36 "ERA=1,YEAR=3,MONTH=FEBRUARY,DATE=12", // tw
41 "ERA=1,YEAR=96,MONTH=FEBRUARY,DATE=12", // tw
48 "ERA=0,YEAR=2,MONTH=JANUARY,DATE=24", // tw
188 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw
191 "ERA=1,YEAR=1,MONTH=JUNE,DATE=5", // tw
195 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw
198 "ERA=1,YEAR=1,MONTH=JUNE,DATE=5", // tw
202 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw
205 "ERA=1,YEAR=2,MONTH=JUNE,DATE=4", // tw
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Cans.txt23 twê ↔ ᑗ ;
24 twî ↔ ᑛ ;
26 twô ↔ ᑟ ;
28 twâ ↔ ᑣ ;
/third_party/icu/icu4c/source/data/translit/
DLatn_Cans.txt23 twê ↔ ᑗ ;
24 twî ↔ ᑛ ;
26 twô ↔ ᑟ ;
28 twâ ↔ ᑣ ;
/third_party/mksh/
Dtree.c548 const char **tw; in tcopy() local
567 tw = (const char **)t->vars; in tcopy()
568 while (*tw) in tcopy()
569 ++tw; in tcopy()
570 rw = r->vars = alloc2(tw - (const char **)t->vars + 1, in tcopy()
571 sizeof(*tw), ap); in tcopy()
572 tw = (const char **)t->vars; in tcopy()
573 while (*tw) in tcopy()
574 *rw++ = wdcopy(*tw++, ap); in tcopy()
581 tw = t->args; in tcopy()
[all …]
/third_party/grpc/src/core/lib/iomgr/
Dtimer_custom.cc69 grpc_custom_timer* tw = static_cast<grpc_custom_timer*>(timer->custom_timer); in timer_cancel() local
74 custom_timer_impl->stop(tw); in timer_cancel()
75 gpr_free(tw); in timer_cancel()
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c843 uint32_t tw, th, span; in linear_to_tiled() local
847 tw = xtile_width; in linear_to_tiled()
852 tw = ytile_width; in linear_to_tiled()
861 xt0 = ALIGN_DOWN(xt1, tw); in linear_to_tiled()
862 xt3 = ALIGN_UP (xt2, tw); in linear_to_tiled()
873 for (xt = xt0; xt < xt3; xt += tw) { in linear_to_tiled()
879 uint32_t x3 = MIN2(xt2, xt + tw); in linear_to_tiled()
895 assert(x3 - x0 <= tw); in linear_to_tiled()
934 uint32_t tw, th, span; in tiled_to_linear() local
938 tw = xtile_width; in tiled_to_linear()
[all …]
/third_party/libjpeg-turbo/
Dtjbench.c533 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
602 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
606 printf(" --> %d x %d", TJSCALED(tw, sf), TJSCALED(th, sf)); in decompTest()
623 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
628 tw = tw - (tw % tjMCUWidth[tsubsamp]); in decompTest()
632 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
635 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest()
646 t[tile].r.w = min(ttilew, tw - col * ttilew); in decompTest()
707 if (w == tilew) ttilew = tw; in decompTest()
711 decompsrc ? &srcSize : jpegSize, NULL, tw, th, tsubsamp, 0, in decompTest()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c521 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
585 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
589 printf(" --> %d x %d", TJSCALED(tw, sf), TJSCALED(th, sf)); in decompTest()
606 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
611 tw = tw - (tw % tjMCUWidth[tsubsamp]); in decompTest()
615 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
618 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest()
629 t[tile].r.w = min(ttilew, tw - col * ttilew); in decompTest()
690 if (w == tilew) ttilew = tw; in decompTest()
694 decompsrc ? &srcSize : jpegSize, NULL, tw, th, tsubsamp, 0, in decompTest()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c544 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
615 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
620 fprintf(stderr, " --> %d x %d", TJSCALED(tw, sf), TJSCALED(th, sf)); in decompTest()
637 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
642 tw = tw - (tw % tjMCUWidth[tsubsamp]); in decompTest()
646 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
649 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest()
660 t[tile].r.w = min(ttilew, tw - col * ttilew); in decompTest()
723 if (w == tilew) ttilew = tw; in decompTest()
727 decompsrc ? &srcSize : jpegSize, NULL, tw, th, tsubsamp, 0, in decompTest()
/third_party/libjpeg-turbo/java/
DTJBench.java500 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
551 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
556 System.out.format(" --> %d x %d", sf.getScaled(tw), in decompTest()
572 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
579 tw = tw - (tw % TJ.getMCUWidth(tsubsamp)); in decompTest()
585 tw = tw - (tw % TJ.getMCUHeight(tsubsamp)); in decompTest()
589 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest()
607 for (x = 0; x < tw; x += ttilew, tile++) { in decompTest()
609 t[tile].width = Math.min(ttilew, tw - x); in decompTest()
673 ttilew = tw; in decompTest()
[all …]

12345678910>>...20