Home
last modified time | relevance | path

Searched refs:__bl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/
Dlonglong.h2059 UWtype __bl = (bl); \
2060 __x = __al + __bl; \
2071 UWtype __bl = (bl); \
2072 __x = __al - __bl; \
2073 (sh) = (ah) - (bh) - (__al < __bl); \
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-longlong.h2071 UWtype __bl = (bl); \
2072 __x = __al + __bl; \
2083 UWtype __bl = (bl); \
2084 __x = __al - __bl; \
2085 (sh) = (ah) - (bh) - (__al < __bl); \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.tcc2885 param_type(initializer_list<_RealType> __bl, _Func __fw) in param_type() argument
2888 _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() argument
3101 _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()
Drandom.h5598 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()