Home
last modified time | relevance | path

Searched refs:conv_func (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dconversion.cpp52 void Conversion::setConversionFunction(Function *conv_func) in setConversionFunction() argument
55 if(!conv_func) in setConversionFunction()
62 else if(conv_func->getParameterCount()!=5) in setConversionFunction()
69 else if(conv_func->getParameter(0).getType()!=QString("integer") || in setConversionFunction()
70 conv_func->getParameter(1).getType()!=QString("integer") || in setConversionFunction()
71 conv_func->getParameter(2).getType()!=QString("cstring") || in setConversionFunction()
72 conv_func->getParameter(3).getType()!=QString("internal") || in setConversionFunction()
73 conv_func->getParameter(4).getType()!=QString("integer")) in setConversionFunction()
79 else if(conv_func->getReturnType()!=QString("void")) in setConversionFunction()
85 setCodeInvalidated(conversion_func != conv_func); in setConversionFunction()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/src/
H A Doskar_grid_simple.c18 const double* RESTRICT conv_func, in oskar_grid_simple_default_d() argument
68 const double c1 = conv_func[abs(off_v + j * D_OVERSAMPLE)]; in oskar_grid_simple_default_d()
75 const double c = conv_func[abs(off_u + k * D_OVERSAMPLE)] * c1; in oskar_grid_simple_default_d()
87 const float* RESTRICT conv_func, in oskar_grid_simple_default_f() argument
137 const float c1 = conv_func[abs(off_v + j * D_OVERSAMPLE)]; in oskar_grid_simple_default_f()
158 const double* RESTRICT conv_func, in oskar_grid_simple_d() argument
177 oskar_grid_simple_default_d(conv_func, num_points, uu, vv, vis, in oskar_grid_simple_d()
216 const double c1 = conv_func[abs(off_v + j * oversample)]; in oskar_grid_simple_d()
237 const float* RESTRICT conv_func, in oskar_grid_simple_f() argument
256 oskar_grid_simple_default_f(conv_func, num_points, uu, vv, vis, in oskar_grid_simple_f()
[all …]
H A Dprivate_imager_init_fft.c42 oskar_mem_free(h->conv_func, status); in oskar_imager_init_fft()
43 h->conv_func = oskar_mem_convert_precision(tmp, h->imager_prec, status); in oskar_imager_init_fft()
59 oskar_mem_free(d->conv_func, status); in oskar_imager_init_fft()
60 d->conv_func = oskar_mem_create_copy(h->conv_func, in oskar_imager_init_fft()
H A Doskar_grid_wproj.c42 const double* RESTRICT conv_func, in oskar_grid_wproj_d() argument
113 const double c_re = conv_func[p]; in oskar_grid_wproj_d()
114 const double c_im = conv_func[p + 1] * conv_conj; in oskar_grid_wproj_d()
131 const float* RESTRICT conv_func, in oskar_grid_wproj_f() argument
202 const float c_re = conv_func[p]; in oskar_grid_wproj_f()
203 const float c_im = conv_func[p + 1] * conv_conj; in oskar_grid_wproj_f()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/fb/
H A Devas_outbuf.c91 conv_func); in _outbuf_reset()
93 return !!conv_func; in _outbuf_reset()
173 Gfx_Func_Convert conv_func; in evas_fb_outbuf_fb_update() local
177 conv_func = NULL; in evas_fb_outbuf_fb_update()
218 if (conv_func) in evas_fb_outbuf_fb_update()
225 conv_func(src_data, data, in evas_fb_outbuf_fb_update()
233 conv_func(src_data, data, in evas_fb_outbuf_fb_update()
286 Gfx_Func_Convert conv_func; in evas_fb_outbuf_fb_push_updated_region() local
290 conv_func = NULL; in evas_fb_outbuf_fb_push_updated_region()
339 if (conv_func) in evas_fb_outbuf_fb_push_updated_region()
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_ddraw/
H A Devas_outbuf.c43 Gfx_Func_Convert conv_func; in evas_software_ddraw_outbuf_setup() local
48 conv_func = NULL; in evas_software_ddraw_outbuf_setup()
54 conv_func = evas_common_convert_func_get(0, in evas_software_ddraw_outbuf_setup()
64 conv_func = evas_common_convert_func_get(0, in evas_software_ddraw_outbuf_setup()
77 if (!conv_func) in evas_software_ddraw_outbuf_setup()
173 Gfx_Func_Convert conv_func; in evas_software_ddraw_outbuf_push_updated_region() local
179 conv_func = NULL; in evas_software_ddraw_outbuf_push_updated_region()
183 conv_func = evas_common_convert_func_get(0, w, h, in evas_software_ddraw_outbuf_push_updated_region()
191 conv_func = evas_common_convert_func_get(0, h, w, in evas_software_ddraw_outbuf_push_updated_region()
197 if (!conv_func) return; in evas_software_ddraw_outbuf_push_updated_region()
[all …]
/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/handlers/backend/
H A Dconv_mixin.py137 conv_func = tf.nn.conv1d_transpose
140 conv_func = tf.nn.conv2d_transpose
142 conv_func = tf.nn.conv3d_transpose
149 conv_rs = conv_func(x,
199 conv_func = tf.contrib.nn.conv1d_transpose
202 conv_func = tf.nn.conv2d_transpose
204 conv_func = tf.nn.conv3d_transpose
211 conv_rs = conv_func(x,
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_gdi/
H A Devas_outbuf.c67 Gfx_Func_Convert conv_func; in evas_software_gdi_outbuf_setup() local
72 conv_func = NULL; in evas_software_gdi_outbuf_setup()
76 conv_func = evas_common_convert_func_get(0, in evas_software_gdi_outbuf_setup()
86 conv_func = evas_common_convert_func_get(0, in evas_software_gdi_outbuf_setup()
98 if (!conv_func) in evas_software_gdi_outbuf_setup()
219 Gfx_Func_Convert conv_func; in evas_software_gdi_outbuf_push_updated_region() local
225 conv_func = NULL; in evas_software_gdi_outbuf_push_updated_region()
229 conv_func = evas_common_convert_func_get(0, w, h, 32, in evas_software_gdi_outbuf_push_updated_region()
236 conv_func = evas_common_convert_func_get(0, h, w, 32, in evas_software_gdi_outbuf_push_updated_region()
242 if (!conv_func) return; in evas_software_gdi_outbuf_push_updated_region()
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_x11/
H A Devas_xlib_swapbuf.c54 Gfx_Func_Convert conv_func = NULL; in evas_software_xlib_swapbuf_setup_x() local
171 conv_func = evas_common_convert_func_get(0, buf->w, buf->h, d, in evas_software_xlib_swapbuf_setup_x()
202 if (!conv_func) in evas_software_xlib_swapbuf_setup_x()
386 Gfx_Func_Convert conv_func = NULL; in evas_software_xlib_swapbuf_push_updated_region() local
399 conv_func = evas_common_convert_func_get(0, w, h, d, in evas_software_xlib_swapbuf_push_updated_region()
406 conv_func = evas_common_convert_func_get(0, h, w, d, in evas_software_xlib_swapbuf_push_updated_region()
416 conv_func = evas_common_convert_func_get(0, w, h, d, in evas_software_xlib_swapbuf_push_updated_region()
423 conv_func = evas_common_convert_func_get(0, h, w, d, in evas_software_xlib_swapbuf_push_updated_region()
430 if (!conv_func) return; in evas_software_xlib_swapbuf_push_updated_region()
509 conv_func(src_data, dst_data, in evas_software_xlib_swapbuf_push_updated_region()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/mb/
H A Dconv.c394 utf_local_conversion_func conv_func, in UtfToLocal() argument
529 if (conv_func) in UtfToLocal()
531 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
580 utf_local_conversion_func conv_func, in LocalToUtf() argument
663 if (conv_func) in LocalToUtf()
665 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/
H A Doskar_grid_simple.h68 const double* RESTRICT conv_func,
105 const float* RESTRICT conv_func,
H A Doskar_grid_wproj.h74 const double* RESTRICT conv_func,
119 const float* RESTRICT conv_func,
/dports/security/p5-Authen-PAM/Authen-PAM-0.16/
H A DPAM.xs53 SV* conv_func; member
131 if ( !SvTRUE(((sPerlPamData*)appdata_ptr)->conv_func) )
134 perl_call_sv(((sPerlPamData*)appdata_ptr)->conv_func, G_ARRAY);
487 ((sPerlPamData*)conv_st.appdata_ptr)->conv_func = newSVsv(func);
504 SvREFCNT_dec(data->conv_func);
523 sv_setsv(data->conv_func, item);
557 sv_setsv(item, data->conv_func);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/mb/
H A Dconv.c433 utf_local_conversion_func conv_func, in UtfToLocal() argument
575 if (conv_func) in UtfToLocal()
577 uint32 converted = (*conv_func) (iutf); in UtfToLocal()
625 utf_local_conversion_func conv_func, in LocalToUtf() argument
714 if (conv_func) in LocalToUtf()
716 uint32 converted = (*conv_func) (iiso); in LocalToUtf()

12345678910