Searched refs:__urange (Results 1 – 3 of 3) sorted by relevance
290 const __uctype __urange in _GLIBCXX_VISIBILITY() local294 if (__urngrange > __urange) in _GLIBCXX_VISIBILITY()298 const __uctype __uerange = __urange + 1; // __urange can be zero in _GLIBCXX_VISIBILITY()331 else if (__urngrange < __urange) in _GLIBCXX_VISIBILITY()353 (__urng, param_type(0, __urange / __uerngrange))); in _GLIBCXX_VISIBILITY()356 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()385 const __uctype __urange in _GLIBCXX_VISIBILITY() local390 if (__urngrange > __urange) in _GLIBCXX_VISIBILITY()393 && __detail::_Power_of_2(__urange + 1)) in _GLIBCXX_VISIBILITY()398 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY()[all …]
3726 const __uc_type __urange = __uc_type(__last - __first); in _GLIBCXX_VISIBILITY() local3728 if (__urngrange / __urange >= __urange) in _GLIBCXX_VISIBILITY()3737 if ((__urange % 2) == 0) in _GLIBCXX_VISIBILITY()
910 const __uctype __urange = __max - __min; in _M_call() local911 const __uctype __udenom = (__urnrange <= __urange in _M_call()912 ? 1 : __urnrange / (__urange + 1)); in _M_call()