my_func            21 test/correctness/c_function.cpp HalideExtern_2(float, my_func, int, float);
my_func            39 test/correctness/c_function.cpp     f(x, y) = my_func(x, cast<float>(y));
my_func            61 test/correctness/c_function.cpp     g(x, y) = my_func(x, cast<float>(y));
my_func            20 test/correctness/loop_invariant_extern_calls.cpp HalidePureExtern_2(int, my_func, int, int);
my_func            34 test/correctness/loop_invariant_extern_calls.cpp     f(x, y) = my_func(0, Expr(0)) + my_func(1, y) + my_func(2, x*32 + y);
my_func            64 test/correctness/loop_invariant_extern_calls.cpp     g(x, y) = my_func(3, Expr(0));
my_func            17 test/correctness/pipeline_set_jit_externs_func.cpp HalideExtern_2(float, my_func, int, float);
my_func            25 test/correctness/pipeline_set_jit_externs_func.cpp     monitor(x, y) = my_func(x, cast<float>(y));