Home
last modified time | relevance | path

Searched defs:triangular (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Drecursive_polygons.cpp23 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon()
57 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes()
110 void test_all(int seed, int count, int field_size, int level, bool triangular, p_q_settings const& … in test_all()
184 bool triangular = form != "box"; in main() local
/third_party/boost/libs/geometry/test/robustness/common/
Dcommon_settings.hpp20 bool triangular; member
/third_party/python/Lib/
Drandom.py550 def triangular(self, low=0.0, high=1.0, mode=None): member in Random
861 triangular = _inst.triangular variable
/third_party/boost/boost/math/distributions/
Dtriangular.hpp185 typedef triangular_distribution<double> triangular; typedef