Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/third_party/boost/libs/local_function/test/
Doperator_error_seq.cpp13 struct point { struct
17 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
Doperator_seq.cpp13 struct point { struct
17 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
Doperator.cpp19 struct point { struct
23 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
Doperator_error.cpp18 struct point { struct
22 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
/third_party/boost/libs/log/example/doc/
Dextension_formatter_parser.cpp35 struct point struct
39 point() : m_x(0.0f), m_y(0.0f) {} in point() argument
40 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
Dextension_filter_parser.cpp36 struct point struct
40 point() : m_x(0.0f), m_y(0.0f) {} in point() function
41 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
Dextension_filter_parser_custom_rel.cpp35 struct point struct
39 point() : m_x(0.0f), m_y(0.0f) {} in point() argument
40 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
/third_party/boost/libs/fusion/test/sequence/
Dadapt_assoc_tpl_struct.cpp45 struct point struct
56 (ns::point)(X)(Y)(Z),
91 typedef ns::point<int,int,float> point; in main() typedef
Dadapt_tpl_struct.cpp34 struct point struct
46 (ns::point)(X)(Y),
91 typedef ns::point<int, int> point; in main() typedef
Dadapt_assoc_struct.cpp48 struct point struct
58 ns::point,
Dadapt_struct_named.cpp36 struct point struct
48 ns::point, point,
Das_map_assoc.cpp26 struct point struct
34 ns::point,
/third_party/boost/boost/geometry/algorithms/detail/closest_feature/
Dpoint_to_range.hpp46 static inline void apply(Point const& point, in apply()
100 static inline return_type apply(Point const& point, in apply()
112 static inline return_type apply(Point const& point, in apply()
128 static inline return_type apply(Point const& point, in apply()
140 static inline return_type apply(Point const& point, in apply()
160 static inline void apply(Point const& point, in apply()
195 static inline return_type apply(Point const& point, in apply()
208 static inline return_type apply(Point const& point, in apply()
226 static inline return_type apply(Point const& point, in apply()
238 static inline return_type apply(Point const& point, in apply()
/third_party/openssl/crypto/ec/
Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
54 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp()
62 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GF2m()
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
101 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
129 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_values.cpp17 struct point struct
19 point(double xx = 0, double yy = 0) : x(xx), y(yy) {} in point() argument
23 BOOST_GEOMETRY_REGISTER_POINT_2D(point, double, bg::cs::cartesian, x, y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go43 type point struct { struct
44 Line int `json:"line"`
45 Column int `json:"column"`
46 Offset int `json:"offset"`
89 func comparePoint(a, b point) int {
148 func (p point) hasPosition() bool { return p.Line > 0 }
149 func (p point) hasOffset() bool { return p.Offset >= 0 }
150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() }
151 func (p point) isZero() bool {
162 func (p *point) clean() {
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go43 type point struct { struct
44 Line int `json:"line"`
45 Column int `json:"column"`
46 Offset int `json:"offset"`
89 func comparePoint(a, b point) int {
148 func (p point) hasPosition() bool { return p.Line > 0 }
149 func (p point) hasOffset() bool { return p.Offset >= 0 }
150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() }
151 func (p point) isZero() bool {
162 func (p *point) clean() {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go43 type point struct { struct
44 Line int `json:"line"`
45 Column int `json:"column"`
46 Offset int `json:"offset"`
89 func comparePoint(a, b point) int {
148 func (p point) hasPosition() bool { return p.Line > 0 }
149 func (p point) hasOffset() bool { return p.Offset >= 0 }
150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() }
151 func (p point) isZero() bool {
162 func (p *point) clean() {
[all …]
/third_party/boost/libs/geometry/test/concepts/
Dpoint_without_setter.cpp20 struct point struct
22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument
28 template <> struct tag<point> { typedef point_tag type; }; argument
Dpoint_without_dimension.cpp20 struct point struct
22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument
29 template <> struct tag<point> { typedef point_tag type; }; argument
Dpoint_without_getter.cpp20 struct point struct
22 point() : x(0), y(0) {} // initialize to suppress warnings in point() function
28 template <> struct tag<point> { typedef point_tag type; }; argument
Dpoint_without_coordinate_type.cpp20 struct point struct
22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument
28 template <> struct tag<point> { typedef point_tag type; }; argument
Dpoint_with_incorrect_dimension.cpp23 struct point struct
25 point() : x(0), y(0) {} // initialize to suppress warnings in point() function
31 template <> struct tag<point> { typedef point_tag type; }; argument
Dpoint_well_formed_traits.cpp19 struct point struct
21 point(): x(), y() {} in point() function
28 struct tag<point> argument
/third_party/boost/libs/mpi/test/
Dscan_test.cpp25 struct point struct
27 point() : x(0), y(0), z(0) { } in point() argument
28 point(int x, int y, int z) : x(x), y(y), z(z) { } in point() function
44 std::ostream& operator<<(std::ostream& out, const point& p) in operator <<() argument

12345678910>>...24