/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | actor.hpp | 362 actor<BaseT>::operator()(A& a_, B& b_) const in operator ()() 371 actor<BaseT>::operator()(A& a_, B& b_, C& c_) const in operator ()() 381 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_) const in operator ()() 390 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_, E& e_) const in operator ()() 404 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_ in operator ()() 423 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_ in operator ()() 441 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_ in operator ()() 459 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_ in operator ()() 478 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_ in operator ()() 497 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() [all …]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_fx_reinplace_pass.py | 70 def f(a_): argument 95 def f(a_): argument 121 def f(a_): argument 168 def f(a_): argument 203 def f(a_): argument 242 def f(a_): argument 277 def f(a_): argument
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/common/ |
H A D | macros.h | 34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument 35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument 51 #define STRINGIFY_MACRO_2(a_) #a_ argument 52 #define STRINGIFY_MACRO(a_) STRINGIFY_MACRO_2(a_) argument 58 #define CONCAT_MACRO_2(a_,b_) a_ ## b_ argument 59 #define CONCAT_MACRO(a_,b_) CONCAT_MACRO_2(a_,b_) argument
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftcalc.c | 173 FT_MulDiv( FT_Long a_, in FT_MulDiv() 202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round() 231 FT_MulFix( FT_Long a_, in FT_MulFix() 252 FT_DivFix( FT_Long a_, in FT_DivFix() 415 FT_MulDiv( FT_Long a_, in FT_MulDiv() 463 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round() 508 FT_MulFix( FT_Long a_, in FT_MulFix() 607 FT_DivFix( FT_Long a_, in FT_DivFix()
|
/aosp_15_r20/external/eigen/bench/tensors/ |
H A D | tensor_contract_sycl_bench.cc | 50 T* a_; in contraction() local 104 T* a_; in contractionRowMajor() local 156 T* a_; in contractionAT() local 207 T* a_; in contractionBT() local 259 T* a_; in contractionABT() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | sock_filter-v.c | 48 # define XLAT_ARGS(a_) (a_) argument 51 # define XLAT_ARGS(a_) (a_), #a_ argument 54 # define XLAT_ARGS(a_) #a_ argument
|
/aosp_15_r20/external/strace/tests/ |
H A D | sock_filter-v.c | 48 # define XLAT_ARGS(a_) (a_) argument 51 # define XLAT_ARGS(a_) (a_), #a_ argument 54 # define XLAT_ARGS(a_) #a_ argument
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | sock_filter-v.c | 48 # define XLAT_ARGS(a_) (a_) argument 51 # define XLAT_ARGS(a_) (a_), #a_ argument 54 # define XLAT_ARGS(a_) #a_ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | destroyers.hpp | 338 Allocator &a_; member in boost::container::dtl::scoped_destructor 359 Allocator &a_; member in boost::container::dtl::value_destructor 373 Allocator & a_; member in boost::container::dtl::allocator_destroyer 401 Allocator & a_; member in boost::container::dtl::allocator_destroyer_and_chain_builder 424 Allocator & a_; member in boost::container::dtl::allocator_multialloc_chain_node_deallocator
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | ref_counted_object_unittest.cc | 52 std::unique_ptr<A> a_; member in rtc::__anon7e1209260111::RefClassWithRvalue 64 std::unique_ptr<A> a_; member in rtc::__anon7e1209260111::RefClassWithMixedValues 139 int a_; in TEST() member in rtc::TEST::MoveOnly
|
/aosp_15_r20/external/strace/ |
H A D | macros.h | 36 #define ARRAY_SIZE(a_) (sizeof(a_) / sizeof((a_)[0]) + MUST_BE_ARRAY(a_)) argument 38 #define ARRSZ_PAIR(a_) a_, ARRAY_SIZE(a_) argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.uses/allocator.uses.construction/ |
H A D | common.h | 24 Alloc a_; member 45 Alloc a_; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | flatten.cpp | 83 boost::proto::terminal<char>::type a_ = {'a'}; in test1() local 151 My<boost::proto::terminal<char>::type> a_ = {{'a'}}; in test2() local
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | gtest-extra-test.cc | 32 static int a_; member in __anonda45cc5c0111::single_evaluation_test 39 int single_evaluation_test::a_; member in single_evaluation_test
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/ |
H A D | attention.cpp | 101 auto a_ = a.view({a.size(0) * a.size(1), a.size(2), a.size(3)}); in bmm_nt() local 129 auto a_ = a.view(newAShape); in bmm_nn() local 151 auto a_ = a_0213.view({a_0213.size(0) * a_0213.size(1), a_0213.size(2)}); in transform0213_gemm_nt_bias() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | BlasKernel.cpp | 174 const scalar_t *a_ = a; in gemm_transa_() local 396 const auto *a_ = a + begin * lda; in gemm_transa_() local 424 const auto *a_ = a + begin * lda; in gemm_transa_() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64.c | 448 const EC_RAW_POINT *a_, const EC_RAW_POINT *b_) { in ecp_nistz256_add() 463 const EC_RAW_POINT *a_) { in ecp_nistz256_dbl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64.c | 448 const EC_RAW_POINT *a_, const EC_RAW_POINT *b_) { in ecp_nistz256_add() 463 const EC_RAW_POINT *a_) { in ecp_nistz256_dbl()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256-nistz.c | 449 const EC_JACOBIAN *a_, const EC_JACOBIAN *b_) { in ecp_nistz256_add() 464 const EC_JACOBIAN *a_) { in ecp_nistz256_dbl()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256-nistz.c | 449 const EC_JACOBIAN *a_, const EC_JACOBIAN *b_) { in ecp_nistz256_add() 464 const EC_JACOBIAN *a_) { in ecp_nistz256_dbl()
|
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
H A D | ooura_fft_neon.cc | 220 const float32x4_t a_ = vmulq_f32(wkr_, xr_); in rftfsub_128_neon() local 300 const float32x4_t a_ = vmulq_f32(wkr_, xr_); in rftbsub_128_neon() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/ |
H A D | q8gemm_sparse.cc | 188 std::vector<uint8_t> a_; member in Q8GEMM 350 std::vector<uint8_t> a_; member in Q8GEMMSparse
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | new-delete.cpp | 476 scoped_array< scoped_array<int> > a_; member 486 scoped_array2< scoped_array2<int> > a_; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | rand_util.h | 80 uint64_t a_ = 0, b_ = 0; in PA_COMPONENT_EXPORT() local
|
/aosp_15_r20/external/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-test-zlib.cc | 2 int a_; member in DummyClass
|