Lines Matching defs:_pR

828 InternalType* sub_M_M(T *_pL, U *_pR)  in sub_M_M()
856 InternalType* sub_M_MC(T *_pL, U *_pR) in sub_M_MC()
884 InternalType* sub_M_S(T *_pL, U *_pR) in sub_M_S()
892 InternalType* sub_M_SC(T *_pL, U *_pR) in sub_M_SC()
916 InternalType* sub_MC_M(T *_pL, U *_pR) in sub_MC_M()
944 InternalType* sub_MC_MC(T *_pL, U *_pR) in sub_MC_MC()
972 InternalType* sub_MC_S(T *_pL, U *_pR) in sub_MC_S()
980 InternalType* sub_MC_SC(T *_pL, U *_pR) in sub_MC_SC()
1004 InternalType* sub_S_M(T *_pL, U *_pR) in sub_S_M()
1012 InternalType* sub_S_MC(T *_pL, U *_pR) in sub_S_MC()
1020 InternalType* sub_S_S(T *_pL, U *_pR) in sub_S_S()
1028 InternalType* sub_S_SC(T *_pL, U *_pR) in sub_S_SC()
1052 InternalType* sub_SC_M(T *_pL, U *_pR) in sub_SC_M()
1060 InternalType* sub_SC_MC(T *_pL, U *_pR) in sub_SC_MC()
1068 InternalType* sub_SC_S(T *_pL, U *_pR) in sub_SC_S()
1076 InternalType* sub_SC_SC(T *_pL, U *_pR) in sub_SC_SC()
1100 InternalType* sub_E_M(T * /*_pL*/, U *_pR) in sub_E_M()
1115 InternalType* sub_E_MC(T * /*_pL*/, U *_pR) in sub_E_MC()
1138 InternalType* sub_I_M(T *_pL, U *_pR) in sub_I_M()
1176 InternalType* sub_I_MC(T *_pL, U *_pR) in sub_I_MC()
1216 InternalType* sub_IC_M(T *_pL, U *_pR) in sub_IC_M()
1259 InternalType* sub_IC_MC(T *_pL, U *_pR) in sub_IC_MC()
1301 InternalType* sub_I_S(T *_pL, U *_pR) in sub_I_S()
1307 InternalType* sub_IC_S(T *_pL, U *_pR) in sub_IC_S()
1313 InternalType* sub_I_SC(T *_pL, U *_pR) in sub_I_SC()
1319 InternalType* sub_IC_SC(T *_pL, U *_pR) in sub_IC_SC()
1324 template<class T, class U, class O> InternalType* sub_M_I(T *_pL, U *_pR) in sub_M_I()
1363 template<class T, class U, class O> InternalType* sub_MC_I(T *_pL, U *_pR) in sub_MC_I()
1368 template<class T, class U, class O> InternalType* sub_M_IC(T *_pL, U *_pR) in sub_M_IC()
1410 template<class T, class U, class O> InternalType* sub_MC_IC(T *_pL, U *_pR) in sub_MC_IC()
1453 template<class T, class U, class O> InternalType* sub_S_I(T *_pL, U *_pR) in sub_S_I()
1458 template<class T, class U, class O> InternalType* sub_SC_I(T *_pL, U *_pR) in sub_SC_I()
1463 template<class T, class U, class O> InternalType* sub_S_IC(T *_pL, U *_pR) in sub_S_IC()
1468 template<class T, class U, class O> InternalType* sub_SC_IC(T *_pL, U *_pR) in sub_SC_IC()
1473 template<class T, class U, class O> InternalType* sub_I_I(T *_pL, U *_pR) in sub_I_I()
1480 template<class T, class U, class O> InternalType* sub_I_IC(T *_pL, U *_pR) in sub_I_IC()
1488 template<class T, class U, class O> InternalType* sub_IC_I(T *_pL, U *_pR) in sub_IC_I()
1496 template<class T, class U, class O> InternalType* sub_IC_IC(T *_pL, U *_pR) in sub_IC_IC()
1532 template<class T, class U, class O> types::InternalType* sub_E_I(T * /*_pL*/, U *_pR) in sub_E_I()
1546 template<class T, class U, class O> types::InternalType* sub_E_IC(T * /*_pL*/, U *_pR) in sub_E_IC()
1560 template<> InternalType* sub_M_M<Polynom, Polynom, Polynom>(Polynom* _pL, Polynom* _pR) in sub_M_M()
1861 template<> InternalType* sub_M_M<Polynom, Double, Polynom>(Polynom* _pL, Double* _pR) in sub_M_M()
2078 template<> InternalType* sub_I_M<Double, Polynom, Polynom>(Double* _pL, Polynom* _pR) in sub_I_M()
2118 template<> InternalType* sub_I_MC<Double, Polynom, Polynom>(Double* _pL, Polynom* _pR) in sub_I_MC()
2157 template<> InternalType* sub_IC_M<Double, Polynom, Polynom>(Double* _pL, Polynom* _pR) in sub_IC_M()
2198 template<> InternalType* sub_IC_MC<Double, Polynom, Polynom>(Double* _pL, Polynom* _pR) in sub_IC_MC()
2238 template<> InternalType* sub_M_M<Double, Polynom, Polynom>(Double* _pL, Polynom* _pR) in sub_M_M()
2425 template<> InternalType* sub_M_M<Sparse, Sparse, Sparse>(Sparse* _pL, Sparse* _pR) in sub_M_M()
2447 template<> InternalType* sub_M_M<Double, Sparse, Double>(Double* _pL, Sparse* _pR) in sub_M_M()
2605 template<> InternalType* sub_M_M<Sparse, Double, Double>(Sparse* _pL, Double* _pR) in sub_M_M()
2768 template<> InternalType* sub_M_M<Double, Sparse, Sparse>(Double* _pL, Sparse* _pR) in sub_M_M()
2809 template<> InternalType* sub_M_M<Sparse, Double, Sparse>(Sparse* _pL, Double* _pR) in sub_M_M()