operator           83 apps/fft/complex.h inline ComplexExpr operator/(ComplexExpr a, Halide::Expr b) {
operator           65 apps/fft/funct.h T operator/(FuncRefT<T> a, T b) { return static_cast<T>(a) / b; }
operator           75 apps/fft/funct.h T operator/(T a, FuncRefT<T> b) { return a / static_cast<T>(b); }