Searched refs:fref (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | static-forward-decl.c | 1 int fref(void); 2 int fref(void) { return 0; } in fref() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_conv.c | 243 double fref[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; in test_one() local 250 read_vec(src_type, src + j*src_stride, fref + j*src_type.length); in test_one() 254 write_vec(dst_type, ref + j*dst_stride, fref + j*dst_type.length); in test_one() 287 fprintf(stderr, " %f", fref[j]); in test_one()
|
H A D | lp_test_blend.c | 493 double fref[LP_MAX_VECTOR_LENGTH]; in test_one() local 501 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j); in test_one() 503 write_vec(type, ref, fref); in test_one()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-graphite2.cc | 246 const gr_feature_ref *fref = gr_face_find_fref (grface, features[i].tag); in _hb_graphite2_shape() local 247 if (fref) in _hb_graphite2_shape() 248 gr_fref_set_feature_value (fref, features[i].value, feats); in _hb_graphite2_shape()
|
Completed in 6 milliseconds