Home | History | Annotate | Download | only in src

Lines Matching refs:t0

53         worktype t0 = (src)[x];             \
55 t0 = _op_(t0); \
57 norm = _update_op_( norm, t0 ); \
60 t0 = (src)[x+2]; \
62 t0 = _op_(t0); \
64 norm = _update_op_( norm, t0 ); \
70 worktype t0 = (src)[x]; \
71 t0 = (worktype)_op_(t0); \
72 norm = _update_op_( norm, t0 ); \
81 worktype t0 = (src)[x*(cn)]; \
82 t0 = (worktype)_op_(t0); \
83 norm = _update_op_( norm, t0 ); \
92 worktype t0 = (src1)[x] - (src2)[x];\
95 t0 = _op_(t0); \
98 norm = _update_op_( norm, t0 ); \
101 t0 = (src1)[x+2] - (src2)[x+2]; \
104 t0 = _op_(t0); \
107 norm = _update_op_( norm, t0 ); \
113 worktype t0 = (src1)[x] - (src2)[x];\
114 t0 = (worktype)_op_(t0); \
115 norm = _update_op_( norm, t0 ); \
122 worktype t0 = (src1)[x*(cn)] - (src2)[x*(cn)]; \
123 t0 = (worktype)_op_(t0); \
124 norm = _update_op_( norm, t0 ); \
434 worktype t0; \
437 t0 = (src)[x]; \
438 t0 = _op_(t0); \
439 norm = _update_op_( norm, t0 ); \
443 t0 = (src)[x+1]; \
444 t0 = _op_(t0); \
445 norm = _update_op_( norm, t0 ); \
452 worktype t0 = (src)[x]; \
453 t0 = _op_(t0); \
454 norm = _update_op_( norm, t0 ); \
463 worktype t0; \
466 t0 = (src1)[x] - (src2)[x]; \
467 t0 = _op_(t0); \
468 norm = _update_op_( norm, t0 ); \
472 t0 = (src1)[x+1] - (src2)[x+1]; \
473 t0 = _op_(t0); \
474 norm = _update_op_( norm, t0 ); \
481 worktype t0 = (src1)[x] - (src2)[x];\
482 t0 = _op_(t0); \
483 norm = _update_op_( norm, t0 ); \
493 worktype t0 = (src)[x*(cn)]; \
494 t0 = _op_(t0); \
495 norm = _update_op_( norm, t0 ); \
505 worktype t0 = (src1)[x*(cn)] - (src2)[x*(cn)]; \
506 t0 = _op_(t0); \
507 norm = _update_op_( norm, t0 ); \