Searched refs:__bl (Results 1 – 4 of 4) sorted by relevance
2059 UWtype __bl = (bl); \2060 __x = __al + __bl; \2071 UWtype __bl = (bl); \2072 __x = __al - __bl; \2073 (sh) = (ah) - (bh) - (__al < __bl); \
2071 UWtype __bl = (bl); \2072 __x = __al + __bl; \2083 UWtype __bl = (bl); \2084 __x = __al - __bl; \2085 (sh) = (ah) - (bh) - (__al < __bl); \
2885 param_type(initializer_list<_RealType> __bl, _Func __fw) in param_type() argument2888 _M_int.reserve(__bl.size()); in param_type()2889 for (auto __biter = __bl.begin(); __biter != __bl.end(); ++__biter) in param_type()3098 param_type(initializer_list<_RealType> __bl, _Func __fw) in param_type() argument3101 _M_int.reserve(__bl.size()); in param_type()3102 _M_den.reserve(__bl.size()); in param_type()3103 for (auto __biter = __bl.begin(); __biter != __bl.end(); ++__biter) in param_type()
5598 piecewise_constant_distribution(initializer_list<_RealType> __bl, in _GLIBCXX_VISIBILITY()5600 : _M_param(__bl, __fw) in _GLIBCXX_VISIBILITY()5813 param_type(initializer_list<_RealType> __bl, _Func __fw); in _GLIBCXX_VISIBILITY()5870 piecewise_linear_distribution(initializer_list<_RealType> __bl, in _GLIBCXX_VISIBILITY()5872 : _M_param(__bl, __fw) in _GLIBCXX_VISIBILITY()