HomeSort by relevance Sort by last modified time
    Searched defs:result_type (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 17 // static constexpr result_type multiplier = a;
18 // static constexpr result_type increment = c;
19 // static constexpr result_type modulus = m;
20 // static constexpr result_type min() { return c == 0u ? 1u: 0u;}
21 // static constexpr result_type max() { return m - 1u;}
22 // static constexpr result_type default_seed = 1u;
36 typedef typename LCE::result_type result_type; typedef
41 /*static_*/assert((LCE::max() == result_type(m - 1u))/*, ""*/);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
default.pass.cpp 25 typedef typename LCE::result_type result_type; typedef
values.pass.cpp 17 // static constexpr result_type multiplier = a;
18 // static constexpr result_type increment = c;
19 // static constexpr result_type modulus = m;
20 // static constexpr result_type min() { return c == 0u ? 1u: 0u;}
21 // static constexpr result_type max() { return m - 1u;}
22 // static constexpr result_type default_seed = 1u;
36 typedef typename LCE::result_type result_type; typedef
41 /*static_*/assert((LCE::max() == result_type(m - 1u))/*, ""*/);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp 42 typedef predicate_result result_type; typedef in class:boost::test_tools::output_test_stream
53 result_type is_empty( bool flush_stream = true );
54 result_type check_length( std::size_t length, bool flush_stream = true );
55 result_type is_equal( const_string arg_, bool flush_stream = true );
56 result_type match_pattern( bool flush_stream = true );
  /external/opencv3/modules/cudev/include/opencv2/cudev/block/
vec_distance.hpp 64 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* smem, uint tid
125 typedef float result_type; typedef in struct:cv::cudev::NormL2
158 typedef int result_type; typedef in struct:cv::cudev::NormHamming
    [all...]
  /art/compiler/optimizing/
nodes_arm64.cc 39 Primitive::Type result_type = instruction->AsTypeConversion()->GetResultType(); local
41 int result_size = Primitive::ComponentSize(result_type);
46 if (result_type == Primitive::kPrimInt && input_type == Primitive::kPrimLong) {
52 } else if (result_type == Primitive::kPrimChar ||
  /external/libcxx/test/std/depr/depr.lib.binders/
test_func.h 19 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
  /external/libcxx/test/std/utilities/function.objects/refwrap/
binary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
unary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
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++/libcxx/test/depr/depr.lib.binders/
test_func.h 19 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
binary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
unary.pass.cpp 34 typedef float result_type; typedef in class:functor3
47 typedef int result_type; typedef in struct:C
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/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_template.hpp 15 typedef typename result_traits<R, F>::type result_type; typedef
17 result_type operator()()
20 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
23 result_type operator()() const
26 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
29 template<class A1> result_type operator()(A1 & a1)
32 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
35 template<class A1> result_type operator()(A1 & a1) const
38 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0);
44 template<class A1> result_type operator()(A1 const & a1
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
checked_delete.hpp 46 typedef void result_type; typedef in struct:boost::checked_deleter
58 typedef void result_type; typedef in struct:boost::checked_array_deleter
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 28 typedef typename base_::result_type result_type; typedef in struct:boost::numeric::conversion_traits
converter.hpp 39 typedef typename Traits::result_type result_type ; typedef in struct:boost::numeric::converter
41 result_type operator() ( argument_type s ) const { return this->convert(s) ; }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
108 static const int result_type[] = local
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
tuple_adapter.hpp 59 typedef typename Op::result_type result_type; typedef in struct:cv::cudev::UnaryTupleAdapter
64 __device__ __forceinline__ typename Op::result_type operator ()(const Tuple& t) const
80 typedef typename Op::result_type result_type; typedef in struct:cv::cudev::BinaryTupleAdapter
85 __device__ __forceinline__ typename Op::result_type operator ()(const Tuple& t) const
  /external/parameter-framework/asio-1.10.6/include/asio/
completion_condition.hpp 45 typedef std::size_t result_type; typedef in class:asio::detail::transfer_all_t
57 typedef std::size_t result_type; typedef in class:asio::detail::transfer_at_least_t
78 typedef std::size_t result_type; typedef in class:asio::detail::transfer_exactly_t
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
wrapped_handler.hpp 48 typedef void result_type; typedef in class:asio::detail::wrapped_handler
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
formatter.hpp 37 typedef iterator_range<format_iterator> result_type; typedef in struct:boost::algorithm::detail::const_formatF
47 result_type& operator()(const Range2T&)
54 const result_type& operator()(const Range2T&) const
60 result_type m_Format;

Completed in 984 milliseconds

1 23 4 5 6 7 8