Searched defs:x_c (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/utility/test/ |
D | value_init_test_fail1.cpp | 22 boost::value_initialized<int> const x_c ; in main() local
|
D | value_init_test.cpp | 260 boost::value_initialized<T> const x_c ; in test() local
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterProperties2.ts | 22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
|
D | destructuringParameterProperties3.ts | 22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
|
/third_party/ffmpeg/libavfilter/ |
D | transform.c | 54 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/ |
D | destructuringParameterProperties2.js | 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
|
D | destructuringParameterProperties3.js | 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
|
/third_party/mindspore/mindspore/core/ops/ |
D | mat_mul.cc | 71 auto x_c = x_shp[(transpose_a ? 0 : 1)]; in MatMulInferShape() local
|
D | batch_matmul.cc | 85 auto x_c = x_shp[x_offset + (transpose_a ? 0 : 1)]; in BatchMatmulInferShape() local
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_cabac.c | 962 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
|