Lines Matching refs:value
30 constexpr static double value = 0.001; member
37 constexpr static float value = 0.001f; member
45 constexpr static float16_t value = (float16_t)0.001f; member
54 constexpr static Q7 value = 0.001_q7; member
61 constexpr static Q15 value = 0.001_q15; member
68 constexpr static Q31 value = 0.001_q31; member
975 mb += MatTestConstant<T>::value; in testsubmatmult()
1169 !IsDynamic<V>::value &&
1170 SameElementType<V,T>::value &&
1171 IsVector<V>::value,bool>::type = true>
1174 constexpr int NB = StaticLength<V>::value; in householder()
1182 IsDynamic<V>::value &&
1183 SameElementType<V,T>::value &&
1184 IsVector<V>::value,bool>::type = true>
1194 IsDynamic<V>::value &&
1195 SameElementType<V,T>::value &&
1196 IsVector<V>::value,bool>::type = true>
1210 static constexpr float16_t value = DEFAULT_HOUSEHOLDER_THRESHOLD_F16; member
1217 static constexpr float64_t value = DEFAULT_HOUSEHOLDER_THRESHOLD_F64; member
1224 static constexpr float32_t value = DEFAULT_HOUSEHOLDER_THRESHOLD_F32; member
1244 auto res = householder(a,HouseholderThreshold<T>::value); in testHouseholder()
1378 auto res = QR(a,HouseholderThreshold<T>::value,true); in testQR()
1433 arm_status status=cmsis_qr(&IN,HouseholderThreshold<T>::value, in testQR()
1562 testinv<TT,T::value...>(); in all()
1571 testouter<TT,T::value...>(); in all()
1580 testmatvec<TT,T::value...>(); in all()
1589 testcomplexmatvec<TT,T::value...>(); in all()
1598 testadd <TT,T::value...>(); in all()
1607 testmattranspose<TT,T::value...>(); in all()
1616 testmatmult<TT,T::value...>(); in all()
1625 testsubmatmult<TT,T::value...>(); in all()
1734 if constexpr (!std::is_same<T,double>::value) in matrix_all_test()
1767 if constexpr (!std::is_same<T,Q7>::value && !std::is_same<T,double>::value) in matrix_all_test()