Home
last modified time | relevance | path

Searched refs:fbuf2 (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/micropython/micropython-1.17/tests/extmod/
H A Dframebuf16.py55 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.RGB565) variable
57 fbuf2.fill(0x0000)
58 fbuf2.pixel(0, 0, 0x0EE0)
59 fbuf2.pixel(0, 2, 0xEE00)
60 fbuf2.pixel(1, 0, 0x00EE)
61 fbuf2.pixel(1, 2, 0xE00E)
63 fbuf.blit(fbuf2, 3, 3, 0x0000)
64 fbuf.blit(fbuf2, -1, -1, 0x0000)
65 fbuf.blit(fbuf2, 16, 16, 0x0000)
H A Dframebuf2.py52 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.GS2_HMSB) variable
55 fbuf2.fill(0)
56 fbuf2.pixel(0, 0, 1)
57 fbuf2.pixel(0, 2, 2)
58 fbuf2.pixel(1, 0, 1)
59 fbuf2.pixel(1, 2, 2)
61 fbuf.blit(fbuf2, 3, 3, 0)
62 fbuf.blit(fbuf2, -1, -1, 0)
63 fbuf.blit(fbuf2, 16, 16, 0)
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-filter-buffer.cc220 fbuf2.reset_offset();
338 FilterBuffer fbuf2(&storage); variable
341 fbuf2.reset_offset();
342 CHECK(fbuf2.read(data_r, 2).ok());
354 fbuf2.reset_offset();
362 fbuf2.reset_offset();
368 CHECK(fbuf2.clear().ok());
394 fbuf2.clear();
443 FilterBuffer fbuf2(&storage); variable
445 fbuf2.reset_offset();
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.rectify/
H A Dangle.c28 FCELL *fbuf0, *fbuf1, *fbuf2, *tmpbuf, *outbuf; in camera_angle() local
60 fbuf2 = Rast_allocate_buf(FCELL_TYPE); in camera_angle()
79 Rast_get_row(elevfd, fbuf2, 1, FCELL_TYPE); in camera_angle()
94 fbuf1 = fbuf2; in camera_angle()
95 fbuf2 = tmpbuf; in camera_angle()
97 Rast_get_row(elevfd, fbuf2, row + 1, FCELL_TYPE); in camera_angle()
121 e7 = fbuf2[col - 1]; in camera_angle()
124 e8 = fbuf2[col]; in camera_angle()
127 e9 = fbuf2[col + 1]; in camera_angle()
185 G_free(fbuf2); in camera_angle()
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaDeEss.cpp37 fbuf2 = 0.0f; in mdaDeEss()
143 float f1=fbuf1, f2=fbuf2, tmp, fi=fil, fo=(1.f-fil); in process()
171 if(fabs(f1)<1.0e-10) {fbuf1=0.f; fbuf2=0.f;} else {fbuf1=f1; fbuf2=f2;} in process()
182 float f1=fbuf1, f2=fbuf2, tmp, fi=fil, fo=(1.f-fil); in processReplacing()
206 if(fabs(f1)<1.0e-10) {fbuf1=0.f; fbuf2=0.f;} else {fbuf1=f1; fbuf2=f2;} in processReplacing()
H A DmdaTransient.cpp47 env1 = env2 = env3 = env4 = fili = filo = filx = fbuf1 = fbuf2 = 0.0f; in mdaTransient()
201 float fi=fili, fo=filo, fx=filx, fb1=fbuf1, fb2=fbuf2; in process()
230 if(e1<1.0e-10) { env1=0.f; env2=0.f; env3=0.f; env4=0.f; fbuf1=0.f; fbuf2=0.f; } in process()
231 else { env1=e1; env2=e2; env3=e3; env4=e4; fbuf1=fb1; fbuf2=fb2; } in process()
243 float fi=fili, fo=filo, fx=filx, fb1=fbuf1, fb2=fbuf2; in processReplacing()
270 if(e1<1.0e-10) { env1=0.f; env2=0.f; env3=0.f; env4=0.f; fbuf1=0.f; fbuf2=0.f; } in processReplacing()
271 else { env1=e1; env2=e2; env3=e3; env4=e4; fbuf1=fb1; fbuf2=fb2; } in processReplacing()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/mda-vst3/source/
H A DmdaDeEsserProcessor.cpp69 fbuf1 = fbuf2 = 0; in setActive()
84 float f1=fbuf1, f2=fbuf2, tmp, fi=fil, fo= (1.f-fil); in doProcessing()
108 if (fabs (f1) < 1.0e-10) {fbuf1=0.f; fbuf2=0.f;} else {fbuf1=f1; fbuf2=f2;} in doProcessing()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/mda-vst3/source/
H A DmdaDeEsserProcessor.cpp74 fbuf1 = fbuf2 = 0; in setActive()
89 float f1=fbuf1, f2=fbuf2, tmp, fi=fil, fo= (1.f-fil); in doProcessing()
113 if (fabs (f1) < 1.0e-10) {fbuf1=0.f; fbuf2=0.f;} else {fbuf1=f1; fbuf2=f2;} in doProcessing()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/filters/
H A Denginefilter.cpp21 fbuf2 = buf2; in EngineFilter()
26 fbuf2 = buf2; in EngineFilter()
31 fbuf2 = buf2; in EngineFilter()
38 fbuf2 = fid_run_newbuf(run); in EngineFilter()
51 fid_run_freebuf(fbuf2); in ~EngineFilter()
66 pInOut[i + 1] = (CSAMPLE) processSample(fbuf2, (double) pInOut[i + 1]); in process()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc189 wfilebuf fbuf2; in test01() local
190 fbuf2.pubimbue(loc); in test01()
191 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
194 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc188 wfilebuf fbuf2; in test01() local
189 fbuf2.pubimbue(loc); in test01()
190 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
193 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc188 wfilebuf fbuf2; in test01() local
189 fbuf2.pubimbue(loc); in test01()
190 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
193 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc187 wfilebuf fbuf2; in test01() local
188 fbuf2.pubimbue(loc); in test01()
189 fbuf2.open("tmp_9178", std::ios_base::in); in test01()
192 copy(istreambuf_iterator<wchar_t>(&fbuf2), in test01()

123