Searched defs:__g (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | sample.h | 38 _UniformRandomNumberGenerator& __g, in __sample() 60 _UniformRandomNumberGenerator& __g, in __sample() 79 _Distance __n, _UniformRandomNumberGenerator& __g) { in __sample() 97 _Distance __n, _UniformRandomNumberGenerator&& __g) { in sample()
|
H A D | shuffle.h | 107 __rs_default __g = __rs_get(); in random_shuffle() local 142 _RandomAccessIterator __first, _Sentinel __last_sentinel, _UniformRandomNumberGenerator&& __g) { in __shuffle() 166 …_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&& __g) { in shuffle()
|
H A D | uniform_random_bit_generator_adaptor.h | 50 constexpr explicit _ClassicGenAdaptor(_Gen& __g) : __gen_(__g) {} in _ClassicGenAdaptor()
|
H A D | rotate.h | 120 const difference_type __g = _VSTD::__algo_gcd(__m1, __m2); in __rotate_gcd() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/cpu/ia64/ |
H A D | atomic_word.h | 42 __test_and_acquire (__cxxabiv1::__guard *__g) in __test_and_acquire() 55 __set_and_release (__cxxabiv1::__guard *__g) in __set_and_release()
|
/openbsd-src/gnu/llvm/libcxx/include/__random/ |
H A D | generate_canonical.h | 31 generate_canonical(_URNG& __g) in generate_canonical()
|
H A D | poisson_distribution.h | 174 double __g = __pr.__mean_ + __pr.__s_ * normal_distribution<double>()(__urng); in operator() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | gslice.h | 100 gslice::gslice(const gslice& __g) : _M_index(__g._M_index) in gslice()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | gslice.h | 147 gslice::gslice(const gslice& __g) : _M_index(__g._M_index) in gslice()
|
H A D | valarray_array.tcc | 184 size_t* __g (__f._M_data); in __valarray_copy() local
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | avxintrin.h | 3706 float __e, float __f, float __g, float __h) in _mm256_set_ps() 3973 float __e, float __f, float __g, float __h) in _mm256_setr_ps()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 118 seed(_Gen& __g, false_type) in seed()
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 4796 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping()
|