HomeSort by relevance Sort by last modified time
    Searched refs:compare_vec_with_eps (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
lp_test_main.c 254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function
279 return compare_vec_with_eps(type, res, ref, eps);
lp_test_conv.c 249 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
lp_test_main.c 254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function
279 return compare_vec_with_eps(type, res, ref, eps);
lp_test_conv.c 249 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))

Completed in 66 milliseconds