HomeSort by relevance Sort by last modified time
    Searched refs:is_same (Results 276 - 300 of 1584) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
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/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
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/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, int>::value), "");
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/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
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/
types.pass.cpp 25 static_assert((std::is_same<result_type, double>::value), "");
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/
types.pass.cpp 25 static_assert((std::is_same<result_type, double>::value), "");
30 static_assert((std::is_same<result_type, float>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 27 static_assert((std::is_same<
35 static_assert((std::is_same<
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 25 static_assert((std::is_same<
33 static_assert((std::is_same<
  /external/libcxx/test/std/utilities/function.objects/negators/
unary_negate.pass.cpp 22 static_assert((std::is_same<F::argument_type, int>::value), "" );
23 static_assert((std::is_same<F::result_type, bool>::value), "" );
  /external/libcxx/test/std/utilities/memory/pointer.traits/
pointer.pass.cpp 30 static_assert((std::is_same<std::pointer_traits<A>::pointer, A>::value), "");
31 static_assert((std::is_same<std::pointer_traits<int*>::pointer, int*>::value), "");
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
types.pass.cpp 28 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
30 static_assert((std::is_same<std::shared_ptr<A>::weak_type, std::weak_ptr<A>>::value), "");
  /external/libcxx/test/std/utilities/time/time.duration/
types.pass.cpp 25 static_assert((std::is_same<D::rep, long>::value), "");
26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_element.pass.cpp 31 static_assert((std::is_same<typename std::tuple_element<N, T>::type, U>::value), "");
32 static_assert((std::is_same<typename std::tuple_element<N, const T>::type, const U>::value), "");
33 static_assert((std::is_same<typename std::tuple_element<N, volatile T>::type, volatile U>::value), "");
34 static_assert((std::is_same<typename std::tuple_element<N, const volatile T>::type, const volatile U>::value), "");
36 static_assert((std::is_same<typename std::tuple_element_t<N, T>, U>::value), "");
37 static_assert((std::is_same<typename std::tuple_element_t<N, const T>, const U>::value), "");
38 static_assert((std::is_same<typename std::tuple_element_t<N, volatile T>, volatile U>::value), "");
39 static_assert((std::is_same<typename std::tuple_element_t<N, const volatile T>, const volatile U>::value), "");
  /external/libcxx/test/std/utilities/utility/declval/
declval.pass.cpp 28 static_assert((std::is_same<decltype(std::declval<A>()), A&&>::value), "");
30 static_assert((std::is_same<decltype(std::declval<A>()), A&>::value), "");

Completed in 2592 milliseconds

<<11121314151617181920>>