Home
last modified time | relevance | path

Searched refs:conv_func (Results 201 – 225 of 250) sorted by last modified time

12345678910

/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/devel/efl/efl-1.25.1/src/modules/evas/engines/software_x11/
H A Devas_xlib_outbuf.c233 Gfx_Func_Convert conv_func; in evas_software_xlib_outbuf_setup_x() local
241 conv_func = NULL; in evas_software_xlib_outbuf_setup_x()
360 if (!conv_func) in evas_software_xlib_outbuf_setup_x()
890 Gfx_Func_Convert conv_func = NULL; in evas_software_xlib_outbuf_push_updated_region() local
901 conv_func = evas_common_convert_func_get(0, w, h, in evas_software_xlib_outbuf_push_updated_region()
907 conv_func = evas_common_convert_func_get(0, h, w, in evas_software_xlib_outbuf_push_updated_region()
916 conv_func = evas_common_convert_func_get(0, w, h, in evas_software_xlib_outbuf_push_updated_region()
922 conv_func = evas_common_convert_func_get(0, h, w, in evas_software_xlib_outbuf_push_updated_region()
928 if (!conv_func) in evas_software_xlib_outbuf_push_updated_region()
990 conv_func(src_data, data, update->cache_entry.w - w, in evas_software_xlib_outbuf_push_updated_region()
[all …]
/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 …]
H A Dconversion.h61 void setConversionFunction(Function *conv_func);
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/keras/
H A Dtest_forward.py188 for conv_func in conv_funcs:
189 x = conv_func(data)
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/keras/
H A Dtest_forward.py132 for conv_func in conv_funcs:
133 x = conv_func(data)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/keras/
H A Dtest_forward.py188 for conv_func in conv_funcs:
189 x = conv_func(data)
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/keras/
H A Dtest_forward.py132 for conv_func in conv_funcs:
133 x = conv_func(data)
/dports/emulators/vice/vice-3.5/src/lib/libx264/input/
H A Davs.c299 char conv_func[14] = { "ConvertTo" }; in open_file() local
316 strcat( conv_func, csp ); in open_file()
331 …res2 = h->func.avs_invoke( h->env, conv_func, avs_new_value_array( arg_arr, arg_count ), arg_name … in open_file()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/phy_tree/test/
H A Dtest_biotree.cpp274 conv_func; in Run() local
275 conv_func(btrc, tax, tax_id); in Run()
308 conv_func; in Run() local
311 conv_func(c1, tax, tax_id1); in Run()
318 conv_func(c1, tax, tax_id2); in Run()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5T.c2286 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5T__register_int() local
2299 conv_func.is_app = FALSE; in H5T__register_int()
2300 conv_func.u.lib_func = func; in H5T__register_int()
2303 if(H5T__register(pers, name, src, dst, &conv_func) < 0) in H5T__register_int()
2521 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5Tregister() local
2540 conv_func.is_app = TRUE; in H5Tregister()
2541 conv_func.u.app_func = func; in H5Tregister()
2544 if(H5T__register(pers, name, src, dst, &conv_func) < 0) in H5Tregister()
4529 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5T_path_find() local
4541 conv_func.is_app = FALSE; in H5T_path_find()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5T.c2286 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5T__register_int() local
2299 conv_func.is_app = FALSE; in H5T__register_int()
2300 conv_func.u.lib_func = func; in H5T__register_int()
2303 if(H5T__register(pers, name, src, dst, &conv_func) < 0) in H5T__register_int()
2521 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5Tregister() local
2540 conv_func.is_app = TRUE; in H5Tregister()
2541 conv_func.u.app_func = func; in H5Tregister()
2544 if(H5T__register(pers, name, src, dst, &conv_func) < 0) in H5Tregister()
4529 H5T_conv_func_t conv_func; /* Conversion function wrapper */ in H5T_path_find() local
4541 conv_func.is_app = FALSE; in H5T_path_find()
[all …]
/dports/science/py-scimath/scimath-4.2.0/scimath/units/
H A Dunit_manager.py435 conv_func = self.get_unit_converter(obj)
436 result = conv_func(obj, new_unit_system)
461 conv_func = self.get_unit_converter(obj)
462 return conv_func(obj, new_unit_system)
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_corr.py438 conv_func = theano.function([bottom_sym, kern_sym], concatenated_output, mode=self.mode)
442 conv_output = conv_func(bottom, kern)
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_opt.py831 conv_func = theano.function([], conv_op, mode=mode)
833 for node in conv_func.maker.fgraph.toposort()])
834 utt.assert_allclose(conv_func(), ref_func())
886 conv_func = theano.function([], conv_op, mode=mode)
888 for node in conv_func.maker.fgraph.toposort()])
891 conv_func = theano.function(
895 utt.assert_allclose(conv_func(), ref_func())
/dports/security/gnome-keyring/gnome-keyring-40.0/pam/
H A Dtest-pam.c76 conv_func (int n, in conv_func() function
166 test->conv.conv = conv_func; in setup()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/mb/
H A Dpg_wchar.h579 utf_local_conversion_func conv_func,
585 utf_local_conversion_func conv_func,
/dports/security/py-python-pam/python-pam-1.8.4/
H A Dpam.py57 conv_func = CFUNCTYPE(c_int, c_int, POINTER(POINTER(PamMessage)), POINTER(POINTER(PamResponse)), c_… variable
61 _fields_ = [ ("conv", conv_func), ("appdata_ptr", c_void_p) ]
128 @conv_func
/dports/security/pam_yubico/pam_yubico-2.26/tests/
H A Dpam_test.c130 static int conv_func(int num_msg, const struct pam_message **msg, function
145 conv_func,
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/variableexplorer/
H A Dobjecteditor.py70 conv_func = lambda data: data function
86 conv_func = lambda data: Image.fromarray(data, mode=obj.mode) function
98 return conv_func(dialog.get_value())
H A Dcollectionseditor.py461 conv_func = lambda arr: Image.fromarray(arr, mode=value.mode) function
464 conv=conv_func))
545 conv_func = data.get('conv', lambda v: v)
546 self.set_value(index, conv_func(value))
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dcodeconv.c1389 CodeConvFunc conv_func; in conv_codeset_strdup_full() local
1399 conv_func = conv_get_code_conv_func(src_encoding, dest_encoding); in conv_codeset_strdup_full()
1400 if (conv_func != conv_noconv) in conv_codeset_strdup_full()
1401 return conv_func(inbuf, error); in conv_codeset_strdup_full()
/dports/graphics/fpc-hermes/fpc-3.2.2/packages/hermes/src/i386/
H A Dx86_main.inc75 jmp *32(%ebp) // conv_func
101 jmp *32(%ebp) // conv_func
/dports/lang/fpc-source/fpc-3.2.2/packages/hermes/src/i386/
H A Dx86_main.inc75 jmp *32(%ebp) // conv_func
101 jmp *32(%ebp) // conv_func
/dports/security/courier-authlib-base/courier-authlib-0.71.4/
H A Dauthsaslclientlogin.c32 p=(*info->conv_func)(q, info->conv_func_arg); in authsaslclient_login()

12345678910