Searched defs:is_degenerate (Results 1 – 9 of 9) sorted by relevance
80 inline bool is_degenerate(const model::infinite_line<Type>& line) in is_degenerate() function
126 bool is_degenerate() const { return degenerate_; } in is_degenerate() function in boost::detail::multi_array::index_range
70 bool is_degenerate() const { return incident_edge_ == NULL; } in is_degenerate() function in boost::polygon::voronoi_cell115 bool is_degenerate() const { return incident_edge_ == NULL; } in is_degenerate() function in boost::polygon::voronoi_vertex
63 inline bool is_degenerate(Range const& range, EqualsStrategy const& strategy) in is_degenerate() function
118 bool is_degenerate() const { return degenerate_; } in is_degenerate() function in index_range
2432 auto is_degenerate = (t != t); // NaN in STAGE() local2439 auto is_degenerate = (t <= 0) | (t != t); in STAGE() local
2559 auto is_degenerate = (t != t); // NaN in STAGE() local2566 auto is_degenerate = (t <= 0) | (t != t); in STAGE() local
61 static bool is_degenerate(const SkPath& path) { in is_degenerate() function
63 static bool is_degenerate(const SkPath& path) { in is_degenerate() function