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

1 2 3 4 56 7 8

  /external/eigen/Eigen/src/Core/
Functors.h 52 typedef typename scalar_product_traits<LhsScalar,RhsScalar>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_product_op
54 EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a * b; }
59 EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const
81 typedef typename scalar_product_traits<LhsScalar,RhsScalar>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_conj_product_op
84 EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const
152 // typedef typename NumTraits<Scalar>::Real result_type;
213 typedef typename scalar_product_traits<LhsScalar,RhsScalar>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_quotient_op
215 EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a / b; }
331 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_abs_op
332 EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a) const { using std::abs; return abs(a);
353 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_abs2_op
391 typedef NewType result_type; typedef in struct:Eigen::internal::scalar_cast_op
406 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_real_op
421 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_imag_op
436 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_real_ref_op
451 typedef typename NumTraits<Scalar>::Real result_type; typedef in struct:Eigen::internal::scalar_imag_ref_op
520 typedef typename scalar_product_traits<Scalar1,Scalar2>::ReturnType result_type; typedef in struct:Eigen::internal::scalar_multiple2_op
    [all...]
VectorwiseOp.h 40 typedef typename MemberOp::result_type Scalar;
109 typedef ResultType result_type; \
138 >::type result_type; typedef in struct:Eigen::internal::member_redux
143 inline result_type operator()(const DenseBase<Derived>& mat) const
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 116 typedef typename _Operation::result_type result_type; typedef in struct:__unary_fun_aux
123 typedef typename _Operation::result_type result_type; typedef in struct:__binary_fun_aux
190 typename __BINARY_ARG(_Operation, result_type) > {
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
195 typedef typename _Base::result_type result_type; typedef in class:binder1st
208 result_type operator()(_ConstArgParamType __x) const
211 result_type operator()(_ArgParamType __x) cons
230 typedef typename _Base::result_type result_type; typedef in class:binder2nd
268 typedef typename _Base::result_type result_type; typedef in class:unary_compose
297 typedef typename _Base::result_type result_type; typedef in class:binary_compose
342 typedef _Result result_type; typedef in struct:_Constant_void_fun
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 69 typedef typename F::result_type type;
74 typedef typename F::result_type type;
1714 typedef typename bind_t<R, F, L>::result_type result_type; typedef in struct:boost::_bi::dm_result
1730 typedef typename _bi::dm_result< M T::*, A1 >::type result_type; typedef
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 311 typedef proxy result_type; typedef in struct:boost::detail::operator_arrow_dispatch
312 static result_type apply(Reference const & x)
314 return result_type(x);
321 typedef Pointer result_type; typedef in struct:boost::detail::operator_arrow_dispatch
322 static result_type apply(T& x)
333 typedef int result_type; typedef in struct:boost::detail::operator_arrow_dispatch
432 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \
437 prefix typename mpl::apply2<result_type,Derived1,Derived2>::type \
442 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \
449 , typename mpl::apply2<result_type,Derived1,Derived2>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 341 typedef _Tp result_type; typedef in struct:__fun
348 typedef bool result_type; typedef in struct:__fun
354 typedef bool result_type; typedef in struct:__fun
360 typedef bool result_type; typedef in struct:__fun
366 typedef bool result_type; typedef in struct:__fun
372 typedef bool result_type; typedef in struct:__fun
378 typedef bool result_type; typedef in struct:__fun
384 typedef bool result_type; typedef in struct:__fun
390 typedef bool result_type; typedef in struct:__fun
396 typedef bool result_type; typedef in struct:__fun
    [all...]
hashtable_policy.h 341 typedef std::size_t result_type; typedef in struct:__detail::_Mod_range_hashing
343 result_type
    [all...]
random.h 250 typedef _UIntType result_type;
253 static constexpr result_type multiplier = __a;
255 static constexpr result_type increment = __c;
257 static constexpr result_type modulus = __m;
258 static constexpr result_type default_seed = 1u;
268 linear_congruential_engine(result_type __s = default_seed)
291 seed(result_type __s = default_seed);
310 static constexpr result_type
317 static constexpr result_type
334 result_type
3137 typedef _RealType result_type; typedef in class:fisher_f_distribution
3361 typedef _RealType result_type; typedef in class:student_t_distribution
3576 typedef bool result_type; typedef in class:bernoulli_distribution
3784 typedef _IntType result_type; typedef in class:binomial_distribution
4015 typedef _IntType result_type; typedef in class:geometric_distribution
4215 typedef _IntType result_type; typedef in class:negative_binomial_distribution
4437 typedef _IntType result_type; typedef in class:poisson_distribution
4653 typedef _RealType result_type; typedef in class:exponential_distribution
4855 typedef _RealType result_type; typedef in class:weibull_distribution
5058 typedef _RealType result_type; typedef in class:extreme_value_distribution
5258 typedef _IntType result_type; typedef in class:discrete_distribution
5488 typedef _RealType result_type; typedef in class:piecewise_constant_distribution
5755 typedef _RealType result_type; typedef in class:piecewise_linear_distribution
6030 typedef uint_least32_t result_type; typedef in class:seed_seq
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 365 typedef std::size_t result_type; typedef in struct:tr1::__detail::_Mod_range_hashing
367 result_type
shared_ptr.h 283 typedef void result_type; typedef in struct:tr1::_Sp_deleter
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 341 typedef _Tp result_type; typedef in struct:__fun
348 typedef bool result_type; typedef in struct:__fun
354 typedef bool result_type; typedef in struct:__fun
360 typedef bool result_type; typedef in struct:__fun
366 typedef bool result_type; typedef in struct:__fun
372 typedef bool result_type; typedef in struct:__fun
378 typedef bool result_type; typedef in struct:__fun
384 typedef bool result_type; typedef in struct:__fun
390 typedef bool result_type; typedef in struct:__fun
396 typedef bool result_type; typedef in struct:__fun
    [all...]
hashtable_policy.h 341 typedef std::size_t result_type; typedef in struct:__detail::_Mod_range_hashing
343 result_type
    [all...]
random.h 250 typedef _UIntType result_type;
253 static constexpr result_type multiplier = __a;
255 static constexpr result_type increment = __c;
257 static constexpr result_type modulus = __m;
258 static constexpr result_type default_seed = 1u;
268 linear_congruential_engine(result_type __s = default_seed)
291 seed(result_type __s = default_seed);
310 static constexpr result_type
317 static constexpr result_type
334 result_type
3137 typedef _RealType result_type; typedef in class:fisher_f_distribution
3361 typedef _RealType result_type; typedef in class:student_t_distribution
3576 typedef bool result_type; typedef in class:bernoulli_distribution
3784 typedef _IntType result_type; typedef in class:binomial_distribution
4015 typedef _IntType result_type; typedef in class:geometric_distribution
4215 typedef _IntType result_type; typedef in class:negative_binomial_distribution
4437 typedef _IntType result_type; typedef in class:poisson_distribution
4653 typedef _RealType result_type; typedef in class:exponential_distribution
4855 typedef _RealType result_type; typedef in class:weibull_distribution
5058 typedef _RealType result_type; typedef in class:extreme_value_distribution
5258 typedef _IntType result_type; typedef in class:discrete_distribution
5488 typedef _RealType result_type; typedef in class:piecewise_constant_distribution
5755 typedef _RealType result_type; typedef in class:piecewise_linear_distribution
6030 typedef uint_least32_t result_type; typedef in class:seed_seq
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 365 typedef std::size_t result_type; typedef in struct:tr1::__detail::_Mod_range_hashing
367 result_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 341 typedef _Tp result_type; typedef in struct:__fun
348 typedef bool result_type; typedef in struct:__fun
354 typedef bool result_type; typedef in struct:__fun
360 typedef bool result_type; typedef in struct:__fun
366 typedef bool result_type; typedef in struct:__fun
372 typedef bool result_type; typedef in struct:__fun
378 typedef bool result_type; typedef in struct:__fun
384 typedef bool result_type; typedef in struct:__fun
390 typedef bool result_type; typedef in struct:__fun
396 typedef bool result_type; typedef in struct:__fun
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 365 typedef std::size_t result_type; typedef in struct:tr1::__detail::_Mod_range_hashing
367 result_type
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_before.h 341 typedef _Tp result_type; typedef in struct:__fun
348 typedef bool result_type; typedef in struct:__fun
354 typedef bool result_type; typedef in struct:__fun
360 typedef bool result_type; typedef in struct:__fun
366 typedef bool result_type; typedef in struct:__fun
372 typedef bool result_type; typedef in struct:__fun
378 typedef bool result_type; typedef in struct:__fun
384 typedef bool result_type; typedef in struct:__fun
390 typedef bool result_type; typedef in struct:__fun
396 typedef bool result_type; typedef in struct:__fun
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h 365 typedef std::size_t result_type; typedef in struct:tr1::__detail::_Mod_range_hashing
367 result_type
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 116 typedef typename _Operation::result_type result_type; typedef in struct:__unary_fun_aux
123 typedef typename _Operation::result_type result_type; typedef in struct:__binary_fun_aux
190 typename __BINARY_ARG(_Operation, result_type) > {
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
195 typedef typename _Base::result_type result_type; typedef in class:binder1st
208 result_type operator()(_ConstArgParamType __x) const
211 result_type operator()(_ArgParamType __x) cons
230 typedef typename _Base::result_type result_type; typedef in class:binder2nd
268 typedef typename _Base::result_type result_type; typedef in class:unary_compose
297 typedef typename _Base::result_type result_type; typedef in class:binary_compose
342 typedef _Result result_type; typedef in struct:_Constant_void_fun
    [all...]
  /system/connectivity/shill/
connection_diagnostics.cc 289 Result result_type; local
291 result_type = kResultSuccess;
293 result_type = kResultTimeout;
295 result_type = kResultFailure;
301 result_type);
303 ReportResultAndStop(result_type == kResultSuccess ? kIssueNone
308 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndDNS, result_type);
329 result_type);
706 Result result_type = local
712 AddEventWithMessage(ping_event_type, kPhaseEnd, result_type, message)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 103 qcamera_api_result_type_t result_type; // result type member in struct:qcamera::__anon4646
105 int enabled; // result_type == QCAMERA_API_RESULT_TYPE_ENABLE_FLAG
106 char *params; // result_type == QCAMERA_API_RESULT_TYPE_PARAMS
107 int handle; // result_type ==QCAMERA_API_RESULT_TYPE_HANDLE
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 65 typedef _Result result_type; typedef in struct:cv::cudev::unary_function
72 typedef _Result result_type; typedef in struct:cv::cudev::binary_function
635 typename atan2_func<T>::result_type angle = f(y, x);
770 template <class Predicate> struct UnaryNegate : unary_function<typename Predicate::argument_type, typename Predicate::result_type>
774 __device__ __forceinline__ typename Predicate::result_type operator ()(
789 template <class Predicate> struct BinaryNegate : binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_type, typename Predicate::result_type>
793 __device__ __forceinline__ typename Predicate::result_type operator ()(
809 template <class Op> struct Binder1st : unary_function<typename Op::second_argument_type, typename Op::result_type>
814 __device__ __forceinline__ typename Op::result_type operator ()(
830 template <class Op> struct Binder2nd : unary_function<typename Op::first_argument_type, typename Op::result_type>
    [all...]
  /external/v8/src/
types.cc 741 Type* result_type = UnionType::New(size, zone); local
742 UnionType* result = result_type->AsUnion();
762 return NormalizeUnion(result_type, size, zone);
939 Type* result_type = UnionType::New(size, zone); local
940 UnionType* result = result_type->AsUnion();
968 return NormalizeUnion(result_type, size, zone);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 572 typedef typename detail::append_N<reduced_list, default_policy, (14 - ::boost::mpl::size<reduced_list>::value)>::type result_type; typedef in struct:boost::math::policies::normalise
575 typename mpl::at<result_type, mpl::int_<0> >::type,
576 typename mpl::at<result_type, mpl::int_<1> >::type,
577 typename mpl::at<result_type, mpl::int_<2> >::type,
578 typename mpl::at<result_type, mpl::int_<3> >::type,
579 typename mpl::at<result_type, mpl::int_<4> >::type,
580 typename mpl::at<result_type, mpl::int_<5> >::type,
581 typename mpl::at<result_type, mpl::int_<6> >::type,
582 typename mpl::at<result_type, mpl::int_<7> >::type,
583 typename mpl::at<result_type, mpl::int_<8> >::type
632 typedef typename normalise<policy<>, A1>::type result_type; typedef
639 typedef typename normalise<policy<>, A1, A2>::type result_type; typedef
646 typedef typename normalise<policy<>, A1, A2, A3>::type result_type; typedef
653 typedef typename normalise<policy<>, A1, A2, A3, A4>::type result_type; typedef
660 typedef typename normalise<policy<>, A1, A2, A3, A4, A5>::type result_type; typedef
667 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6>::type result_type; typedef
674 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7>::type result_type; typedef
681 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8>::type result_type; typedef
688 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9>::type result_type; typedef
695 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>::type result_type; typedef
702 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>::type result_type; typedef
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 454 ,BOOST_DEDUCED_TYPENAME Traits::result_type
462 typedef typename Traits::result_type result_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
464 static result_type low_level_convert ( argument_type s ) { return s ; }
466 static result_type convert ( argument_type s ) { return s ; }
475 ,BOOST_DEDUCED_TYPENAME Traits::result_type
489 typedef typename Traits::result_type result_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
491 static result_type convert ( argument_type s )
505 ,BOOST_DEDUCED_TYPENAME Traits::result_type
517 typedef typename Traits::result_type result_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]

Completed in 898 milliseconds

1 2 3 4 56 7 8