Home
last modified time | relevance | path

Searched refs:__g (Results 1 – 7 of 7) 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 …]
Dlocale369 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end,
382 const string& __grouping, unsigned* __g,
388 unsigned* __g, unsigned*& __g_end, _CharT* __atoms);
407 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms);
457 unsigned* __g, unsigned*& __g_end, _CharT* __atoms)
461 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms)
473 if (__g_end-__g < __num_get_buf_sz)
510 unsigned* __g, unsigned*& __g_end, unsigned& __dc, _CharT* __atoms)
518 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
526 if (__g_end-__g < __num_get_buf_sz)
[all …]
Dalgorithm2327 const difference_type __g = _VSTD::__algo_gcd(__m1, __m2);
2328 for (_RandomAccessIterator __p = __first + __g; __p != __first;)
2902 template<class _URNG> result_type operator()(_URNG& __g)
2903 {return (*this)(__g, __p_);}
2904 template<class _URNG> result_type operator()(_URNG& __g, const param_type& __p);
2927 uniform_int_distribution<_IntType>::operator()(_URNG& __g, const param_type& __p)
2938 return static_cast<result_type>(_Eng(__g, _Dt)());
2942 _Eng __e(__g, __w);
2992 __rs_default __g = __rs_get();
2995 difference_type __i = __uid(__g, _Pp(0, __d));
[all …]
D__locale313 size_t __g = __h & __mask;
314 __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/include/experimental/
Dsimd1389 void __generator_init(_Generator&& __g, std::index_sequence<__indicies...>) {
1391 __g(std::integral_constant<size_t, __indicies>()),
1423 explicit simd(_Generator&& __g) {
1424 __generator_init(std::forward<_Generator>(__g),
/external/libcxx/src/
Dlocale.cpp4390 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument
4395 reverse(__g, __g_end); in __check_grouping()
4398 for (unsigned* __r = __g; __r < __g_end-1; ++__r) in __check_grouping()