Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dalgorithm64 _UniformRandomNumberGenerator &&__g) {
65 return _VSTD::__sample(__first, __last, __output, __n, __g);
/external/libcxx/include/
Drandom3636 generate_canonical(_URNG& __g)
3648 _RealType _Sp = __g() - _URNG::min();
3650 _Sp += (__g() - _URNG::min()) * __base;
3738 result_type operator()(_URNG& __g)
3739 {return (*this)(__g, __p_);}
3740 …template<class _URNG> _LIBCPP_INLINE_VISIBILITY result_type operator()(_URNG& __g, const param_typ…
3772 uniform_real_distribution<_RealType>::operator()(_URNG& __g, const param_type& __p)
3775 * _VSTD::generate_canonical<_RealType, numeric_limits<_RealType>::digits>(__g)
3854 result_type operator()(_URNG& __g)
3855 {return (*this)(__g, __p_);}
[all …]
Dlocale376 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end,
388 unsigned* __g, unsigned*& __g_end, _CharT* __atoms);
392 const string& __grouping, unsigned* __g,
424 unsigned* __g, unsigned*& __g_end, _CharT* __atoms)
434 if (__g_end-__g < __num_get_buf_sz)
471 unsigned* __g, unsigned*& __g_end, unsigned& __dc, _CharT* __atoms)
479 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
487 if (__g_end-__g < __num_get_buf_sz)
515 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
867 unsigned __g[__num_get_base::__num_get_buf_sz];
[all …]
Dalgorithm2413 const difference_type __g = _VSTD::__algo_gcd(__m1, __m2);
2414 for (_RandomAccessIterator __p = __first + __g; __p != __first;)
2981 template<class _URNG> result_type operator()(_URNG& __g)
2982 {return (*this)(__g, __p_);}
2983 template<class _URNG> result_type operator()(_URNG& __g, const param_type& __p);
3006 uniform_int_distribution<_IntType>::operator()(_URNG& __g, const param_type& __p)
3016 return static_cast<result_type>(_Eng(__g, _Dt)());
3020 _Eng __e(__g, __w);
3068 __rs_default __g = __rs_get();
3071 difference_type __i = __uid(__g, _Pp(0, __d));
[all …]
D__locale269 size_t __g = __h & __mask;
270 __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.cpp4378 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument
4383 reverse(__g, __g_end); in __check_grouping()
4386 for (unsigned* __r = __g; __r < __g_end-1; ++__r) in __check_grouping()