Home
last modified time | relevance | path

Searched refs:base_n (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/dnssec_v2/utilities/base_encoding/
H A Dbase_n.c52 base_n_encode(base_n_t base_n, const unsigned char * const _Nonnull data, size_t data_len) { in base_n_encode() argument
53 return base_n_encode_ex(base_n, data, data_len, NULL); in base_n_encode()
58 base_n_encode_ex(base_n_t base_n, const unsigned char * const _Nonnull data, size_t data_len, size_… in base_n_encode_ex() argument
60 const size_t encoded_str_len = get_base_n_encoded_str_length(base_n, data_len); in base_n_encode_ex()
79 switch (base_n) { in base_n_encode_ex()
188 get_base_n_encoded_str_length(base_n_t base_n, size_t data_len) { in get_base_n_encoded_str_length() argument
191 switch (base_n) { in get_base_n_encoded_str_length()
H A Dbase_n.h17 typedef enum base_n { enum
40 base_n_encode(base_n_t base_n, const unsigned char * _Nonnull data, size_t data_len);
63 base_n_encode_ex(base_n_t base_n, const unsigned char * _Nonnull data, size_t data_len, size_t * co…
80 get_base_n_encoded_str_length(base_n_t base_n, size_t data_len) ;
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/
H A Dcrate_disambiguator.rs5 use rustc_data_structures::{base_n, impl_stable_hash_via_hash};
25 f.write_str(&base_n::encode(as_u128, base_n::CASE_INSENSITIVE)) in fmt()
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionGpu.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
521 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
702 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
916 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
917 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1075 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1156 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1158 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1200 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1203 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionGpu.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
521 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
702 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
916 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
917 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1075 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1156 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1158 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1200 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1203 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h30 const Index base_n = 64 * n_block_idx; in EigenContractionKernelInternal() local
513 const Index base_n = 64 * n_block_idx; in EigenContractionKernel() local
691 Index horiz_base = threadIdx.y*4+base_n; in EigenFloatContractionKernelInternal16x16()
907 Index rhs_horiz0 = threadIdx.y*2+base_n; in EigenFloatContractionKernelInternal()
908 Index rhs_horiz1 = threadIdx.y*2+1+base_n; in EigenFloatContractionKernelInternal()
1067 Index horiz_base = (threadIdx.y/4)*8+base_n; in EigenFloatContractionKernelInternal()
1147 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel() local
1149 bool check_rhs = (base_n + 63) >= n_size; in EigenFloatContractionKernel()
1187 const Index base_n = 64 * n_block_idx; in EigenFloatContractionKernel16x16() local
1190 if (base_n + 63 < n_size) { in EigenFloatContractionKernel16x16()
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dinet_pton6.dg23 base_n = q digits -> foldl (x y -> x * q + y) 0 digits
49 hexaddr = (base_n 0x10000 (unhex start) << shift) + base_n 0x10000 (unhex $ end or '')
50 if (is_ipv4 => (hexaddr << 32) + base_n 0x100 (map int ipv4)) (otherwise => hexaddr)
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dinet_pton6.dg23 base_n = q digits -> foldl (x y -> x * q + y) 0 digits
49 hexaddr = (base_n 0x10000 (unhex start) << shift) + base_n 0x10000 (unhex $ end or '')
50 if (is_ipv4 => (hexaddr << 32) + base_n 0x100 (map int ipv4)) (otherwise => hexaddr)
/dports/biology/wise/wise2.4.1/src/models/
H A Ddnaprofile.dy220 int base_n;
240 base_n = base_from_char(sa->seq[j]->seq[i]);
241 if( base_n < 4 ) {
242 count[base_n]++;
245 count[base_n] += 0.25;
H A Ddnaprofile.c189 int base_n; in naive_DnaProfile_from_SeqAlign() local
209 base_n = base_from_char(sa->seq[j]->seq[i]); in naive_DnaProfile_from_SeqAlign()
210 if( base_n < 4 ) { in naive_DnaProfile_from_SeqAlign()
211 count[base_n]++; in naive_DnaProfile_from_SeqAlign()
214 count[base_n] += 0.25; in naive_DnaProfile_from_SeqAlign()
/dports/audio/codec2/codec2-1.0.3/stm32/support/intelhex/
H A Dbench.py187 base_title, base_times, base_n = self.results[0]
197 base_read, base_n)
203 base_write, base_n)
/dports/devel/py-intelhex/intelhex-2.3.0/intelhex/
H A Dbench.py189 base_title, base_times, base_n = self.results[0]
199 base_read, base_n)
205 base_write, base_n)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_incremental/src/persist/
H A Dfs.rs108 use rustc_data_structures::{base_n, flock};
134 const INT_ENCODE_BASE: usize = base_n::CASE_INSENSITIVE;
351 base_n::push_str(svh.as_u64() as u128, INT_ENCODE_BASE, &mut new_sub_dir_name); in finalize_session_directory()
461 base_n::encode(random_number as u128, INT_ENCODE_BASE) in generate_session_dir_path()
626 base_n::encode(micros as u128, INT_ENCODE_BASE) in timestamp_to_string()
648 let stable_crate_id = base_n::encode(stable_crate_id.to_u64() as u128, INT_ENCODE_BASE); in crate_path()
/dports/audio/liboggz/liboggz-1.1.1/src/tools/
H A Doggz_tools.c315 double base_n, base_d, base; in ot_skeleton_info() local
329 base_n = (double)INT64_LE_AT(&data[28]); in ot_skeleton_info()
332 base = base_n / base_d; in ot_skeleton_info()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/registry/tools/
H A Dregshell.c343 const char *base_n = ""; in reg_complete_key() local
384 asprintf(&matches[0], "%s%s", base_n, matches[1]); in reg_complete_key()
386 asprintf(&matches[0], "%s%s", base_n, talloc_strndup(mem_ctx, matches[1], samelen)); in reg_complete_key()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dmono.rs4 use rustc_data_structures::base_n;
314 base_n::encode(hash, base_n::CASE_INSENSITIVE) in mangle_name()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcontext.rs19 use rustc_data_structures::base_n;
458 base_n::push_str(idx as u128, base_n::ALPHANUMERIC_ONLY, &mut name); in generate_local_symbol_name()

1234