Searched refs:result_type (Results 1 - 25 of 243) sorted by relevance

12345678910

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
H A Dtypes.pass.cpp14 // typedef bool result_type;
23 typedef D::result_type result_type; typedef
24 static_assert((std::is_same<result_type, bool>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
H A Dtypes.pass.cpp15 // typedef IntType result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
H A Dtypes.pass.cpp15 // typedef IntType result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, int>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, int>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, int>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
26 assert(m == std::numeric_limits<D::result_type>::infinity());
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, int>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, unsigned long long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
H A Dtypes.pass.cpp17 // typedef RealType result_type;
26 typedef D::result_type result_type; typedef
27 static_assert((std::is_same<result_type, double>::value), "");
31 typedef D::result_type result_type; typedef
32 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, int>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, double>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dtypes.pass.cpp15 // typedef bool result_type;
24 typedef D::result_type result_type; typedef
25 static_assert((std::is_same<result_type, double>::value), "");
29 typedef D::result_type result_type; typedef
30 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dresult_type.pass.cpp17 // typedef UIntType result_type;
27 typedef UIntType result_type; typedef in class:rand1
30 result_type x_;
37 static const result_type _Min = Min;
38 static const result_type _Max = Max;
41 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 explicit rand1(result_type sd = Min) : x_(sd)
52 result_type operator()()
54 result_type
[all...]
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dresult_type.pass.cpp17 // typedef typename Engine::result_type result_type;
27 typedef UIntType result_type; typedef in class:rand1
30 result_type x_;
37 static const result_type _Min = Min;
38 static const result_type _Max = Max;
41 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 explicit rand1(result_type sd = Min) : x_(sd)
52 result_type operato
[all...]
/external/opencv3/modules/cudev/include/opencv2/cudev/block/
H A Dvec_distance.hpp64 typedef uint result_type; typedef in struct:cv::cudev::NormL1
66 result_type mySum;
75 __device__ __forceinline__ void reduceWarp(result_type* smem, uint tid)
77 warpReduce(smem, mySum, tid, plus<result_type>());
80 template <int THREAD_DIM> __device__ __forceinline__ void reduceBlock(result_type* smem, uint tid)
82 blockReduce<THREAD_DIM>(smem, mySum, tid, plus<result_type>());
85 __device__ __forceinline__ operator result_type() const
93 typedef float result_type; typedef in struct:cv::cudev::NormL1
95 result_type mySum;
104 __device__ __forceinline__ void reduceWarp(result_type* sme
125 typedef float result_type; typedef in struct:cv::cudev::NormL2
158 typedef int result_type; typedef in struct:cv::cudev::NormHamming
[all...]
/external/libcxx/test/std/depr/depr.lib.binders/
H A Dtest_func.h19 typedef long double result_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const

Completed in 699 milliseconds

12345678910