FUNC              138 modules/core/src/opencl/reduce.cl #define FUNC(a, b, c) a = mad24(b, c, a)
FUNC              140 modules/core/src/opencl/reduce.cl #define FUNC(a, b, c) a = mad(b, c, a)
FUNC              144 modules/core/src/opencl/reduce.cl #define FUNC(a, b) a += b
FUNC              147 modules/core/src/opencl/reduce.cl #define FUNC(a, b) a += SUM_ABS(b)
FUNC              151 modules/core/src/opencl/reduce.cl #define FUNC(a, b) a = mad24(b, b, a)
FUNC              153 modules/core/src/opencl/reduce.cl #define FUNC(a, b) a = mad(b, b, a)