Home | History | Annotate | Download | only in ui

Lines Matching refs:RT

122     template<typename RT>
124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) {
127 template<typename RT>
129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv) {
203 template<typename RT>
205 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<RT>& rv) {
208 template<typename RT>
210 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<RT>& rv) {
285 template<typename RT>
287 bool PURE operator ==(const BASE<T>& lv, const BASE<RT>& rv) {
294 template<typename RT>
296 bool PURE operator !=(const BASE<T>& lv, const BASE<RT>& rv) {
300 template<typename RT>
302 bool PURE operator >(const BASE<T>& lv, const BASE<RT>& rv) {
309 template<typename RT>
311 bool PURE operator <=(const BASE<T>& lv, const BASE<RT>& rv) {
315 template<typename RT>
317 bool PURE operator <(const BASE<T>& lv, const BASE<RT>& rv) {
324 template<typename RT>
326 bool PURE operator >=(const BASE<T>& lv, const BASE<RT>& rv) {
349 template<typename RT>
351 T PURE dot(const BASE<T>& lv, const BASE<RT>& rv) {
363 template<typename RT>
365 T PURE distance(const BASE<T>& lv, const BASE<RT>& rv) {