Searched defs:n_size (Results 1 – 8 of 8) sorted by relevance
/external/icing/icing/legacy/index/ |
D | icing-bit-util.h | 87 #define VAR_INT_MAX_ENCODED_LEN(n_size) (ALIGN_UP(8 * (n_size), 7) / 7) argument 92 static size_t MaxEncodedLen(size_t n_size) { in MaxEncodedLen()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_contract_cuda.cu | 27 void test_cuda_contraction(int m_size, int k_size, int n_size) in test_cuda_contraction() 91 void test_scalar(int m_size, int k_size, int n_size) in test_scalar()
|
D | cxx11_tensor_scan_cuda.cu | 26 void test_cuda_cumsum(int m_size, int k_size, int n_size) in test_cuda_cumsum()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionCuda.h | 24 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernelInternal() 505 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernel() 530 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal16x16() 767 const Index n_size, const Index k_size, in EigenFloatContractionKernelInternal() 1133 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel() 1179 const Index m_size, const Index n_size, const Index k_size) { in EigenFloatContractionKernel16x16()
|
/external/elfutils/src/ |
D | strip.c | 2294 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local 2355 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
|
/external/libabigail/src/ |
D | abg-reporter-priv.cc | 408 const uint64_t n_size = get_var_size_in_bits(n); in represent() local
|
/external/libxml2/ |
D | testapi.c | 1477 int n_size; in test_htmlCreateMemoryParserCtxt() local 1535 int n_size; in test_htmlCreatePushParserCtxt() local 1710 int n_size; in test_htmlCtxtReadMemory() local 2278 int n_size; in test_htmlParseChunk() local 2618 int n_size; in test_htmlReadMemory() local 2994 int n_size; in test_htmlDocDumpMemory() local 3040 int n_size; in test_htmlDocDumpMemoryFormat() local 12784 int n_size; in test_xmlCreatePushParserCtxt() local 12959 int n_size; in test_xmlCtxtReadMemory() local 13059 int n_size; in test_xmlCtxtResetPush() local [all …]
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 240 unsigned n_size, in Test1Op_Helper() 970 unsigned n_size, in TestFPToFixed_Helper() 1036 unsigned n_size, in TestFPToInt_Helper()
|