Home
last modified time | relevance | path

Searched defs:base_type (Results 1 – 25 of 5831) sorted by relevance

12345678910>>...234

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_blas_interface.h170 # define nrm2_trans1(base_type) argument
189 # define dot_p1(base_type) const std::vector<base_type > &x argument
190 # define dot_trans1(base_type) argument
198 # define dot_p2(base_type) const std::vector<base_type > &y argument
199 # define dot_trans2(base_type) argument
245 # define dotc_trans1(base_type) argument
254 # define dotc_trans2(base_type) argument
306 # define axpy_trans1(base_type) base_type a(1) argument
330 base_type, orien) \ argument
343 # define gem_trans1_n(base_type) const char t = 'N' argument
[all …]
H A Dgmm_lapack_interface.h92 # define getrf_interface(lapack_name, base_type) inline \ argument
109 # define getrs_interface(f_name, trans1, lapack_name, base_type) inline \ argument
136 # define getri_interface(lapack_name, base_type) inline \ argument
162 # define geqrf_interface(lapack_name1, base_type) inline \ argument
183 # define geqrf_interface2(lapack_name1, lapack_name2, base_type) inline \ argument
214 # define gees_interface(lapack_name, base_type) \ argument
236 # define gees_interface2(lapack_name, base_type) \ argument
263 # define geev_int_right(lapack_name, base_type) \ argument
284 # define geev_int_rightc(lapack_name, base_type) \ argument
310 # define geev_int_left(lapack_name, base_type) \ argument
[all …]
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_blas_interface.h194 # define nrm2_trans1(base_type) argument
214 # define dot_p1(base_type) const std::vector<base_type > &x argument
215 # define dot_trans1(base_type) argument
224 # define dot_trans2(base_type) argument
274 blas_name, base_type) \ argument
283 # define dotc_trans1(base_type) argument
292 # define dotc_trans2(base_type) argument
437 # define axpy_trans1(base_type) base_type a(1) argument
461 base_type, orien) \ argument
475 # define gem_trans1_n(base_type) const char t = 'N' argument
[all …]
H A Dgmm_lapack_interface.h104 # define getrf_interface(lapack_name, base_type) inline \ argument
126 # define getrs_interface(f_name, trans1, lapack_name, base_type) inline \ in getrf_interface() argument
153 # define getri_interface(lapack_name, base_type) inline \ argument
179 # define geqrf_interface(lapack_name1, base_type) inline \ argument
202 # define geqrf_interface2(lapack_name1, lapack_name2, base_type) inline \ argument
235 # define gees_interface(lapack_name, base_type) \ argument
258 # define gees_interface2(lapack_name, base_type) \ argument
350 # define geesx_interface(lapack_name, base_type) inline \ argument
373 # define geesx_interface2(lapack_name, base_type) inline \ argument
413 # define gesvd_interface(lapack_name, base_type) inline \ argument
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/prim/meta/
H A Dbase_type.hpp25 struct base_type { struct
26 using type = std::decay_t<T>;
40 struct base_type<T, std::enable_if_t<is_std_vector<T>::value>> { struct
41 using type = base_type_t<typename std::decay_t<T>::value_type>;
52 struct base_type<T, std::enable_if_t<is_eigen<T>::value>> { struct
53 using type = base_type_t<typename std::decay_t<T>::Scalar>;
64 struct base_type<T, std::enable_if_t<is_complex<T>::value>> { struct
65 using type = base_type_t<typename std::decay_t<T>::value_type>;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/
H A Ddc.h18 typedef wxGCDCImpl base_type; typedef
45 typedef wxGTKCairoDCImpl base_type; typedef
55 typedef wxGTKCairoDCImpl base_type; typedef
65 typedef wxGTKCairoDCImpl base_type; typedef
79 typedef wxGTKCairoDCImpl base_type; typedef
89 typedef wxGTKCairoDCImpl base_type; typedef
109 typedef wxDC base_type; typedef
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/
H A Ddc.h18 typedef wxGCDCImpl base_type; typedef
45 typedef wxGTKCairoDCImpl base_type; typedef
55 typedef wxGTKCairoDCImpl base_type; typedef
65 typedef wxGTKCairoDCImpl base_type; typedef
75 typedef wxGTKCairoDCImpl base_type; typedef
85 typedef wxGTKCairoDCImpl base_type; typedef
105 typedef wxDC base_type; typedef
/dports/games/supertux/supertux-0.1.3/src/
H A Dtype.h30 struct base_type struct
54 base_type btmp = base; argument
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dbase.h61 struct base_type { struct
77 Base_type_id base_index(const struct base_type *pbase); argument
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dbase.h61 struct base_type { struct
77 Base_type_id base_index(const struct base_type *pbase); argument
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dintrusive_hash_set.h35 typedef intrusive_hashtable<T, T, Hash, Equal, bucketCount, true, true> base_type; typedef
40 : base_type(h, eq) in base_type() function
69 typedef intrusive_hashtable<T, T, Hash, Equal, bucketCount, true, false> base_type; typedef
74 : base_type(h, eq) in base_type() function
H A Dintrusive_hash_map.h36 typedef intrusive_hashtable<Key, T, Hash, Equal, bucketCount, false, true> base_type; typedef
41 : base_type(h, eq) in base_type() function
71 typedef intrusive_hashtable<Key, T, Hash, Equal, bucketCount, false, false> base_type; typedef
76 : base_type(h, eq) in base_type() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/numeric/
H A Dfitting-tool.h140 typedef lsf_base<model_type> base_type; typedef
149 : base_type(_model, forecasted_samples), in base_type() function
216 typedef lsf_base<model_type> base_type; typedef
225 : base_type(_model, forecasted_samples), in base_type() function
311 typedef lsf_solution<model_type> base_type; typedef
323 : base_type(_model, forecasted_samples) in base_type() function
357 typedef lsf_solution<model_type> base_type; typedef
369 : base_type(_model, forecasted_samples), in base_type() function
448 : base_type(_model, forecasted_samples) in base_type() function
481 : base_type(_model, forecasted_samples) in base_type() function
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/numeric/
H A Dfitting-tool.h140 typedef lsf_base<model_type> base_type; typedef
149 : base_type(_model, forecasted_samples), in base_type() function
216 typedef lsf_base<model_type> base_type; typedef
225 : base_type(_model, forecasted_samples), in base_type() function
311 typedef lsf_solution<model_type> base_type; typedef
323 : base_type(_model, forecasted_samples) in base_type() function
357 typedef lsf_solution<model_type> base_type; typedef
369 : base_type(_model, forecasted_samples), in base_type() function
448 : base_type(_model, forecasted_samples) in base_type() function
481 : base_type(_model, forecasted_samples) in base_type() function
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dgis_bg_traits.h77 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
96 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
113 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
136 typedef Gis_polygon base_type; typedef
147 explicit Gis_polygon_spherical(bool isbgadapter= true) :base_type(isbgadapter) in base_type() function
171 typedef Gis_wkb_vector<Gis_line_string_spherical> base_type; typedef
189 typedef Gis_wkb_vector<Gis_polygon_spherical> base_type; typedef
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dgis_bg_traits.h77 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
96 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
113 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
136 typedef Gis_polygon base_type; typedef
147 explicit Gis_polygon_spherical(bool isbgadapter= true) :base_type(isbgadapter) in base_type() function
171 typedef Gis_wkb_vector<Gis_line_string_spherical> base_type; typedef
189 typedef Gis_wkb_vector<Gis_polygon_spherical> base_type; typedef
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dgis_bg_traits.h77 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
96 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
113 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
136 typedef Gis_polygon base_type; typedef
147 explicit Gis_polygon_spherical(bool isbgadapter= true) :base_type(isbgadapter) in base_type() function
171 typedef Gis_wkb_vector<Gis_line_string_spherical> base_type; typedef
189 typedef Gis_wkb_vector<Gis_polygon_spherical> base_type; typedef
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dgis_bg_traits.h77 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
96 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
113 typedef Gis_wkb_vector<Gis_point_spherical> base_type; typedef
136 typedef Gis_polygon base_type; typedef
147 explicit Gis_polygon_spherical(bool isbgadapter= true) :base_type(isbgadapter) in base_type() function
171 typedef Gis_wkb_vector<Gis_line_string_spherical> base_type; typedef
189 typedef Gis_wkb_vector<Gis_polygon_spherical> base_type; typedef

12345678910>>...234