Lines Matching refs:value
23 constexpr static int value = 0; member
36 constexpr static bool value = false; member
42 constexpr static bool value = false; member
50 constexpr static bool value = false; member
56 constexpr static bool value = false; member
64 constexpr static vector_length_t value = 0; member
106 constexpr bool is_scalar() {return (!IsVector<DA>::value && in is_scalar()
107 !HasMatrixIndexing<DA>::value);} in is_scalar()
117 constexpr bool must_use_matrix_idx() {return (!IsVector<DA>::value && in must_use_matrix_idx()
118 HasMatrixIndexing<DA>::value);} in must_use_matrix_idx()
129 constexpr bool vector_idx_pair() {return (IsVector<DA>::value && in vector_idx_pair()
130 IsVector<DB>::value && in vector_idx_pair()
131 SameElementType<DA,DB>::value);} in vector_idx_pair()
141 constexpr static bool value = is_scalar<T>(); member
158 constexpr bool is_only_vector() {return (IsVector<DA>::value && in is_only_vector()
159 !HasMatrixIndexing<DA>::value);} in is_only_vector()
171 SameElementType<DA,DB>::value);} in must_use_matrix_idx_pair()
190 return ((StaticLength<DA>::value==0) ? StaticLength<DB>::value : StaticLength<DA>::value); in static_length()
212 return((StaticLength<DA>::value == 0) || /* Scalar or dynamic case */ in same_static_length()
213 (StaticLength<DB>::value == 0) || /* Scalar or dynamic case */ in same_static_length()
214 (StaticLength<DA>::value == StaticLength<DB>::value)); in same_static_length()
384 typename std::enable_if<IsVector<L>::value,bool>::type = true>
390 typename std::enable_if<!IsVector<L>::value && IsVector<R>::value,bool>::type = true>
396 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
402 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
408 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
414 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
423 IsVector<L>::value &&
424 IsVector<R>::value,bool>::type = true>
430 typename std::enable_if<IsVector<L>::value &&
438 IsVector<R>::value,bool>::type = true>
444 typename std::enable_if<HasMatrixIndexing<L>::value &&
445 HasMatrixIndexing<R>::value,bool>::type = true>
453 HasMatrixIndexing<R>::value,bool>::type = true>
460 typename std::enable_if<HasMatrixIndexing<L>::value &&
471 IsVector<L>::value &&
472 IsVector<R>::value,bool>::type = true>
481 IsVector<L>::value &&
482 IsVector<R>::value,bool>::type = true>
491 IsVector<L>::value &&
501 IsVector<L>::value &&
513 IsVector<R>::value,bool>::type = true>
523 IsVector<R>::value,bool>::type = true>
538 typename std::enable_if<HasMatrixIndexing<L>::value &&
539 HasMatrixIndexing<R>::value,bool>::type = true>
548 HasMatrixIndexing<L>::value &&
549 HasMatrixIndexing<R>::value,bool>::type = true>
557 typename std::enable_if<HasMatrixIndexing<L>::value &&
566 HasMatrixIndexing<L>::value &&
578 HasMatrixIndexing<R>::value,bool>::type = true>
587 HasMatrixIndexing<R>::value,bool>::type = true>
603 constexpr static int value = Complexity<DerivedOp>::value; member
615 constexpr static int lhsv = Complexity<LHS>::value;
616 constexpr static int rhsv = Complexity<RHS>::value;
617 constexpr static int value = lhsv + rhsv + 1; member
630 constexpr static bool value = IsVector<DerivedOp>::value; member
636 constexpr static bool value = HasMatrixIndexing<DerivedOp>::value; member
642 constexpr static bool value = member
643 (IsVector<LHS>::value && IsVector<RHS>::value) ||
644 (IsVector<LHS>::value && is_scalar<RHS>()) ||
645 (is_scalar<LHS>() && IsVector<RHS>::value);
651 constexpr static bool value = member
652 (HasMatrixIndexing<LHS>::value && HasMatrixIndexing<RHS>::value) ||
653 (HasMatrixIndexing<LHS>::value && is_scalar<RHS>()) ||
654 (is_scalar<LHS>() && HasMatrixIndexing<RHS>::value);
660 constexpr static bool value = IsDynamic<DerivedOp>::value; member
666 constexpr static bool value = IsDynamic<LHS>::value && IsDynamic<RHS>::value; member
672 constexpr static vector_length_t value = StaticLength<DerivedOp>::value; member
678 constexpr static vector_length_t value = static_length<LHS,RHS>(); member
742 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
748 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
754 typename std::enable_if<IsVector<L>::value ,bool>::type = true>
760 typename std::enable_if<HasMatrixIndexing<L>::value ,bool>::type = true>
771 IsVector<L>::value ,bool>::type = true>
779 IsVector<L>::value ,bool>::type = true>
793 typename std::enable_if<HasMatrixIndexing<L>::value ,bool>::type = true>
801 HasMatrixIndexing<L>::value ,bool>::type = true>
816 constexpr static int value = 1 + Complexity<LHS>::value; member
828 constexpr static bool value = IsVector<LHS>::value; member
834 constexpr static bool value = HasMatrixIndexing<LHS>::value; member
840 constexpr static bool value = IsDynamic<LHS>::value; member
846 constexpr static vector_length_t value = StaticLength<LHS>::value; member
889 (!IsDynamic<VA>::value || !IsDynamic<VB>::value),bool>::type = true>
902 (IsDynamic<VA>::value && IsDynamic<VB>::value),bool>::type = true>
929 (!IsDynamic<VA>::value || !IsDynamic<VB>::value),bool>::type = true>
941 (IsDynamic<VA>::value && IsDynamic<VB>::value),bool>::type = true>