Searched refs:compare_vec_with_eps (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
|
| H A D | lp_test_main.c | 263 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function in typeref:typename:boolean 288 return compare_vec_with_eps(type, res, ref, eps);
|
| H A D | lp_test_conv.c | 261 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
|
| H A D | lp_test_main.c | 263 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function in typeref:typename:boolean 288 return compare_vec_with_eps(type, res, ref, eps);
|
| H A D | lp_test_conv.c | 261 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))
|
Completed in 8 milliseconds