Home
last modified time | relevance | path

Searched defs:X_ (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dexpression-traits.cpp15 # define CONCAT_(X_, Y_) CONCAT1_(X_, Y_) argument
16 # define CONCAT1_(X_, Y_) X_ ## Y_ argument
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dauto_correlation.h42 std::unique_ptr<Pffft::FloatBuffer> X_; variable
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A DpatternProperties.json94 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A DpatternProperties.json89 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A DpatternProperties.json94 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A DpatternProperties.json94 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DpatternProperties.json97 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DpatternProperties.json97 "X_": { "type": "string" } object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DpatternProperties.json97 "X_": { "type": "string" } object
/aosp_15_r20/external/libopus/celt/
H A Dbands.c268 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, … in anti_collapse()
1399 celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks, in quant_all_bands()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseBlasImpl.cpp1282 c10::MaybeOwned<Tensor> X_ = prepare_dense_matrix_for_cusparse(X); in triangular_solve_out_sparse_csr() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp5860 auto X_ = vector_to_matrix(X); in linalg_solve_jvp() local
5909 auto X_ = vector_to_matrix(X); in linalg_solve_backward() local
/aosp_15_r20/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1100 #define X_(a) X_ ## a macro