Home
last modified time | relevance | path

Searched defs:n_size (Results 1 – 16 of 16) sorted by relevance

/external/icing/icing/legacy/index/
Dicing-bit-util.h86 #define VAR_INT_MAX_ENCODED_LEN(n_size) (ALIGN_UP(8 * (n_size), 7) / 7) argument
91 static size_t MaxEncodedLen(size_t n_size) { in MaxEncodedLen()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionGpu.h24 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernelInternal()
513 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernel()
538 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal16x16()
778 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal()
1145 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel()
1192 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel16x16()
/external/eigen/unsupported/test/
Dcxx11_tensor_contract_gpu.cu26 void test_gpu_contraction(int m_size, int k_size, int n_size) in test_gpu_contraction()
90 void test_scalar(int m_size, int k_size, int n_size) in test_scalar()
Dcxx11_tensor_contract_sycl.cpp37 IndexType k_size, IndexType n_size) { in test_sycl_contraction()
155 IndexType k_size, IndexType n_size) { in test_no_out_of_bounds()
258 IndexType n_size) { in test_scalar()
321 IndexType k_size, IndexType n_size, IndexType m_batch, in contraction_batch()
395 IndexType k_size, IndexType n_size) { in contraction_rhs_transposed()
464 IndexType k_size, IndexType n_size) { in contraction_lhs_transposed()
530 IndexType k_size, IndexType n_size) { in contraction_both_transposed()
Dcxx11_tensor_scan_gpu.cu25 void test_gpu_cumsum(int m_size, int k_size, int n_size) in test_gpu_cumsum()
Dcxx11_tensor_scan_sycl.cpp27 IndexType k_size, IndexType n_size, int consume_dim, in test_sycl_cumsum()
/external/ComputeLibrary/tests/validation/reference/
DInstanceNormalizationLayer.cpp48 const size_t n_size = src.shape()[3]; in instance_normalization() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dgemm_interleaved_pretransposed_2d.hpp408 const auto n_size = work_range.get_size(1); in execute() local
/external/elfutils/src/
Dstrip.c2297 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
2358 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
/external/mbedtls/library/
Decdsa.c219 size_t n_size = ( grp->nbits + 7 ) / 8; in derive_mpi() local
/external/libabigail/src/
Dabg-reporter-priv.cc408 const uint64_t n_size = get_var_size_in_bits(n); in represent() local
/external/openthread/third_party/mbedtls/repo/library/
Decdsa.c231 size_t n_size = ( grp->nbits + 7 ) / 8; in derive_mpi() local
/external/libxml2/
Dtestapi.c1526 int n_size; in test_htmlCreateMemoryParserCtxt() local
1581 int n_size; in test_htmlCreatePushParserCtxt() local
1756 int n_size; in test_htmlCtxtReadMemory() local
2397 int n_size; in test_htmlParseChunk() local
2737 int n_size; in test_htmlReadMemory() local
3113 int n_size; in test_htmlDocDumpMemory() local
3159 int n_size; in test_htmlDocDumpMemoryFormat() local
12181 int n_size; in test_xmlCreatePushParserCtxt() local
12356 int n_size; in test_xmlCtxtReadMemory() local
12456 int n_size; in test_xmlCtxtResetPush() local
[all …]
/external/cronet/third_party/libxml/src/
Dtestapi.c1526 int n_size; in test_htmlCreateMemoryParserCtxt() local
1581 int n_size; in test_htmlCreatePushParserCtxt() local
1756 int n_size; in test_htmlCtxtReadMemory() local
2397 int n_size; in test_htmlParseChunk() local
2737 int n_size; in test_htmlReadMemory() local
3113 int n_size; in test_htmlDocDumpMemory() local
3159 int n_size; in test_htmlDocDumpMemoryFormat() local
12181 int n_size; in test_xmlCreatePushParserCtxt() local
12356 int n_size; in test_xmlCtxtReadMemory() local
12456 int n_size; in test_xmlCtxtResetPush() local
[all …]
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc240 unsigned n_size, in Test1Op_Helper()
970 unsigned n_size, in TestFPToFixed_Helper()
1036 unsigned n_size, in TestFPToInt_Helper()
/external/rust/crates/ash/src/vk/
Ddefinitions.rs35227 pub n_size: u32, field
35280 pub fn n_size(mut self, n_size: u32) -> Self { in n_size() method