Home
last modified time | relevance | path

Searched +defs:support +defs:s (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/
H A Dabstract_bsgs_helpers.h66 …ortRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in BaseSupportRestriction()
89 …ortRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in ReducedSupportRestriction()
108 …rtRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in FullSupportRestriction()
/dports/math/permlib/PermLib-0.2.9/include/permlib/
H A Dabstract_bsgs_helpers.h66 …ortRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in BaseSupportRestriction()
89 …ortRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in ReducedSupportRestriction()
108 …rtRestriction(const boost::shared_ptr<std::set<dom_int> >& support, const std::vector<dom_int>& s) in FullSupportRestriction()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwboundingcircle.c38 SUPPORTING_POINTS* s = lwalloc(sizeof(SUPPORTING_POINTS)); in supporting_points_create() local
47 supporting_points_destroy(SUPPORTING_POINTS* s) in supporting_points_destroy()
53 num_supporting_points(SUPPORTING_POINTS* support) in num_supporting_points()
68 add_supporting_point(SUPPORTING_POINTS* support, const POINT2D* p) in add_supporting_point()
121 calculate_mbc_1(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_1()
129 calculate_mbc_2(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_2()
143 calculate_mbc_3(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_3()
156 calculate_mbc_from_support(SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_from_support()
174 calculate_mbc(const POINT2D** points, uint32_t max_n, SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE*… in calculate_mbc()
239 SUPPORTING_POINTS* support; in lwgeom_calculate_mbc() local
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwboundingcircle.c38 SUPPORTING_POINTS* s = lwalloc(sizeof(SUPPORTING_POINTS)); in supporting_points_create() local
47 supporting_points_destroy(SUPPORTING_POINTS* s) in supporting_points_destroy()
53 num_supporting_points(SUPPORTING_POINTS* support) in num_supporting_points()
68 add_supporting_point(SUPPORTING_POINTS* support, const POINT2D* p) in add_supporting_point()
121 calculate_mbc_1(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_1()
129 calculate_mbc_2(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_2()
143 calculate_mbc_3(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_3()
156 calculate_mbc_from_support(SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_from_support()
174 calculate_mbc(const POINT2D** points, uint32_t max_n, SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE*… in calculate_mbc()
239 SUPPORTING_POINTS* support; in lwgeom_calculate_mbc() local
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwboundingcircle.c38 SUPPORTING_POINTS* s = lwalloc(sizeof(SUPPORTING_POINTS)); in supporting_points_create() local
47 supporting_points_destroy(SUPPORTING_POINTS* s) in supporting_points_destroy()
53 num_supporting_points(SUPPORTING_POINTS* support) in num_supporting_points()
68 add_supporting_point(SUPPORTING_POINTS* support, const POINT2D* p) in add_supporting_point()
121 calculate_mbc_1(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_1()
129 calculate_mbc_2(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_2()
143 calculate_mbc_3(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_3()
156 calculate_mbc_from_support(SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_from_support()
174 calculate_mbc(const POINT2D** points, uint32_t max_n, SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE*… in calculate_mbc()
239 SUPPORTING_POINTS* support; in lwgeom_calculate_mbc() local
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwboundingcircle.c38 SUPPORTING_POINTS* s = lwalloc(sizeof(SUPPORTING_POINTS)); in supporting_points_create() local
47 supporting_points_destroy(SUPPORTING_POINTS* s) in supporting_points_destroy()
53 num_supporting_points(SUPPORTING_POINTS* support) in num_supporting_points()
68 add_supporting_point(SUPPORTING_POINTS* support, const POINT2D* p) in add_supporting_point()
121 calculate_mbc_1(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_1()
129 calculate_mbc_2(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_2()
143 calculate_mbc_3(const SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_3()
156 calculate_mbc_from_support(SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE* mbc) in calculate_mbc_from_support()
174 calculate_mbc(const POINT2D** points, uint32_t max_n, SUPPORTING_POINTS* support, LWBOUNDINGCIRCLE*… in calculate_mbc()
239 SUPPORTING_POINTS* support; in lwgeom_calculate_mbc() local
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/
H A Dex_univar_kde.py34 support = np.random.beta(a, b, size=nobs) variable
56 support = np.random.f(dn, df, size=nobs) variable
76 support = np.random.pareto(a, size=nobs) variable
94 s = 1 variable
97 support = np.random.laplace(mu, s, size=nobs) variable
118 support = np.random.weibull(a, size=nobs) variable
138 support = np.random.poisson(a, size=nobs) variable
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mscaler/
H A Dkernels.C54 virtual double support() const { return 0.5; } in support() function
70 virtual double support() const { return 1.0; } in support() function
90 virtual double support() const { return 1.5; } in support() function
119 virtual double support() const { return 2.0; } in support() function
145 virtual double support() const { return 2.0; } in support() function
161 virtual double support() const { return 2.0; } in support() function
181 virtual double support() const { return 3.0; } in support() function
311 virtual double support() const { return 1.0 * _order; } in support() function
357 static int count_delimiters(const char *s, char d) in count_delimiters()
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/
H A DCylinder.cpp33 Point Cylinder::support(const Vector& v) const { in support() function in Cylinder
34 Scalar s = sqrt(v[X] * v[X] + v[Z] * v[Z]); in support() local
H A DCone.cpp33 Point Cone::support(const Vector& v) const { in support() function in Cone
36 Scalar s = sqrt(v[X] * v[X] + v[Z] * v[Z]); in support() local
H A DSphere.cpp33 Point Sphere::support(const Vector& v) const { in support() function in Sphere
34 Scalar s = v.length(); in support() local
/dports/math/cgal/CGAL-5.3/include/CGAL/Circular_kernel_2/
H A DLine_arc_2.h104 Line_arc_2_base(const Line_2 &support, in Line_arc_2_base()
118 Line_arc_2_base(const Line_2 &support, in Line_arc_2_base()
143 Line_arc_2_base(const Line_2 &support, in Line_arc_2_base()
157 Line_arc_2_base(const Segment_2 &s) in Line_arc_2_base()
287 Filtered_bbox_line_arc_2_base(const Line_2 &support, in Filtered_bbox_line_arc_2_base()
294 Filtered_bbox_line_arc_2_base(const Line_2 &support, in Filtered_bbox_line_arc_2_base()
300 Filtered_bbox_line_arc_2_base(const Line_2 &support, in Filtered_bbox_line_arc_2_base()
307 Filtered_bbox_line_arc_2_base(const Segment_2 &s) in Filtered_bbox_line_arc_2_base()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DLine_arc_2.h61 Line_arc_2(const Line_2 &support, in Line_arc_2()
68 Line_arc_2(const Line_2 &support, in Line_arc_2()
74 Line_arc_2(const Line_2 &support, in Line_arc_2()
80 Line_arc_2(const Segment_2 &s) in Line_arc_2()
/dports/devel/hwloc2/hwloc-2.5.0/tests/hwloc/
H A Dhwloc_get_area_memlocation.c15 const struct hwloc_topology_support *support; in main() local
21 char *s; in main() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/tests/hwloc/
H A Dhwloc_get_area_memlocation.c15 const struct hwloc_topology_support *support; in main() local
21 char *s; in main() local
/dports/net/mpich/mpich-3.4.3/modules/hwloc/tests/hwloc/
H A Dhwloc_get_area_memlocation.c15 const struct hwloc_topology_support *support; in main() local
21 char *s; in main() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/tests/hwloc/
H A Dhwloc_get_area_memlocation.c15 const struct hwloc_topology_support *support; in main() local
21 char *s; in main() local
/dports/devel/hwloc/hwloc-1.11.13/tests/
H A Dhwloc_get_area_memlocation.c14 const struct hwloc_topology_support *support; in main() local
20 char *s; in main() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/support/
H A Dhexdump.cc29 namespace support { namespace
31 void HexDump(const std::string& s, std::ostream& os) { in HexDump()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/doc/examples/
H A Dnodeset+membind+policy.c26 const struct hwloc_topology_support *support; in main() local
29 char *buffer, *s; in main() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/doc/examples/
H A Dnodeset+membind+policy.c26 const struct hwloc_topology_support *support; in main() local
29 char *buffer, *s; in main() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/doc/examples/
H A Dnodeset+membind+policy.c26 const struct hwloc_topology_support *support; in main() local
29 char *buffer, *s; in main() local
/dports/devel/hwloc/hwloc-1.11.13/doc/examples/
H A Dnodeset+membind+policy.c24 const struct hwloc_topology_support *support; in main() local
27 char *buffer, *s; in main() local
/dports/devel/hwloc2/hwloc-2.5.0/doc/examples/
H A Dnodeset+membind+policy.c26 const struct hwloc_topology_support *support; in main() local
29 char *buffer, *s; in main() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc45274c.ada26 -- YIELDS TRUE (RESP. FALSE ) IF THE DISCRIMINANTS OF THE LEFT
142 TYPE LP ( DISCR : BOOLEAN := FALSE ) IS
150 SUBTYPE LPFALSE IS LP(FALSE) ;
151
152 X : LP(TRUE) ;

12345678910>>...25