Home
last modified time | relevance | path

Searched refs:b_two (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/clblast/CLBlast-1.1.0/src/routines/levelx/
H A Dxomatcopy.cpp57 const auto b_two = (transpose) ? a_one : a_two; in DoOmatcopy() local
66 TestMatrixB(b_one, b_two, b_buffer, b_offset, b_ld); in DoOmatcopy()
71 b_one, b_two, b_ld, b_offset, b_buffer, in DoOmatcopy()
H A Dxgemmbatched.cpp91 const auto b_two = (b_rotated) ? k : n; in DoGemmBatched() local
98 TestMatrixB(b_one, b_two, b_buffer, b_offsets[batch], b_ld, false); // don't test for invalid LD in DoGemmBatched()
133 b_one, b_two, b_want_rotated, in DoGemmBatched()
155 … const size_t b_one, const size_t b_two, const bool b_want_rotated, in BatchedGemmIndirect() argument
185 …auto b_no_temp = b_one == b_one_i && b_two == b_two_i && b_ld == b_one && b_offsets == b_offsets_i… in BatchedGemmIndirect()
223 b_one, b_two, b_ld, b_offsets_device, b_buffer, in BatchedGemmIndirect()
/dports/math/clblast/CLBlast-1.1.0/test/routines/levelx/
H A Dxomatcopy.hpp45 const auto b_two = (b_rotated) ? id1 : id2; in RunReference() local
47 const auto b_index = b_two * args.b_ld + b_one + args.b_offset; in RunReference()
102 const auto b_two = (b_rotated) ? args.n : args.m; in GetSizeB() local
103 return b_two * args.b_ld + args.b_offset; in GetSizeB()
171 const auto b_two = (b_rotated) ? id1 : id2; in GetResultIndex() local
172 return b_two * args.b_ld + b_one + args.b_offset; in GetResultIndex()
/dports/math/clblast/CLBlast-1.1.0/src/routines/level3/
H A Dxgemm.cpp89 const auto b_two = (b_rotated) ? k : n; in DoGemm() local
101 TestMatrixB(b_one, b_two, b_buffer, b_offset, b_ld); in DoGemm()
120 b_one, b_two, b_want_rotated, in DoGemm()
140 const size_t b_one, const size_t b_two, const bool b_want_rotated, in GemmIndirect() argument
159 auto b_no_temp = b_one == b_one_i && b_two == b_two_i && b_ld == b_one && b_offset == 0 && in GemmIndirect()
190 b_one, b_two, b_ld, b_offset, b_buffer, in GemmIndirect()
H A Dxtrmm.cpp51 const auto b_two = (layout == Layout::kRowMajor) ? m : n; in DoTrmm() local
52 TestMatrixB(b_one, b_two, b_buffer, b_offset, b_ld); in DoTrmm()
55 const auto b_size = (b_ld * (b_two - 1) + b_one + b_offset); in DoTrmm()
H A Dxgemm.hpp49 const size_t b_one, const size_t b_two, const bool b_want_rotated,
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dtraits_bag_unittest.cc134 constexpr TestTraits b_two(EnumTraitA::B, EnumTraitB::TWO); in TEST() local
140 EXPECT_EQ(b_two.enum_trait_a, EnumTraitA::B); in TEST()
141 EXPECT_EQ(b_two.enum_trait_b, EnumTraitB::TWO); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dtraits_bag_unittest.cc134 constexpr TestTraits b_two(EnumTraitA::B, EnumTraitB::TWO); in TEST() local
140 EXPECT_EQ(b_two.enum_trait_a, EnumTraitA::B); in TEST()
141 EXPECT_EQ(b_two.enum_trait_b, EnumTraitB::TWO); in TEST()
/dports/math/clblast/CLBlast-1.1.0/src/kernels/level3/
H A Dxgemm_batched.opencl27 const __global realN* restrict bgm, const int b_one, const int b_two,
35 const int b_offset = batch * b_one * b_two;
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/transcoding/
H A DIntelFPGAMemoryAttributesForStaticVar.ll11 ; char b_two = b_one + b;
132 %b_two = alloca i8, align 1
134 call void @llvm.lifetime.start.p0i8(i64 1, i8* %b_two) #4
139 store i8 %conv1, i8* %b_two, align 1, !tbaa !11
140 call void @llvm.lifetime.end.p0i8(i64 1, i8* %b_two) #4
/dports/math/clblast/CLBlast-1.1.0/test/routines/level3/
H A Dxtrmm.hpp50 auto b_two = (b_rotated) ? args.m : args.n; in GetSizeB() local
51 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxsyr2k.hpp53 auto b_two = (b_rotated) ? args.n : args.k; in GetSizeB() local
54 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxtrsm.hpp51 const auto b_two = (b_rotated) ? args.m : args.n; in GetSizeB() local
52 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxgemm.hpp53 auto b_two = (b_rotated) ? args.k : args.n; in GetSizeB() local
54 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxhemm.hpp53 auto b_two = (b_rotated) ? k_value : args.n; in GetSizeB() local
54 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxher2k.hpp53 auto b_two = (b_rotated) ? args.n : args.k; in GetSizeB() local
54 return b_two * args.b_ld + args.b_offset; in GetSizeB()
H A Dxsymm.hpp53 auto b_two = (b_rotated) ? k_value : args.n; in GetSizeB() local
54 return b_two * args.b_ld + args.b_offset; in GetSizeB()
/dports/news/husky/husky-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Ddialogs.c136 static button b_two = {ID_TWO, 0, 0, 0, 0, 0, 0, 0, NULL}; variable
148 {D_BUT, 0, (void *)&b_two},
363 SetupButton(&b_two, b2, pos, height, (unsigned char)cm[DL_BSEL], in ChoiceBox()

12