Home
last modified time | relevance | path

Searched refs:forward_type (Results 1 – 25 of 104) sorted by relevance

12345

/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dgradient.cc276 const Type& forward_type, in LiftTensor() argument
280 if (forward_type.as<TensorTypeNode>()) { in LiftTensor()
282 ret->checked_type_ = tf(forward_type); in LiftTensor()
308 void TransferGrads(const Type& forward_type, in TransferGrads() argument
314 if (forward_type.as<TensorTypeNode>()) { in TransferGrads()
336 auto rev_type = [&](const Type& forward_type) { in GetRev() argument
337 return ReverseType(forward_type); in GetRev()
347 auto val_type = [&](const Type& forward_type) { in GetValue() argument
348 return forward_type; in GetValue()
358 auto grad_type = [&](const Type& forward_type) { in GetGrad() argument
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dgradient.cc276 const Type& forward_type, in LiftTensor() argument
280 if (forward_type.as<TensorTypeNode>()) { in LiftTensor()
282 ret->checked_type_ = tf(forward_type); in LiftTensor()
308 void TransferGrads(const Type& forward_type, in TransferGrads() argument
314 if (forward_type.as<TensorTypeNode>()) { in TransferGrads()
336 auto rev_type = [&](const Type& forward_type) { in GetRev() argument
337 return ReverseType(forward_type); in GetRev()
347 auto val_type = [&](const Type& forward_type) { in GetValue() argument
348 return forward_type; in GetValue()
358 auto grad_type = [&](const Type& forward_type) { in GetGrad() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lib.sh30 local forward_type=$1; shift
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
51 local forward_type=$1; shift
61 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
H A Dmirror_vlan.sh61 local forward_type=$1; shift
67 test_span_dir "$h3.555" "$direction" "$forward_type" "$backward_type"
82 local forward_type=$1; shift
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lib.sh30 local forward_type=$1; shift
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
51 local forward_type=$1; shift
61 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
H A Dmirror_vlan.sh61 local forward_type=$1; shift
67 test_span_dir "$h3.555" "$direction" "$forward_type" "$backward_type"
82 local forward_type=$1; shift
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lib.sh30 local forward_type=$1; shift
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
51 local forward_type=$1; shift
61 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
H A Dmirror_vlan.sh61 local forward_type=$1; shift
67 test_span_dir "$h3.555" "$direction" "$forward_type" "$backward_type"
82 local forward_type=$1; shift
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dgradient.cc368 if (forward_type.as<TensorTypeNode>()) { in LiftTensor()
370 ret->checked_type_ = tf(forward_type); in LiftTensor()
372 } else if (auto* tt = forward_type.as<TupleTypeNode>()) { in LiftTensor()
395 if (forward_type.as<TensorTypeNode>()) { in TransferGrads()
399 } else if (auto* tt = forward_type.as<TupleTypeNode>()) { in TransferGrads()
414 auto rev_type = [&](const Type& forward_type) { return ReverseType(forward_type); }; in GetRev() argument
415 return LiftTensor(rev, rev_type, forward_type, e, ll); in GetRev()
421 auto val_type = [&](const Type& forward_type) { return forward_type; }; in GetValue() argument
422 return LiftTensor(val, val_type, forward_type, e, ll); in GetValue()
428 auto grad_type = [&](const Type& forward_type) { return forward_type; }; in GetGrad() argument
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/move/detail/
H A Dfwd_macros.hpp433 #define BOOST_MOVE_FWD_T1 typename ::pdalboost::move_detail::forward_type<P0>::t…
434 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::pdalboost::move_detail::forward_type<P1>::t…
435 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::pdalboost::move_detail::forward_type<P2>::t…
436 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::pdalboost::move_detail::forward_type<P3>::t…
437 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::pdalboost::move_detail::forward_type<P4>::t…
438 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::pdalboost::move_detail::forward_type<P5>::t…
439 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::pdalboost::move_detail::forward_type<P6>::t…
440 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::pdalboost::move_detail::forward_type<P7>::t…
441 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::pdalboost::move_detail::forward_type<P8>::t…
445 #define BOOST_MOVE_FWD_TQ1 typename ::pdalboost::move_detail::forward_type<Q0>:…
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/move/detail/
H A Dfwd_macros.hpp433 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
434 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
435 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
436 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
437 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
438 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
439 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
440 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
441 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
445 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/move/detail/
H A Dfwd_macros.hpp433 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
434 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
435 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
436 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
437 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
438 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
439 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
440 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
441 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
445 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/move/
H A Dtraits.hpp61 template< class T> struct forward_type { typedef T type; }; argument
64 struct forward_type
68 struct forward_type< boost::rv<T> >
/dports/devel/boost-docs/boost_1_72_0/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/move/detail/
H A Dfwd_macros.hpp524 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
525 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
526 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
527 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
528 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
529 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
530 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
531 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
532 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
536 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/move/detail/
H A Dfwd_macros.hpp524 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
525 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
526 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
527 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
528 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
529 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
530 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
531 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
532 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
536 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/move/detail/
H A Dfwd_macros.hpp524 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
525 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
526 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
527 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
528 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
529 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
530 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
531 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
532 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
536 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/move/detail/
H A Dfwd_macros.hpp524 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
525 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
526 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
527 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
528 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
529 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
530 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
531 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
532 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
536 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/move/detail/
H A Dfwd_macros.hpp487 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
488 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
489 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
490 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
491 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
492 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
493 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
494 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
495 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
499 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/move/detail/
H A Dfwd_macros.hpp512 #define BOOST_MOVE_FWD_T1 typename ::boost::move_detail::forward_type<P0>::type
513 #define BOOST_MOVE_FWD_T2 BOOST_MOVE_FWD_T1, typename ::boost::move_detail::forward_type<P1>::type
514 #define BOOST_MOVE_FWD_T3 BOOST_MOVE_FWD_T2, typename ::boost::move_detail::forward_type<P2>::type
515 #define BOOST_MOVE_FWD_T4 BOOST_MOVE_FWD_T3, typename ::boost::move_detail::forward_type<P3>::type
516 #define BOOST_MOVE_FWD_T5 BOOST_MOVE_FWD_T4, typename ::boost::move_detail::forward_type<P4>::type
517 #define BOOST_MOVE_FWD_T6 BOOST_MOVE_FWD_T5, typename ::boost::move_detail::forward_type<P5>::type
518 #define BOOST_MOVE_FWD_T7 BOOST_MOVE_FWD_T6, typename ::boost::move_detail::forward_type<P6>::type
519 #define BOOST_MOVE_FWD_T8 BOOST_MOVE_FWD_T7, typename ::boost::move_detail::forward_type<P7>::type
520 #define BOOST_MOVE_FWD_T9 BOOST_MOVE_FWD_T8, typename ::boost::move_detail::forward_type<P8>::type
524 #define BOOST_MOVE_FWD_TQ1 typename ::boost::move_detail::forward_type<Q0>::type
[all …]

12345