HomeSort by relevance Sort by last modified time
    Searched refs:result_type (Results 26 - 50 of 274) sorted by null

12 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
eval.pass.cpp 15 // template<class _URNG> result_type operator()(_URNG& g);
38 std::vector<D::result_type> u;
41 D::result_type v = d(g);
45 D::result_type mean = std::accumulate(u.begin(), u.end(),
46 D::result_type(0)) / u.size();
47 D::result_type var = 0;
48 D::result_type skew = 0;
49 D::result_type kurtosis = 0;
52 D::result_type d = (u[i] - mean);
53 D::result_type d2 = sqr(d)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/
weak_result.pass.cpp 34 typedef float result_type; typedef in class:functor3
52 template <class U> static char test(typename U::result_type* = 0);
59 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type,
61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
63 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type,
65 static_assert((std::is_same<std::reference_wrapper<void()>::result_type,
67 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type,
69 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type,
71 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::result_type,
73 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::result_type,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 15 // result_type operator()();
25 typedef UIntType result_type; typedef in class:rand1
28 result_type x_;
35 static const result_type _Min = Min;
36 static const result_type _Max = Max;
39 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
42 explicit rand1(result_type sd = Min) : x_(sd)
48 result_type operator()()
50 result_type r = x_
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.device/
eval.pass.cpp 14 // result_type operator()();
22 std::random_device::result_type e = r();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.util/rand.util.seedseq/
types.pass.cpp 16 // typedef uint_least32_t result_type;
23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.tas/
types.pass.cpp 16 // typedef R result_type;
25 static_assert((std::is_same<std::packaged_task<A(int, char)>::result_type, A>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 17 // typedef typename Engine::result_type result_type;
26 std::ranlux24::result_type,
34 std::ranlux48::result_type,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 19 // typedef UIntType result_type;
28 std::mt19937::result_type,
36 std::mt19937_64::result_type,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 17 // typedef UIntType result_type;
26 std::ranlux24_base::result_type,
34 std::ranlux48_base::result_type,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.ibits/
eval.pass.cpp 15 // result_type operator()();
25 typedef UIntType result_type; typedef in class:rand1
28 result_type x_;
35 static const result_type _Min = Min;
36 static const result_type _Max = Max;
39 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
42 explicit rand1(result_type sd = Min) : x_(sd)
48 result_type operator()()
50 result_type r = x_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.function.objects/depr.base/
unary_function.pass.cpp 16 // typedef Result result_type;
25 static_assert((std::is_same<std::unary_function<unsigned, char>::result_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
max.pass.cpp 15 // result_type max() const;
25 D::result_type m = d.max();

Completed in 497 milliseconds

12 3 4 5 6 7 8 91011