Home
last modified time | relevance | path

Searched refs:__xmin (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dvoronoi.py712 self.__xmin = pointList[0].x
718 if pt.x < self.__xmin:
719 self.__xmin = pt.x
755 return self.__xmin
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A Dvoronoi.py752 self.__xmin = pointList[0].x
758 if pt.x < self.__xmin:
759 self.__xmin = pt.x
796 return self.__xmin
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A Dvoronoi.py762 self.__xmin = pointList[0].x
768 if pt.x < self.__xmin:
769 self.__xmin = pt.x
806 return self.__xmin
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2675 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2679 const double __delta = (__xmax - __xmin) / __n; in param_type()
2683 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2887 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2891 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
2895 _M_int.push_back(__xmin + __k * __delta); in param_type()
3101 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3105 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3111 _M_int.push_back(__xmin + __k * __delta); in param_type()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Drandom.h5279 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5317 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5319 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5507 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5564 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5566 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5774 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5833 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5835 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2675 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2679 const double __delta = (__xmax - __xmin) / __n; in param_type()
2683 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2887 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2891 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
2895 _M_int.push_back(__xmin + __k * __delta); in param_type()
3101 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3105 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3111 _M_int.push_back(__xmin + __k * __delta); in param_type()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Drandom.h5120 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5158 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5160 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5348 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5405 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5407 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5615 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5674 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5676 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Drandom.h5282 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5320 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5322 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5510 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5567 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5569 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5777 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5836 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5838 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Drandom.h5120 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5158 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5160 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5348 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5405 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5407 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5615 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5674 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5676 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Drandom.h5201 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5243 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5245 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5434 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5495 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5497 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5706 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5768 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5770 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Drandom.h5279 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5317 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5319 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5507 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5564 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5566 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5774 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5833 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5835 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Drandom.h5280 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5318 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5320 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5508 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5565 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5567 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5775 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5834 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5836 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2820 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2824 const double __delta = (__xmax - __xmin) / __n; in param_type()
2828 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
3019 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3023 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3027 _M_int.push_back(__xmin + __k * __delta); in param_type()
3242 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3246 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3252 _M_int.push_back(__xmin + __k * __delta); in param_type()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Drandom.h5312 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5354 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5356 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5545 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5605 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5607 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5816 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5877 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5879 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2688 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2692 const double __delta = (__xmax - __xmin) / __n; in param_type()
2696 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2899 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2903 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
2907 _M_int.push_back(__xmin + __k * __delta); in param_type()
3112 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3116 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3122 _M_int.push_back(__xmin + __k * __delta); in param_type()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Drandom.h5307 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5349 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5351 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5540 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5600 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5602 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5811 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5872 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5874 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2648 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2652 const double __delta = (__xmax - __xmin) / __n; in param_type()
2656 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2859 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2863 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
2867 _M_int.push_back(__xmin + __k * __delta); in param_type()
3072 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3076 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3082 _M_int.push_back(__xmin + __k * __delta); in param_type()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Drandom.h5301 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5343 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5345 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5534 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5594 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5596 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5805 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5866 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5868 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Drandom.h5309 param_type(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5351 discrete_distribution(size_t __nw, double __xmin, double __xmax, in _GLIBCXX_VISIBILITY()
5353 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5542 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5602 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5604 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
5813 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5874 _RealType __xmin, _RealType __xmax, in _GLIBCXX_VISIBILITY()
5876 : _M_param(__nw, __xmin, __xmax, __fw) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2682 param_type(size_t __nw, double __xmin, double __xmax, _Func __fw) in param_type() argument
2686 const double __delta = (__xmax - __xmin) / __n; in param_type()
2690 _M_prob.push_back(__fw(__xmin + __k * __delta + 0.5 * __delta)); in param_type()
2893 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
2897 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
2901 _M_int.push_back(__xmin + __k * __delta); in param_type()
3106 param_type(size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) in param_type() argument
3110 const _RealType __delta = (__xmax - __xmin) / __n; in param_type()
3116 _M_int.push_back(__xmin + __k * __delta); in param_type()

123