check_result      799 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      802 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      805 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      808 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      812 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      822 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      826 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      840 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      845 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      850 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      853 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      860 src/CPlusPlusMangle.cpp      check_result(expecteds, expecteds_index, target,
check_result      868 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      876 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      884 src/CPlusPlusMangle.cpp     check_result(expecteds, expecteds_index, target,
check_result      922 src/CPlusPlusMangle.cpp             check_result(all_types_by_target, expecteds_index, target,
check_result      945 src/CPlusPlusMangle.cpp             check_result(many_type_subs, expecteds_index, target,
check_result      968 src/CPlusPlusMangle.cpp             check_result(many_name_subs, expecteds_index, target,
check_result      993 src/CPlusPlusMangle.cpp             check_result(stacked_indirections, expecteds_index, target,
check_result     1015 src/CPlusPlusMangle.cpp                 check_result(expecteds, expecteds_index, target,
check_result     1031 src/CPlusPlusMangle.cpp             check_result(expecteds, expecteds_index, target,
check_result       99 test/correctness/extern_consumer.cpp     if (!check_result())
check_result      117 test/correctness/extern_consumer.cpp     if (!check_result())
check_result       73 test/correctness/gpu_mixed_shared_mem_types.cpp         result = check_result<uint32_t>(output, n_types - 2, offset);
check_result       75 test/correctness/gpu_mixed_shared_mem_types.cpp         result = check_result<uint64_t>(output, n_types, offset);
check_result       41 test/opengl/conv_select.cpp     if (!Testing::check_result<float>(result, [](int x, int y, int c) {
check_result       27 test/opengl/copy_pixels.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) { return input(x, y, c); })) {
check_result       32 test/opengl/copy_to_device.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) { return input(x, y, c); })) {
check_result       29 test/opengl/copy_to_host.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) {
check_result       31 test/opengl/float_texture.cpp     if (!Testing::check_result<float>(out, [&](int x, int y, int c) { return input(x, y, c); })) {
check_result       20 test/opengl/inline_reduction.cpp     if (!Testing::check_result<float>(result, [&](int x, int y, int c) { return 45; })) {
check_result       54 test/opengl/lut.cpp     if (!Testing::check_result<float>(out0, [](int x, int y, int c) {
check_result       25 test/opengl/multiple_stages.cpp     if (!Testing::check_result<uint8_t>(result, [&](int i, int j, int k) { return i + j + 1; })) {
check_result       37 test/opengl/multiple_stages.cpp     if (!Testing::check_result<float>(result2, 0.01f, [&](int i, int j, int k) { return (float)(i + j); })) {
check_result       48 test/opengl/produce.cpp     if (!Testing::check_result<float>(out0, [](int x, int y, int c) {
check_result       32 test/opengl/select.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) {
check_result       73 test/opengl/select.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) {
check_result      119 test/opengl/select.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) {
check_result       22 test/opengl/set_pixels.cpp     if (!Testing::check_result<uint8_t>(out, [](int x, int y, int c) { return 42; })) {
check_result       30 test/opengl/shifted_domains.cpp     if (!Testing::check_result<float>(result, 5e-5, [](int x, int y) { return float(x + y); }))
check_result       41 test/opengl/shifted_domains.cpp     if (!Testing::check_result<float>(shifted, 5e-5, [](int x, int y) { return float(x + y); }))
check_result       52 test/opengl/shifted_domains.cpp     if (!Testing::check_result<float>(shifted, 5e-5, [](int x, int y) { return float(x + y); }))
check_result       34 test/opengl/sum_reduction.cpp     if (!Testing::check_result<float>(result, 1e-3, [&](int x, int y, int c) {
check_result       34 test/opengl/sumcolor_reduction.cpp     if (!Testing::check_result<float>(result, 1e-6, [](int x, int y, int c) { return 3.0f * (x + y); })) {
check_result       19 test/opengl/testing.h bool check_result(const Halide::Buffer<T> &buf, T tol, std::function<T(int x, int y, int c)> f) {
check_result       58 test/opengl/testing.h bool check_result(const Halide::Buffer<T> &buf, T tol, std::function<T(int x, int y)> f) {
check_result       81 test/opengl/testing.h bool check_result(const Halide::Buffer<T> &buf, Func f) {
check_result       82 test/opengl/testing.h     return check_result<T>(buf, 0, f);
check_result       34 test/opengl/tuples.cpp     if (!Testing::check_result<uint8_t>(out, [&](int x, int y, int c) { return input(x, y, c) / 2; })) {
check_result       74 test/opengl/varying.cpp     if (!Testing::check_result<float>(out, tol, expected_val)) {