Home
last modified time | relevance | path

Searched defs:x_c (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/utility/test/
Dvalue_init_test_fail1.cpp22 boost::value_initialized<int> const x_c ; in main() local
Dvalue_init_test.cpp260 boost::value_initialized<T> const x_c ; in test() local
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties2.ts22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
DdestructuringParameterProperties3.ts22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
/third_party/ffmpeg/libavfilter/
Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
81 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
/third_party/typescript/tests/baselines/reference/
DdestructuringParameterProperties2.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
DdestructuringParameterProperties3.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
/third_party/mindspore/mindspore/core/ops/
Dmat_mul.cc71 auto x_c = x_shp[(transpose_a ? 0 : 1)]; in MatMulInferShape() local
Dbatch_matmul.cc85 auto x_c = x_shp[x_offset + (transpose_a ? 0 : 1)]; in BatchMatmulInferShape() local
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c962 static av_always_inline int significant_coeff_flag_decode(HEVCContext *s, int x_c, int y_c, in significant_coeff_flag_decode()
1229 int x_cg, y_cg, x_c, y_c, pos; in ff_hevc_hls_residual_coding() local