Home
last modified time | relevance | path

Searched refs:zres (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/math/zarray/zarray-0.1.0/include/zarray/
H A Dzmath.hpp42 zassign_wrapped_expression(zres, z.get_array(), args); in run()
44 zassign_wrapped_expression(zres, z.get_chunk(args.slices()), args); in run()
69 zres.resize(z.shape()); in run()
71 zassign_wrapped_expression(zres, z.get_array(), args); in run()
73 zassign_wrapped_expression(zres, z.get_chunk(args.slices()), args); in run()
79 if (zres.is_array()) in run()
83 zres.get_array() = std::move(ar); in run()
85 else if (zres.is_chunked()) in run()
87 zassign_wrapped_expression(zres, z.get_chunk(args.slices()), args); in run()
92 array_type& lhs = static_cast<array_type&>(zres); in run()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dcompress.c201 int zres; in sftp_compress_init_read() local
203 zres = inflateInit(stream); in sftp_compress_init_read()
204 if (zres != Z_OK) { in sftp_compress_init_read()
229 int zres; in sftp_compress_read_data() local
261 zres = inflate(stream, Z_SYNC_FLUSH); in sftp_compress_read_data()
262 switch (zres) { in sftp_compress_read_data()
394 int zres; in sftp_compress_init_write() local
397 if (zres != Z_OK) { in sftp_compress_init_write()
422 int zres; in sftp_compress_write_data() local
458 zres = deflate(stream, Z_SYNC_FLUSH); in sftp_compress_write_data()
[all …]
/dports/math/zarray/zarray-0.1.0/test/
H A Dtest_zfunction.cpp45 zarray zres(res); in TEST() local
48 dispatcher_type::dispatch(za.get_implementation(), zres.get_implementation(), args); in TEST()
70 zarray zres(res); in TEST() local
74 f.assign_to(zres.get_implementation(), args); in TEST()
100 zarray zres(res); in TEST() local
104 f.assign_to(zres.get_implementation(), args); in TEST()
122 zarray zres(res); in TEST() local
128 zres = f; in TEST()
130 EXPECT_EQ(zres.get_array<double>(), expected); in TEST()
144 zarray zres = za + zb; in TEST() local
[all …]
/dports/graphics/quat-gui/quat-1.20/gui/
H A DOtherEditor.cxx49 view.zres = static_cast<int>(o->value()); in cb_zres_i()
105 xres->value(160); yres->value(120); zres->value(120); in cb_res2_i()
106 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res2_i()
113 xres->value(320); yres->value(240); zres->value(240); in cb_res3_i()
114 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res3_i()
121 xres->value(640); yres->value(480); zres->value(480); in cb_res4_i()
122 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res4_i()
261 xres->value(v.xres); yres->value(v.yres); zres->value(v.zres); in set()
278 v.zres = static_cast<int>(view.zres); in get()
294 if (view.zres < 1) zres_c = ndefc; in checkValidity()
[all …]
H A DOtherEditor.fl76 Fl_Value_Input zres {
78 callback {view.zres = static_cast<int>(o->value());
133 callback {xres->value(160); yres->value(120); zres->value(120);
134 xres->do_callback(); yres->do_callback(); zres->do_callback();}
139 callback {xres->value(320); yres->value(240); zres->value(240);
140 xres->do_callback(); yres->do_callback(); zres->do_callback();}
146 xres->do_callback(); yres->do_callback(); zres->do_callback();}
165 xres->value(v.xres); yres->value(v.yres); zres->value(v.zres);
182 v.zres = static_cast<int>(view.zres);
198 if (view.zres < 1) zres_c = ndefc;
[all …]
/dports/graphics/quat/quat-1.20/gui/
H A DOtherEditor.cxx49 view.zres = static_cast<int>(o->value()); in cb_zres_i()
105 xres->value(160); yres->value(120); zres->value(120); in cb_res2_i()
106 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res2_i()
113 xres->value(320); yres->value(240); zres->value(240); in cb_res3_i()
114 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res3_i()
121 xres->value(640); yres->value(480); zres->value(480); in cb_res4_i()
122 xres->do_callback(); yres->do_callback(); zres->do_callback(); in cb_res4_i()
261 xres->value(v.xres); yres->value(v.yres); zres->value(v.zres); in set()
278 v.zres = static_cast<int>(view.zres); in get()
294 if (view.zres < 1) zres_c = ndefc; in checkValidity()
[all …]
H A DOtherEditor.fl76 Fl_Value_Input zres {
78 callback {view.zres = static_cast<int>(o->value());
133 callback {xres->value(160); yres->value(120); zres->value(120);
134 xres->do_callback(); yres->do_callback(); zres->do_callback();}
139 callback {xres->value(320); yres->value(240); zres->value(240);
140 xres->do_callback(); yres->do_callback(); zres->do_callback();}
146 xres->do_callback(); yres->do_callback(); zres->do_callback();}
165 xres->value(v.xres); yres->value(v.yres); zres->value(v.zres);
182 v.zres = static_cast<int>(view.zres);
198 if (view.zres < 1) zres_c = ndefc;
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/
H A Dcompresseduidescription.cpp219 auto zres = inflate (zstream.get (), Z_SYNC_FLUSH); in readRaw() local
220 if (zres == Z_STREAM_END) in readRaw()
224 else if (zres != Z_OK) in readRaw()
273 auto zres = deflate (zstream.get (), Z_FINISH); in close() local
274 if (zres != Z_OK && zres != Z_BUF_ERROR && zres != Z_STREAM_END) in close()
289 if (zres == Z_STREAM_END) in close()
309 auto zres = deflate (zstream.get (), Z_NO_FLUSH); in writeRaw() local
310 if (zres == Z_STREAM_ERROR) in writeRaw()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/
H A Dcompresseduidescription.cpp219 auto zres = inflate (zstream.get (), Z_SYNC_FLUSH); in readRaw() local
220 if (zres == Z_STREAM_END) in readRaw()
224 else if (zres != Z_OK) in readRaw()
273 auto zres = deflate (zstream.get (), Z_FINISH); in close() local
274 if (zres != Z_OK && zres != Z_BUF_ERROR && zres != Z_STREAM_END) in close()
289 if (zres == Z_STREAM_END) in close()
309 auto zres = deflate (zstream.get (), Z_NO_FLUSH); in writeRaw() local
310 if (zres == Z_STREAM_ERROR) in writeRaw()
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgvld.c97 float xres, yres, zres; in gvld_isosurf() local
161 zres = in gvld_isosurf()
163 gvl->zres; in gvld_isosurf()
246 zc = z * zres; in gvld_isosurf()
337 pt[Z] = zc + (pt[Z] * zres); in gvld_isosurf()
520 resy = gvl->zres; in gvld_slice()
531 resy = gvl->zres; in gvld_slice()
543 resz = gvl->zres; in gvld_slice()
701 resy = gvl->zres; in gvld_wire_slices()
709 resy = gvl->zres; in gvld_wire_slices()
[all …]
/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_fullscrape.c105 int zres; in fullscrape_increase() local
109 zres = deflate( strm, zaction ); in fullscrape_increase()
110 if( ( zres < Z_OK ) && ( zres != Z_BUF_ERROR ) ) in fullscrape_increase()
200 int zres; in fullscrape_make() local
203 zres = deflate( &strm, Z_NO_FLUSH ); in fullscrape_make()
204 if( ( zres < Z_OK ) && ( zres != Z_BUF_ERROR ) ) in fullscrape_make()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dvol.cpp95 vol->zres=zs; in newscalarvol()
217 tdist=sqrt((flt) (vol->xres*vol->xres + vol->yres*vol->yres + vol->zres*vol->zres)); in scalar_volume_texture()
240 z=(int) ((vol->zres - 1.5) * pnt.z + 0.5); in scalar_volume_texture()
291 vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
294 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()
296 status=fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dvol.cpp95 vol->zres=zs; in newscalarvol()
217 tdist=sqrt((flt) (vol->xres*vol->xres + vol->yres*vol->yres + vol->zres*vol->zres)); in scalar_volume_texture()
240 z=(int) ((vol->zres - 1.5) * pnt.z + 0.5); in scalar_volume_texture()
291 vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
294 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()
296 status=fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dvol.cpp102 vol->zres = zs; in newscalarvol()
251 tdist = sqrt((flt)(vol->xres * vol->xres + vol->yres * vol->yres + vol->zres * vol->zres)); in scalar_volume_texture()
274 z = (int)((vol->zres - 1.5) * pnt.z + 0.5); in scalar_volume_texture()
326 msgtxt, "loading %dx%dx%d volume set from %s", vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
329 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()
331 status = fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol()
/dports/graphics/tachyon/tachyon/src/
H A Dvol.c64 vol->zres=zs; in newscalarvol()
213 tdist=sqrt(vol->xres*vol->xres + vol->yres*vol->yres + vol->zres*vol->zres); in scalar_volume_texture()
230 z=(int) ((vol->zres - 1.5) * pnt.z + 0.5); in scalar_volume_texture()
285 vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
288 vol->data = malloc(vol->xres * vol->yres * vol->zres); in LoadVol()
290 fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-compress.c144 zres, in compress_flush() local
154 zres = deflate(&st->stream, Z_FINISH); in compress_flush()
155 if (zres != Z_STREAM_END && zres != Z_OK) in compress_flush()
165 if (zres == Z_STREAM_END) in compress_flush()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-compress.c144 zres, in compress_flush() local
154 zres = deflate(&st->stream, Z_FINISH); in compress_flush()
155 if (zres != Z_STREAM_END && zres != Z_OK) in compress_flush()
165 if (zres == Z_STREAM_END) in compress_flush()

123456789