Home
last modified time | relevance | path

Searched defs:n_size (Results 1 – 15 of 15) 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.c207 size_t n_size = (grp->nbits + 7) / 8; in derive_mpi() local
/external/openthread/third_party/mbedtls/repo/library/
Decdsa.c213 size_t n_size = (grp->nbits + 7) / 8; in derive_mpi() local
/external/libxml2/
Dtestapi.c1503 int n_size; in test_htmlCreateMemoryParserCtxt() local
1558 int n_size; in test_htmlCreatePushParserCtxt() local
1774 int n_size; in test_htmlCtxtReadMemory() local
2415 int n_size; in test_htmlParseChunk() local
2755 int n_size; in test_htmlReadMemory() local
3132 int n_size; in test_htmlDocDumpMemory() local
3178 int n_size; in test_htmlDocDumpMemoryFormat() local
12508 int n_size; in test_xmlCreatePushParserCtxt() local
12722 int n_size; in test_xmlCtxtReadMemory() local
12822 int n_size; in test_xmlCtxtResetPush() local
[all …]
/external/cronet/third_party/libxml/src/
Dtestapi.c1520 int n_size; in test_htmlCreateMemoryParserCtxt() local
1575 int n_size; in test_htmlCreatePushParserCtxt() local
1750 int n_size; in test_htmlCtxtReadMemory() local
2391 int n_size; in test_htmlParseChunk() local
2731 int n_size; in test_htmlReadMemory() local
3107 int n_size; in test_htmlDocDumpMemory() local
3153 int n_size; in test_htmlDocDumpMemoryFormat() local
12183 int n_size; in test_xmlCreatePushParserCtxt() local
12358 int n_size; in test_xmlCtxtReadMemory() local
12458 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.rs40674 pub n_size: u32, field
40733 pub fn n_size(mut self, n_size: u32) -> Self { in n_size() method