Home
last modified time | relevance | path

Searched defs:B_offset (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_RE.cc141 ShapeItem B_offset = 0; in regex_results() local
209 PCRE2_SIZE B_offset = 0; in partition_result() local
232 const UCS_string & B, ShapeItem & B_offset) in string_result()
291 const UCS_string & B, ShapeItem & B_offset) in index_result()
/dports/devel/hpx/hpx-1.2.1/examples/transpose/
H A Dtranspose_serial_block.cpp93 const std::uint64_t B_offset = phase * block_size; in hpx_main() local
H A Dtranspose_smp_block.cpp114 const std::uint64_t B_offset = phase * block_size; in hpx_main() local
H A Dtranspose_block.cpp314 const std::uint64_t B_offset = phase * block_size; in hpx_main() local
H A Dtranspose_await.cpp200 const std::uint64_t B_offset = phase * block_size; in transpose_phase() local
H A Dtranspose_block_numa.cpp450 const std::uint64_t B_offset = in hpx_main() local
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/host_based/
H A Dspgemm_vector.hpp655 unsigned int B_offset = B_row_buffer[A_col]; in row_C_scan_numeric_vector() local
685 unsigned int B_offset = B_row_buffer[A_col]; in row_C_scan_numeric_vector() local
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A D__magick_read__.cc1026 const octave_idx_type B_offset = cmap_size * 2; in encode_indexed_images() local
1249 const octave_idx_type B_offset = nCols * nRows * 2; in encode_uint_image() local
1285 const octave_idx_type B_offset = nCols * nRows * 2; in encode_uint_image() local
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/brgemm/
H A Djit_brdgmm_kernel.hpp172 int B_offset(int n) { return brg.typesize_B * n * n_vlen_blk(); } in B_offset() function
H A Djit_brgemm_amx_uker.cpp295 int jit_brgemm_amx_uker_base_t::B_offset(int ldb) const noexcept { in B_offset() function in dnnl::impl::cpu::x64::jit_brgemm_amx_uker_base_t
H A Djit_brgemm_kernel.cpp319 int jit_brgemm_kernel_t::B_offset(int ld, int rd, bool is_amx) const noexcept { in B_offset() function in dnnl::impl::cpu::x64::jit_brgemm_kernel_t
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimEllipsoid.cpp220 double B_offset = rayN * eccSqComp + offset; in nearestIntersection() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/brgemm/
H A Djit_brgemm_kernel.cpp303 int jit_brgemm_kernel_base_t::B_offset(int ld, int rd, bool is_amx) const in B_offset() function in dnnl::impl::cpu::x64::jit_brgemm_kernel_base_t
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DAArch64Assembler.cpp250 void CAArch64Assembler::B_offset(uint32 offset) in B_offset() function in CAArch64Assembler