Home
last modified time | relevance | path

Searched refs:__g (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/
Drandom3639 generate_canonical(_URNG& __g)
3651 _RealType _Sp = __g() - _URNG::min();
3653 _Sp += (__g() - _URNG::min()) * __base;
3741 result_type operator()(_URNG& __g)
3742 {return (*this)(__g, __p_);}
3743 …template<class _URNG> _LIBCPP_INLINE_VISIBILITY result_type operator()(_URNG& __g, const param_typ…
3775 uniform_real_distribution<_RealType>::operator()(_URNG& __g, const param_type& __p)
3778 * _VSTD::generate_canonical<_RealType, numeric_limits<_RealType>::digits>(__g)
3857 result_type operator()(_URNG& __g)
3858 {return (*this)(__g, __p_);}
[all …]
Dlocale368 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end,
381 const string& __grouping, unsigned* __g,
387 unsigned* __g, unsigned*& __g_end, _CharT* __atoms);
406 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms);
456 unsigned* __g, unsigned*& __g_end, _CharT* __atoms)
460 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms)
472 if (__g_end-__g < __num_get_buf_sz)
509 unsigned* __g, unsigned*& __g_end, unsigned& __dc, _CharT* __atoms)
517 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
525 if (__g_end-__g < __num_get_buf_sz)
[all …]
Dalgorithm2435 const difference_type __g = _VSTD::__algo_gcd(__m1, __m2);
2436 for (_RandomAccessIterator __p = __first + __g; __p != __first;)
3004 template<class _URNG> result_type operator()(_URNG& __g)
3005 {return (*this)(__g, __p_);}
3006 template<class _URNG> result_type operator()(_URNG& __g, const param_type& __p);
3029 uniform_int_distribution<_IntType>::operator()(_URNG& __g, const param_type& __p)
3039 return static_cast<result_type>(_Eng(__g, _Dt)());
3043 _Eng __e(__g, __w);
3093 __rs_default __g = __rs_get();
3096 difference_type __i = __uid(__g, _Pp(0, __d));
[all …]
D__locale317 size_t __g = __h & __mask;
318 __h ^= __g | (__g >> __sr);
/external/clang/lib/Headers/
Davxintrin.h2544 float __e, float __f, float __g, float __h) in _mm256_set_ps() argument
2546 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a }; in _mm256_set_ps()
2599 float __e, float __f, float __g, float __h) in _mm256_setr_ps() argument
2601 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }; in _mm256_setr_ps()
/external/libcxx/src/
Dlocale.cpp4389 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument
4394 reverse(__g, __g_end); in __check_grouping()
4397 for (unsigned* __r = __g; __r < __g_end-1; ++__r) in __check_grouping()