Home
last modified time | relevance | path

Searched defs:is_degenerate (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/geometry/arithmetic/
Dinfinite_line_functions.hpp80 inline bool is_degenerate(const model::infinite_line<Type>& line) in is_degenerate() function
/third_party/boost/boost/multi_array/
Dindex_range.hpp126 bool is_degenerate() const { return degenerate_; } in is_degenerate() function in boost::detail::multi_array::index_range
/third_party/boost/boost/polygon/
Dvoronoi_diagram.hpp70 bool is_degenerate() const { return incident_edge_ == NULL; } in is_degenerate() function in boost::polygon::voronoi_cell
115 bool is_degenerate() const { return incident_edge_ == NULL; } in is_degenerate() function in boost::polygon::voronoi_vertex
/third_party/boost/boost/geometry/algorithms/
Dsimplify.hpp63 inline bool is_degenerate(Range const& range, EqualsStrategy const& strategy) in is_degenerate() function
/third_party/boost/libs/multi_array/test/
Ddimtest.cpp118 bool is_degenerate() const { return degenerate_; } in is_degenerate() function in index_range
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2432 auto is_degenerate = (t != t); // NaN in STAGE() local
2439 auto is_degenerate = (t <= 0) | (t != t); in STAGE() local
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2559 auto is_degenerate = (t != t); // NaN in STAGE() local
2566 auto is_degenerate = (t <= 0) | (t != t); in STAGE() local
/third_party/flutter/skia/src/core/
DSkPath.cpp61 static bool is_degenerate(const SkPath& path) { in is_degenerate() function
/third_party/skia/src/core/
DSkPath.cpp63 static bool is_degenerate(const SkPath& path) { in is_degenerate() function