Home
last modified time | relevance | path

Searched refs:other_dist (Results 1 – 20 of 20) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vpdl/vpdt/
H A Dvpdt_mixture_accessors.h33 template <class other_dist>
35 typedef vpdt_num_components_accessor<other_dist> other;
60 template <class other_dist>
62 typedef vpdt_num_components_accessor<other_dist> other;
87 template <class other_dist>
89 typedef vpdt_weight_accessor<other_dist> other;
117 template <class other_dist>
119 typedef vpdt_weight_accessor<other_dist> other;
153 template <class other_dist, class other_accessor = accessor_type>
155 typedef vpdt_mixture_accessor<other_dist,other_accessor> other;
[all …]
H A Dvpdt_distribution_accessors.h31 template <class other_dist>
33 typedef vpdt_dimension_accessor<other_dist> other;
58 template <class other_dist>
60 typedef vpdt_mean_accessor<other_dist> other;
85 template <class other_dist>
87 typedef vpdt_covar_accessor<other_dist> other;
112 template <class other_dist>
114 typedef vpdt_norm_const_accessor<other_dist> other;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_basic_functors.h143 template <class other_dist>
145 typedef bsta_mean_functor<other_dist> other;
167 template <class other_dist>
194 template <class other_dist>
196 typedef bsta_var_functor<other_dist> other;
233 template <class other_dist>
235 typedef bsta_var_functor<other_dist> other;
263 template <class other_dist>
303 template <class other_dist>
352 template <class other_dist>
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dacsh_chamfer_class.c17 BITCODE_BD other_dist;/*!< DXF 42 */ in api_process() local
32 CHK_ENTITY_TYPE (_obj, ACSH_CHAMFER_CLASS, other_dist, BD); in api_process()
H A Ddynapi_test.c26033 BITCODE_BD other_dist; in test_ACSH_CHAMFER_CLASS() local
26034 …dwg_dynapi_entity_value (acsh_chamfer_class, "ACSH_CHAMFER_CLASS", "other_dist", &other_dist, NULL) in test_ACSH_CHAMFER_CLASS()
26035 && other_dist == acsh_chamfer_class->other_dist) in test_ACSH_CHAMFER_CLASS()
26038 … fail ("ACSH_CHAMFER_CLASS.other_dist [BD] %g != %g", acsh_chamfer_class->other_dist, other_dist); in test_ACSH_CHAMFER_CLASS()
26039 other_dist++; in test_ACSH_CHAMFER_CLASS()
26040 …wg_dynapi_entity_set_value (acsh_chamfer_class, "ACSH_CHAMFER_CLASS", "other_dist", &other_dist, 0) in test_ACSH_CHAMFER_CLASS()
26041 && other_dist == acsh_chamfer_class->other_dist) in test_ACSH_CHAMFER_CLASS()
26044 … ("ACSH_CHAMFER_CLASS.other_dist [BD] set+1 %g != %g", acsh_chamfer_class->other_dist, other_dist); in test_ACSH_CHAMFER_CLASS()
26045 acsh_chamfer_class->other_dist--; in test_ACSH_CHAMFER_CLASS()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ACSH_CHAMFER_CLASS.inc18 { 42, "0.0", NULL, 0, BITS_UNKNOWN, "other_dist", 12, {-1,-1,-1,-1,-1} },
59 { 42, "0.0", NULL, 0, BITS_UNKNOWN, "other_dist", 12, {-1,-1,-1,-1,-1} },
100 { 42, "0.0", NULL, 0, BITS_UNKNOWN, "other_dist", 12, {-1,-1,-1,-1,-1} },
141 { 42, "0.0", NULL, 0, BITS_UNKNOWN, "other_dist", 12, {-1,-1,-1,-1,-1} },
182 { 42, "0.0", NULL, 0, BITS_UNKNOWN, "other_dist", 12, {-1,-1,-1,-1,-1} },
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vmal/
H A Dvmal_track_lines.cxx95 double other_dist; in track_lines() local
101 homo[view_num], other_dist); in track_lines()
109 if (other_dist<cur_dist) in track_lines()
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN/lib/CPAN/
H A DDistribution.pm4397 my $other_dist;
4399 $other_dist = $mo_dist->pretty_id;
4400 my $dni = CPAN::DistnameInfo->new($other_dist);
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN/lib/CPAN/
H A DDistribution.pm4397 my $other_dist;
4399 $other_dist = $mo_dist->pretty_id;
4400 my $dni = CPAN::DistnameInfo->new($other_dist);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN/lib/CPAN/
H A DDistribution.pm4397 my $other_dist;
4399 $other_dist = $mo_dist->pretty_id;
4400 my $dni = CPAN::DistnameInfo->new($other_dist);
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c25985 const double other_dist, const int num_edges, in dwg_add_ACSH_CHAMFER_CLASS() argument
25998 _obj->other_dist = other_dist; in dwg_add_ACSH_CHAMFER_CLASS()
26015 const double other_dist, const int num_edges,
26080 base_dist, other_dist, num_edges, edges, bl95);
H A Ddwg.spec8250 FIELD_BD (other_dist, 42);
H A Ddynapi.c4196 … "other_dist", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_ACSH_CHAMFER_CLASS, other_dist),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h6547 const double other_dist, const int num_edges,
H A Ddwg.h6154 BITCODE_BD other_dist;/*!< DXF 42 (right_range or -1)? */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-14480 'other_dist'
H A Ddynapi.texi4849 @item other_dist
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7515other_dist = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_other_dist_get, _LibreDWG.Dwg_Object… variable in Dwg_Object_ACSH_CHAMFER_CLASS
H A Dswig_python.c225481 if (arg1) (arg1)->other_dist = arg2; in _wrap_Dwg_Object_ACSH_CHAMFER_CLASS_other_dist_set()
225504 result = (BITCODE_BD) ((arg1)->other_dist); in _wrap_Dwg_Object_ACSH_CHAMFER_CLASS_other_dist_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c275342 if (arg1) (arg1)->other_dist = arg2; in XS()
275372 result = (BITCODE_BD) ((arg1)->other_dist); in XS()