Home
last modified time | relevance | path

Searched defs:__g (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dsample.h38 _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 Dshuffle.h107 __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 Duniform_random_bit_generator_adaptor.h50 constexpr explicit _ClassicGenAdaptor(_Gen& __g) : __gen_(__g) {} in _ClassicGenAdaptor()
H A Drotate.h120 const difference_type __g = _VSTD::__algo_gcd(__m1, __m2); in __rotate_gcd() local
/openbsd-src/gnu/gcc/libstdc++-v3/config/cpu/ia64/
H A Datomic_word.h42 __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 Dgenerate_canonical.h31 generate_canonical(_URNG& __g) in generate_canonical()
H A Dpoisson_distribution.h174 double __g = __pr.__mean_ + __pr.__s_ * normal_distribution<double>()(__urng); in operator() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dgslice.h100 gslice::gslice(const gslice& __g) : _M_index(__g._M_index) in gslice()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dgslice.h147 gslice::gslice(const gslice& __g) : _M_index(__g._M_index) in gslice()
H A Dvalarray_array.tcc184 size_t* __g (__f._M_data); in __valarray_copy() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Davxintrin.h3706 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 Drandom.tcc118 seed(_Gen& __g, false_type) in seed()
/openbsd-src/gnu/llvm/libcxx/src/
H A Dlocale.cpp4796 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping()