Home
last modified time | relevance | path

Searched refs:SizeB (Results 1 – 25 of 125) sorted by relevance

12345

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rimp2_grad/
H A Dprep_dra.F71 Double precision Size, SizeB
182 SizeB = MA_SizeOf(MT_Dbl, 1, MT_Byte) * Size
185 MaxSiz = Max( MaxSiz, SizeB)
186 TotSiz = TotSiz + SizeB
194 If (PrFilInfo) Write (LuOut, 9010) ISpin, J, K, SizeB,
209 SizeB = MA_SizeOf(MT_Dbl, 1, MT_Byte) * Size
212 MaxSiz = Max( MaxSiz, SizeB)
213 TotSiz = TotSiz + SizeB
220 If (PrFilInfo) Write (LuOut, 9020) ISpin, '-', '-', SizeB,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rimp2_grad/
H A Dprep_dra.F71 Double precision Size, SizeB
182 SizeB = MA_SizeOf(MT_Dbl, 1, MT_Byte) * Size
185 MaxSiz = Max( MaxSiz, SizeB)
186 TotSiz = TotSiz + SizeB
194 If (PrFilInfo) Write (LuOut, 9010) ISpin, J, K, SizeB,
209 SizeB = MA_SizeOf(MT_Dbl, 1, MT_Byte) * Size
212 MaxSiz = Max( MaxSiz, SizeB)
213 TotSiz = TotSiz + SizeB
220 If (PrFilInfo) Write (LuOut, 9020) ISpin, '-', '-', SizeB,
/dports/graphics/xwpick/xwpick-2.20/
H A DPS_LZWencode.c197 static int k, PartA, PartB, SizeA, SizeB; local
210 SizeB = CodeSize;
212 while (SizeB >= 8) {
213 SizeB = SizeA + SizeB - 8;
214 Accum[k++] = PartA | (PartB >> SizeB);
219 PartB &= mask[SizeB];
224 SizeA = SizeB;
225 PartA = PartB << (8-SizeB);
/dports/graphics/xpaint/xpaint-2.9.10.3/util/
H A Dppmtops.c176 static int k, PartA, PartB, SizeA, SizeB; local
189 SizeB = CodeSize;
191 while (SizeB >= 8) {
192 SizeB = SizeA + SizeB - 8;
193 Accum[k++] = PartA | (PartB >> SizeB);
198 PartB &= mask[SizeB];
203 SizeA = SizeB;
204 PartA = PartB << (8-SizeB);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbeam_block_SUITE.erl279 SizeB = byte_size(B),
280 if SizeB > 255 ->
281 SB = term_to_binary({'$size',SizeB}),
284 <<SizeB:8, B/binary>>
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp42 size_t SizeB = NamesB.size(); in compareLabels() local
43 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
48 if (SizeB > SizeA) in compareLabels()
57 if (I + 1 == SizeB) in compareLabels()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp42 size_t SizeB = NamesB.size(); in compareLabels() local
43 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
48 if (SizeB > SizeA) in compareLabels()
57 if (I + 1 == SizeB) in compareLabels()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbeam_block_SUITE.erl279 SizeB = byte_size(B),
280 if SizeB > 255 ->
281 SB = term_to_binary({'$size',SizeB}),
284 <<SizeB:8, B/binary>>
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DUsingDeclarationsSorter.cpp41 size_t SizeB = NamesB.size(); in compareLabels() local
42 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabels()
47 if (SizeB > SizeA) in compareLabels()
56 if (I + 1 == SizeB) in compareLabels()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_block_SUITE.erl281 SizeB = byte_size(B),
282 if SizeB > 255 ->
283 SB = term_to_binary({'$size',SizeB}),
286 <<SizeB:8, B/binary>>
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbeam_block_SUITE.erl281 SizeB = byte_size(B),
282 if SizeB > 255 ->
283 SB = term_to_binary({'$size',SizeB}),
286 <<SizeB:8, B/binary>>
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_block_SUITE.erl281 SizeB = byte_size(B),
282 if SizeB > 255 ->
283 SB = term_to_binary({'$size',SizeB}),
286 <<SizeB:8, B/binary>>

12345