Home
last modified time | relevance | path

Searched full:parameters (Results 1 – 25 of 8301) sorted by relevance

12345678910>>...333

/third_party/boost/boost/geometry/srs/projections/impl/
Dfactory_entry.hpp27 template <typename Params, typename CT, typename Parameters>
30 template <typename Params, typename CT, typename Parameters>
34 …virtual dynamic_wrapper_b<CT, Parameters>* create_new(Params const& , Parameters const& ) const = …
40 template <typename Params, typename T, typename Parameters> \
41 struct ENTRY : projections::detail::factory_entry<Params, T, Parameters> \
43 projections::detail::dynamic_wrapper_b<T, Parameters>* create_new(Params const& params, \
44Parameters const& parameters) const
51 …n new projections::detail::dynamic_wrapper_f<PROJ<T, Parameters>, T, Parameters>(params, parameter…
58 … new projections::detail::dynamic_wrapper_fi<PROJ<T, Parameters>, T, Parameters>(params, parameter…
65 if (parameters.es != 0.0) \
[all …]
/third_party/boost/boost/geometry/srs/projections/
Diau2000.hpp26 inline srs::dpar::parameters<> iau2000_to_parameters(int code) in iau2000_to_parameters()
31 {19900, srs::dpar::parameters<>(proj_longlat)(r,2439700)(no_defs)}, in iau2000_to_parameters()
32 {19901, srs::dpar::parameters<>(proj_longlat)(r,2439700)(no_defs)}, in iau2000_to_parameters()
37 … {19914, srs::dpar::parameters<>(proj_sinu)(lon_0,0)(x_0,0)(y_0,0)(r,2439700)(units_m)(no_defs)}, in iau2000_to_parameters()
38 … {19915, srs::dpar::parameters<>(proj_sinu)(lon_0,0)(x_0,0)(y_0,0)(r,2439700)(units_m)(no_defs)}, in iau2000_to_parameters()
39 … {19916, srs::dpar::parameters<>(proj_sinu)(lon_0,0)(x_0,0)(y_0,0)(r,2439700)(units_m)(no_defs)}, in iau2000_to_parameters()
40 … {19917, srs::dpar::parameters<>(proj_sinu)(lon_0,0)(x_0,0)(y_0,0)(r,2439700)(units_m)(no_defs)}, in iau2000_to_parameters()
41 …{19918, srs::dpar::parameters<>(proj_stere)(lat_0,90)(lon_0,0)(k,1)(x_0,0)(y_0,0)(r,2439700)(units… in iau2000_to_parameters()
42 …{19919, srs::dpar::parameters<>(proj_stere)(lat_0,90)(lon_0,0)(k,1)(x_0,0)(y_0,0)(r,2439700)(units… in iau2000_to_parameters()
43 …{19920, srs::dpar::parameters<>(proj_stere)(lat_0,-90)(lon_0,0)(k,1)(x_0,0)(y_0,0)(r,2439700)(unit… in iau2000_to_parameters()
[all …]
Depsg.hpp29 inline srs::dpar::parameters<> epsg_to_parameters(int code) in epsg_to_parameters()
34 …{2000, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
35 …{2001, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
36 …{2002, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
37 …{2003, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
38 …{2004, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
39 …{2005, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
40 …{2006, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
41 …{2007, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-62)(k,0.9995000000000001)(x_0,400000)(y… in epsg_to_parameters()
42 …{2008, srs::dpar::parameters<>(proj_tmerc)(lat_0,0)(lon_0,-55.5)(k,0.9999)(x_0,304800)(y_0,0)(ellp… in epsg_to_parameters()
[all …]
Desri.hpp26 inline srs::dpar::parameters<> esri_to_parameters(int code) in esri_to_parameters()
31 {37001, srs::dpar::parameters<>(proj_longlat)(ellps_wgs66)(no_defs)}, in esri_to_parameters()
32 {37002, srs::dpar::parameters<>(proj_longlat)(a,6378166)(b,6356784.283607107)(no_defs)}, in esri_to_parameters()
33 {37003, srs::dpar::parameters<>(proj_longlat)(a,6378150)(b,6356768.337244385)(no_defs)}, in esri_to_parameters()
34 {37004, srs::dpar::parameters<>(proj_longlat)(ellps_fschr60m)(no_defs)}, in esri_to_parameters()
35 {37005, srs::dpar::parameters<>(proj_longlat)(a,6378270)(b,6356794.343434343)(no_defs)}, in esri_to_parameters()
36 … {37006, srs::dpar::parameters<>(proj_longlat)(a,6377295.664)(b,6356094.667915204)(no_defs)}, in esri_to_parameters()
37 {37007, srs::dpar::parameters<>(proj_longlat)(a,6376896)(b,6355834.846687363)(no_defs)}, in esri_to_parameters()
38 {37008, srs::dpar::parameters<>(proj_longlat)(r,6370997)(no_defs)}, in esri_to_parameters()
39 {37201, srs::dpar::parameters<>(proj_longlat)(ellps_intl)(no_defs)}, in esri_to_parameters()
[all …]
/third_party/typescript/tests/baselines/reference/
DinterfaceWithMultipleDeclarations.errors.txt1 …eDeclarations.ts(1,11): error TS2428: All declarations of 'I1' must have identical type parameters.
2 …eDeclarations.ts(3,11): error TS2428: All declarations of 'I1' must have identical type parameters.
3 …eDeclarations.ts(5,11): error TS2428: All declarations of 'I1' must have identical type parameters.
4 …eDeclarations.ts(7,11): error TS2428: All declarations of 'I1' must have identical type parameters.
5 …eDeclarations.ts(9,11): error TS2428: All declarations of 'I1' must have identical type parameters.
6 …Declarations.ts(11,11): error TS2428: All declarations of 'I1' must have identical type parameters.
7 …Declarations.ts(14,11): error TS2428: All declarations of 'I2' must have identical type parameters.
8 …Declarations.ts(16,11): error TS2428: All declarations of 'I2' must have identical type parameters.
9 …Declarations.ts(18,11): error TS2428: All declarations of 'I2' must have identical type parameters.
10 …Declarations.ts(20,11): error TS2428: All declarations of 'I2' must have identical type parameters.
[all …]
DtwoGenericInterfacesDifferingByTypeParameterName.errors.txt1 …eParameterName.ts(3,11): error TS2428: All declarations of 'A' must have identical type parameters.
2 …eParameterName.ts(7,11): error TS2428: All declarations of 'A' must have identical type parameters.
3 …ParameterName.ts(11,11): error TS2428: All declarations of 'B' must have identical type parameters.
4 …ParameterName.ts(15,11): error TS2428: All declarations of 'B' must have identical type parameters.
5 …ParameterName.ts(20,15): error TS2428: All declarations of 'A' must have identical type parameters.
6 …ParameterName.ts(24,15): error TS2428: All declarations of 'A' must have identical type parameters.
7 …ParameterName.ts(28,15): error TS2428: All declarations of 'B' must have identical type parameters.
8 …ParameterName.ts(32,15): error TS2428: All declarations of 'B' must have identical type parameters.
9 …ParameterName.ts(50,22): error TS2428: All declarations of 'B' must have identical type parameters.
10 …ParameterName.ts(56,22): error TS2428: All declarations of 'B' must have identical type parameters.
[all …]
/third_party/boost/libs/geometry/index/test/rtree/interprocess/
Dtest_interprocess.hpp18 template <typename Point, typename Parameters>
19 void test_rtree_interprocess(Parameters const& parameters = Parameters()) in test_rtree_interprocess() argument
31 test_rtree_for_box<Point>(parameters, shmem_alloc(segment.get_segment_manager())); in test_rtree_interprocess()
36 template <typename Indexable, typename Parameters>
37 void modifiers(Parameters const& parameters = Parameters()) in modifiers() argument
49 testset::modifiers<Indexable>(parameters, shmem_alloc(segment.get_segment_manager())); in modifiers()
52 template <typename Indexable, typename Parameters>
53 void queries(Parameters const& parameters = Parameters()) in queries() argument
65 testset::queries<Indexable>(parameters, shmem_alloc(segment.get_segment_manager())); in queries()
68 template <typename Indexable, typename Parameters>
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dweak_dynamic.hpp18 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
20 : public weak_node<Value, Parameters, Box, Allocators, Tag>
38 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
40 : public weak_node<Value, Parameters, Box, Allocators, Tag>
59 template <typename Value, typename Parameters, typename Box, typename Allocators>
60 struct node<Value, Parameters, Box, Allocators, node_weak_dynamic_tag>
62 typedef weak_node<Value, Parameters, Box, Allocators, node_weak_dynamic_tag> type;
65 template <typename Value, typename Parameters, typename Box, typename Allocators>
66 struct internal_node<Value, Parameters, Box, Allocators, node_weak_dynamic_tag>
68 typedef weak_internal_node<Value, Parameters, Box, Allocators, node_weak_dynamic_tag> type;
[all …]
Dweak_static.hpp18 template <typename Value, typename Parameters, typename Box, typename Allocators>
19 struct weak_internal_node<Value, Parameters, Box, Allocators, node_weak_static_tag>
20 : public weak_node<Value, Parameters, Box, Allocators, node_weak_static_tag>
24 Parameters::max_elements + 1
33 template <typename Value, typename Parameters, typename Box, typename Allocators>
34 struct weak_leaf<Value, Parameters, Box, Allocators, node_weak_static_tag>
35 : public weak_node<Value, Parameters, Box, Allocators, node_weak_static_tag>
39 Parameters::max_elements + 1
50 template <typename Value, typename Parameters, typename Box, typename Allocators>
51 struct node<Value, Parameters, Box, Allocators, node_weak_static_tag>
[all …]
Dvariant_dynamic.hpp22 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
41 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
61 template <typename Value, typename Parameters, typename Box, typename Allocators>
62 struct node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
65 variant_leaf<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>,
66 variant_internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
70 template <typename Value, typename Parameters, typename Box, typename Allocators>
71 struct internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
73 … typedef variant_internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag> type;
76 template <typename Value, typename Parameters, typename Box, typename Allocators>
[all …]
Dvariant_static.hpp20 template <typename Value, typename Parameters, typename Box, typename Allocators>
21 struct variant_internal_node<Value, Parameters, Box, Allocators, node_variant_static_tag>
25 Parameters::max_elements + 1
34 template <typename Value, typename Parameters, typename Box, typename Allocators>
35 struct variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag>
39 Parameters::max_elements + 1
50 template <typename Value, typename Parameters, typename Box, typename Allocators>
51 struct node<Value, Parameters, Box, Allocators, node_variant_static_tag>
54 variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag>,
55 variant_internal_node<Value, Parameters, Box, Allocators, node_variant_static_tag>
[all …]
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dmtl4_algebra_dispatcher.hpp29 template<typename Value, typename Parameters>
30 struct algebra_dispatcher< mtl::dense_vector< Value , Parameters > >
35 template<typename Value, typename Parameters>
36 struct algebra_dispatcher< mtl::dense2D< Value , Parameters > >
41 template<typename Value , size_t BitMask , typename Parameters>
42 struct algebra_dispatcher< mtl::morton_dense< Value , BitMask, Parameters > >
47 template<typename Value, typename Parameters>
48 struct algebra_dispatcher< mtl::compressed2D< Value , Parameters > >
55 template<typename Value, typename Parameters>
56 struct vector_space_norm_inf< mtl::dense_vector< Value , Parameters > >
[all …]
/third_party/boost/libs/tti/doc/
Dtti_detail_has_template.qbk20 template type parameters ( template parameters starting with `class`
23 of the macro the `template type parameters` form. An example of a class
28 The second is to find a class template with specific template parameters.
29 In this form both the name of the class template and the template parameters
32 We will call this form of the macro the `specific parameters` form. An example
38 need to be understood when passing the template parameters to the macro.
39 First, the type of the template parameters is relevant but the actual names
40 of the template parameters passed are irrelevant. The actual names can be
70 form for non-variadic macros always takes two macro parameters. The first
74 The second macro parameter, when using the `specific parameters` form of the
[all …]
/third_party/boost/boost/geometry/index/
Dparameters.hpp3 // R-tree algorithms parameters
77 \brief Linear r-tree creation algorithm parameters.
97 \brief Quadratic r-tree creation algorithm parameters.
117 \brief R*-tree creation algorithm parameters.
158 \brief Linear r-tree creation algorithm parameters - run-time version.
175 detail::throw_invalid_argument("invalid min or/and max parameters of dynamic_linear"); in dynamic_linear()
187 \brief Quadratic r-tree creation algorithm parameters - run-time version.
204 … detail::throw_invalid_argument("invalid min or/and max parameters of dynamic_quadratic"); in dynamic_quadratic()
216 \brief R*-tree creation algorithm parameters - run-time version.
245 detail::throw_invalid_argument("invalid min or/and max parameters of dynamic_rstar"); in dynamic_rstar()
[all …]
/third_party/boost/boost/geometry/srs/projections/proj/
Dob_tran.hpp63 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >*
65 projections::parameters<T> const& parameters);
68 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >*
69 create_new(srs::dpar::parameters<T> const& params,
70 projections::parameters<T> const& parameters);
79 template <typename Parameters>
80 inline Parameters o_proj_parameters(srs::detail::proj4_parameters const& params, in o_proj_parameters()
81 Parameters const& par) in o_proj_parameters()
84 Parameters pj = par; in o_proj_parameters()
103 template <typename T, typename Parameters>
[all …]
Dsconics.hpp105 template <typename T, typename Parameters>
112 … inline void fwd(Parameters const& , T lp_lon, T const& lp_lat, T& xy_x, T& xy_y) const in fwd()
133 inline void inv(Parameters const& , T xy_x, T xy_y, T& lp_lon, T& lp_lat) const in inv()
165 template <typename Params, typename Parameters, typename T>
166 …inline void setup(Params const& params, Parameters& par, par_sconics<T>& proj_parm, proj_type type… in setup()
227 template <typename Params, typename Parameters, typename T>
228 … inline void setup_euler(Params const& params, Parameters& par, par_sconics<T>& proj_parm) in setup_euler()
234 template <typename Params, typename Parameters, typename T>
235 … inline void setup_tissot(Params const& params, Parameters& par, par_sconics<T>& proj_parm) in setup_tissot()
241 template <typename Params, typename Parameters, typename T>
[all …]
Dgn_sinu.hpp80 template <typename T, typename Parameters>
87 … inline void fwd(Parameters const& par, T const& lp_lon, T const& lp_lat, T& xy_x, T& xy_y) const in fwd()
97 … inline void inv(Parameters const& par, T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat) const in inv()
120 template <typename T, typename Parameters>
127 … inline void fwd(Parameters const& , T const& lp_lon, T lp_lat, T& xy_x, T& xy_y) const in fwd()
152 … inline void inv(Parameters const& , T const& xy_x, T xy_y, T& lp_lon, T& lp_lat) const in inv()
167 template <typename Parameters, typename T>
168 inline void setup(Parameters& par, par_gn_sinu_s<T>& proj_parm) in setup()
177 template <typename Params, typename Parameters, typename T>
178 … inline void setup_gn_sinu(Params const& params, Parameters& par, par_gn_sinu_s<T>& proj_parm) in setup_gn_sinu()
[all …]
Deck3.hpp66 template <typename T, typename Parameters>
73 … inline void fwd(Parameters const& , T const& lp_lon, T const& lp_lat, T& xy_x, T& xy_y) const in fwd()
81 … inline void inv(Parameters const& , T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat) const in inv()
100 template <typename Parameters>
101 inline void setup(Parameters& par) in setup()
108 template <typename Parameters, typename T>
109 inline void setup_eck3(Parameters& par, par_eck3<T>& proj_parm) in setup_eck3()
120 template <typename Parameters, typename T>
121 inline void setup_putp1(Parameters& par, par_eck3<T>& proj_parm) in setup_putp1()
132 template <typename Parameters, typename T>
[all …]
Dsts.hpp64 template <typename T, typename Parameters>
71 … inline void fwd(Parameters const& , T const& lp_lon, T lp_lat, T& xy_x, T& xy_y) const in fwd()
90 … inline void inv(Parameters const& , T const& xy_x, T xy_y, T& lp_lon, T& lp_lat) const in inv()
111 template <typename Parameters, typename T>
112 … inline void setup(Parameters& par, par_sts<T>& proj_parm, T const& p, T const& q, bool mode) in setup()
123 template <typename Parameters, typename T>
124 inline void setup_fouc(Parameters& par, par_sts<T>& proj_parm) in setup_fouc()
130 template <typename Parameters, typename T>
131 inline void setup_kav5(Parameters& par, par_sts<T>& proj_parm) in setup_kav5()
137 template <typename Parameters, typename T>
[all …]
/third_party/python/.azure-pipelines/
Dwindows-layout-steps.yml1 parameters:
7parameters.kind }}-$(arch)" --copy "$(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arc…
8 displayName: Create ${{ parameters.kind }} layout
11 workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
12 displayName: Show layout info (${{ parameters.kind }})
14 - ${{ if eq(parameters.fulltest, 'true') }}:
15 …BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\…
16 workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
17 displayName: ${{ parameters.kind }} Tests
19 PREFIX: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
[all …]
/third_party/boost/boost/tti/
Dhas_template.hpp38 ... = variadic parameters.
42 Following variadic parameters are optional.
44 If no following variadic parameters exist, then the inner class template
45 being introspected must be all template type parameters ( template parameters
46 starting with `class` or `typename` ) and any number of template type parameters
51 being introspected must be all template type parameters ( template parameters
52 starting with `class` or `typename` ) and any number of template type parameters
58 parameters matching the sequence in the tuple portion of the Boost PP array. This
62 Otherwise the inner class template must have its template parameters matching the
63 sequence of the optional variadic parameters.
[all …]
/third_party/flutter/engine/flutter/web_sdk/test/
Dapi_conform_test.dart66 if (uiConstructor.parameters.parameters.length !=
67 webConstructor.parameters.parameters.length) {
75 i < uiConstructor.parameters.parameters.length &&
76 i < uiConstructor.parameters.parameters.length;
78 // Technically you could re-order named parameters and still be valid,
81 i < uiConstructor.parameters.parameters.length &&
82 i < webConstructor.parameters.parameters.length;
85 uiConstructor.parameters.parameters[i];
87 webConstructor.parameters.parameters[i];
117 if (uiMethod.parameters == null || webMethod.parameters == null) {
[all …]
/third_party/boost/libs/geometry/test/cs_undefined/
Dindex.cpp70 rtree_test(g.pt, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main()
71 rtree_test(g.pt, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
72 rtree_test(g.pt, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main()
73 rtree_test(g.b, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main()
74 rtree_test(g.b, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
75 rtree_test(g.b, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main()
76 rtree_test(g.s, bgi::parameters<bgi::linear<4>, bg::strategy::index::cartesian<> >()); in test_main()
77 rtree_test(g.s, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
78 rtree_test(g.s, bgi::parameters<bgi::rstar<4>, bg::strategy::index::cartesian<> >()); in test_main()
80 rtree_test(g.pt, bgi::parameters<bgi::linear<4>, bg::strategy::index::spherical<> >()); in test_main()
[all …]
/third_party/openssl/doc/man1/
Decparam.pod56 This specifies the input filename to read parameters from or standard input if
61 This specifies the output filename parameters to. Standard output is used
67 This option inhibits the output of the encoded version of the parameters.
71 This option prints out the EC parameters in human readable form.
75 This option converts the EC parameters into C code. The parameters can then
80 Validate the elliptic curve parameters.
84 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
85 to get a list of all currently implemented EC parameters.
90 currently implemented EC parameters names and exit.
104 This specifies how the elliptic curve parameters are encoded.
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp37 template <typename Element, typename Parameters, typename Translator, typename Tag, size_t Corner, …
43 typedef typename index::detail::strategy_type<Parameters>::type strategy_type;
68 template <typename Element, typename Parameters, typename Translator, size_t Corner, size_t AxisInd…
69 class element_axis_corner_less<Element, Parameters, Translator, box_tag, Corner, AxisIndex>
71 typedef typename index::detail::strategy_type<Parameters>::type strategy_type;
88 template <typename Element, typename Parameters, typename Translator, size_t Corner, size_t AxisInd…
89 class element_axis_corner_less<Element, Parameters, Translator, point_tag, Corner, AxisIndex>
91 typedef typename index::detail::strategy_type<Parameters>::type strategy_type;
114 template <typename Elements, typename Parameters, typename Translator>
120 Parameters const& parameters, in apply()
[all …]

12345678910>>...333