Home
last modified time | relevance | path

Searched refs:Bf (Results 1 – 25 of 1502) sorted by relevance

12345678910>>...61

/dports/science/chrono/chrono-7.0.1/src/chrono/collision/edgetempest/
H A DChCAABB.cpp95 r &= (t <= (a.x() + b.x() * Bf(0, 0) + b.y() * Bf(0, 1) + b.z() * Bf(0, 2))); in AABB_Overlap()
103 r &= (t <= (b.x() + a.x() * Bf(0, 0) + a.y() * Bf(1, 0) + a.z() * Bf(2, 0))); in AABB_Overlap()
141 r &= (t <= (a.y() * Bf(2, 0) + a.z() * Bf(1, 0) + b.y() * Bf(0, 2) + in AABB_Overlap()
150 r &= (t <= (a.y() * Bf(2, 1) + a.z() * Bf(1, 1) + b.x() * Bf(0, 2) + in AABB_Overlap()
159 r &= (t <= (a.y() * Bf(2, 2) + a.z() * Bf(1, 2) + b.x() * Bf(0, 1) + in AABB_Overlap()
168 r &= (t <= (a.x() * Bf(2, 0) + a.z() * Bf(0, 0) + b.y() * Bf(1, 2) + in AABB_Overlap()
177 r &= (t <= (a.x() * Bf(2, 1) + a.z() * Bf(0, 1) + b.x() * Bf(1, 2) + in AABB_Overlap()
186 r &= (t <= (a.x() * Bf(2, 2) + a.z() * Bf(0, 2) + b.x() * Bf(1, 1) + in AABB_Overlap()
195 r &= (t <= (a.x() * Bf(1, 0) + a.y() * Bf(0, 0) + b.y() * Bf(2, 2) + in AABB_Overlap()
204 r &= (t <= (a.x() * Bf(1, 1) + a.y() * Bf(0, 1) + b.x() * Bf(2, 2) + in AABB_Overlap()
[all …]
H A DChCOBB.cpp107 r &= (t <= (a.x() + b.x() * Bf(0, 0) + b.y() * Bf(0, 1) + b.z() * Bf(0, 2))); in OBB_Overlap()
115 r &= (t <= (b.x() + a.x() * Bf(0, 0) + a.y() * Bf(1, 0) + a.z() * Bf(2, 0))); in OBB_Overlap()
153 r &= (t <= (a.y() * Bf(2, 0) + a.z() * Bf(1, 0) + b.y() * Bf(0, 2) + in OBB_Overlap()
162 r &= (t <= (a.y() * Bf(2, 1) + a.z() * Bf(1, 1) + b.x() * Bf(0, 2) + in OBB_Overlap()
171 r &= (t <= (a.y() * Bf(2, 2) + a.z() * Bf(1, 2) + b.x() * Bf(0, 1) + in OBB_Overlap()
180 r &= (t <= (a.x() * Bf(2, 0) + a.z() * Bf(0, 0) + b.y() * Bf(1, 2) + in OBB_Overlap()
189 r &= (t <= (a.x() * Bf(2, 1) + a.z() * Bf(0, 1) + b.x() * Bf(1, 2) + in OBB_Overlap()
198 r &= (t <= (a.x() * Bf(2, 2) + a.z() * Bf(0, 2) + b.x() * Bf(1, 1) + in OBB_Overlap()
207 r &= (t <= (a.x() * Bf(1, 0) + a.y() * Bf(0, 0) + b.y() * Bf(2, 2) + in OBB_Overlap()
216 r &= (t <= (a.x() * Bf(1, 1) + a.y() * Bf(0, 1) + b.x() * Bf(2, 2) + in OBB_Overlap()
[all …]
/dports/math/rapid/RAPID_v2_01/
H A Doverlap.C257 (a[0] + b[0] * Bf[0][0] + b[1] * Bf[0][1] + b[2] * Bf[0][2]));
265 (b[0] + a[0] * Bf[0][0] + a[1] * Bf[1][0] + a[2] * Bf[2][0]));
272 (a[1] + b[0] * Bf[1][0] + b[1] * Bf[1][1] + b[2] * Bf[1][2]));
279 (a[2] + b[0] * Bf[2][0] + b[1] * Bf[2][1] + b[2] * Bf[2][2]));
287 (b[1] + a[0] * Bf[0][1] + a[1] * Bf[1][1] + a[2] * Bf[2][1]));
295 (b[2] + a[0] * Bf[0][2] + a[1] * Bf[1][2] + a[2] * Bf[2][2]));
303 (a[1] * Bf[2][0] + a[2] * Bf[1][0] +
304 b[1] * Bf[0][2] + b[2] * Bf[0][1]));
312 (a[1] * Bf[2][1] + a[2] * Bf[1][1] +
313 b[0] * Bf[0][2] + b[2] * Bf[0][0]));
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/math/bv/
H A DOBB-inl.h453 if(t > (a[1] * Bf(2, 0) + a[2] * Bf(1, 0) + in obbDisjoint()
454 b[1] * Bf(0, 2) + b[2] * Bf(0, 1))) in obbDisjoint()
461 if(t > (a[1] * Bf(2, 1) + a[2] * Bf(1, 1) + in obbDisjoint()
462 b[0] * Bf(0, 2) + b[2] * Bf(0, 0))) in obbDisjoint()
469 if(t > (a[1] * Bf(2, 2) + a[2] * Bf(1, 2) + in obbDisjoint()
470 b[0] * Bf(0, 1) + b[1] * Bf(0, 0))) in obbDisjoint()
477 if(t > (a[0] * Bf(2, 0) + a[2] * Bf(0, 0) + in obbDisjoint()
478 b[1] * Bf(1, 2) + b[2] * Bf(1, 1))) in obbDisjoint()
485 if(t > (a[0] * Bf(2, 1) + a[2] * Bf(0, 1) + in obbDisjoint()
486 b[0] * Bf(1, 2) + b[2] * Bf(1, 0))) in obbDisjoint()
[all …]
/dports/math/fcl05/fcl-0.5.0/src/BV/
H A DOBB.cpp229 if(t > (a[1] * Bf(2, 0) + a[2] * Bf(1, 0) + in obbDisjoint()
230 b[1] * Bf(0, 2) + b[2] * Bf(0, 1))) in obbDisjoint()
237 if(t > (a[1] * Bf(2, 1) + a[2] * Bf(1, 1) + in obbDisjoint()
238 b[0] * Bf(0, 2) + b[2] * Bf(0, 0))) in obbDisjoint()
245 if(t > (a[1] * Bf(2, 2) + a[2] * Bf(1, 2) + in obbDisjoint()
246 b[0] * Bf(0, 1) + b[1] * Bf(0, 0))) in obbDisjoint()
253 if(t > (a[0] * Bf(2, 0) + a[2] * Bf(0, 0) + in obbDisjoint()
254 b[1] * Bf(1, 2) + b[2] * Bf(1, 1))) in obbDisjoint()
261 if(t > (a[0] * Bf(2, 1) + a[2] * Bf(0, 1) + in obbDisjoint()
262 b[0] * Bf(1, 2) + b[2] * Bf(1, 0))) in obbDisjoint()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/include/jalocha/
H A Dpj_fft.h211 size_t Groups, GroupSize2, Group, Bf, TwidIdx; in CoreProc() local
213 for (Bf = 0; Bf < Size; Bf += 2) in CoreProc()
214 FFT2(x[Bf], x[Bf + 1]); // first pass in CoreProc()
218 for (Group = 0, Bf = 0; Group < Groups; Group++, Bf += GroupSize2) { in CoreProc()
219 for (TwidIdx = 0; TwidIdx < Size2; TwidIdx += Groups, Bf++) { in CoreProc()
220 FFTbf(x[Bf], x[Bf + GroupSize2], Twiddle[TwidIdx]); in CoreProc()
229 size_t Groups, GroupSize2, Group, Bf, TwidIdx, TwidIncr; in CoreProc() local
233 for (Bf = 0; Bf < Len; Bf += 2) in CoreProc()
234 FFT2(x[Bf], x[Bf + 1]); // first pass in CoreProc()
239 for (Group = 0, Bf = 0; Group < Groups; Group++, Bf += GroupSize2) { in CoreProc()
[all …]
/dports/net/dictd/dictd-1.13.1/test/
H A Ddb.expect.cyrillic_1.index17 белорусский университет F3y Bf
50 вильнюсский университет GGI Bf
65 воронежский университет GJO Bf
118 всякому овощу свое время EKw Bf
121 гарвардский университет GME Bf
125 гладзорский университет GSs Bf
136 гродненский университет GVm Bf
186 кемеровский университет G5H Bf
190 кишиневский университет G+n Bf
192 колорадский университет HBZ Bf
[all …]
/dports/textproc/dict/dictd-1.13.1/test/
H A Ddb.expect.cyrillic_1.index17 белорусский университет F3y Bf
50 вильнюсский университет GGI Bf
65 воронежский университет GJO Bf
118 всякому овощу свое время EKw Bf
121 гарвардский университет GME Bf
125 гладзорский университет GSs Bf
136 гродненский университет GVm Bf
186 кемеровский университет G5H Bf
190 кишиневский университет G+n Bf
192 колорадский университет HBZ Bf
[all …]
/dports/textproc/dictfmt/dictd-1.13.1/test/
H A Ddb.expect.cyrillic_1.index17 белорусский университет F3y Bf
50 вильнюсский университет GGI Bf
65 воронежский университет GJO Bf
118 всякому овощу свое время EKw Bf
121 гарвардский университет GME Bf
125 гладзорский университет GSs Bf
136 гродненский университет GVm Bf
186 кемеровский университет G5H Bf
190 кишиневский университет G+n Bf
192 колорадский университет HBZ Bf
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/include/mummer/
H A Dpostnuc.hh209 void processSyntenys_each(Container& Syntenys, const FR2& Bf,
212 void processSyntenys_each(Container& Syntenys, const FR2& Bf, in processSyntenys_each()
214 processSyntenys_each(Syntenys, Bf, [](const Container& s, const FR2& Bf) { }, in processSyntenys_each() argument
226 processSyntenys_long_each(Syntenys, Bf, [](const Container& s, const FR2& Bf) { }, in processSyntenys_long_each() argument
273 printDeltaAlignments(Alignments, Af.Id(), Af.len(), Bf.Id(), Bf.len(), DeltaFile); in printDeltaAlignments()
333 …extendClusters (CurrSp.clusters, CurrSp.AfP->seq(), CurrSp.AfP->len(), Bf.seq(), Bf.len(), alignme… in processSyntenys_each()
335 matches(std::move(alignments), *CurrSp.AfP, Bf); in processSyntenys_each()
339 clusters(Syntenys, Bf); in processSyntenys_each()
371 …extendClusters (CurrSp->clusters, CurrSp->AfP->seq(), CurrSp->AfP->len(), Bf.seq(), Bf.len(), alig… in processSyntenys_long_each()
373 matches(std::move(alignments), *CurrSp->AfP, Bf); in processSyntenys_long_each()
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/tigr/
H A Dpostpro.cc472 Asyn.Bf.len = -1; in main()
473 Asyn.Bf.Id = (char *) Safe_malloc in main()
957 fprintf (DeltaFile, ">%s %s %ld %ld\n", Af->Id, Bf->Id, Af->len, Bf->len); in flushAlignments()
1466 strcmp (CurrSp->Bf.Id, (CurrSp-1)->Bf.Id) != 0 ) in processSyntenys()
1469 while ( Read_String (QryFile, Bf.seq, InitSize, Bf.Id, false) ) in processSyntenys()
1470 if ( strcmp (CurrSp->Bf.Id, Bf.Id) == 0 ) in processSyntenys()
1472 if ( strcmp (CurrSp->Bf.Id, Bf.Id) != 0 ) in processSyntenys()
1477 Bf.len = strlen (Bf.seq + 1); in processSyntenys()
1481 CurrSp->Bf.len = Bf.len; in processSyntenys()
1488 free (Bf.Id); in processSyntenys()
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Bf/
H A Dmultiargs.out_lint1 mandoc: multiargs.in:14:15: ERROR: skipping excess arguments: Bf ... Em
2 mandoc: multiargs.in:18:15: ERROR: skipping excess arguments: Bf ... badarg
3 mandoc: multiargs.in:22:8: ERROR: skipping excess arguments: Bf ... -emphasis
4 mandoc: multiargs.in:26:8: ERROR: skipping excess arguments: Bf ... Em
5 mandoc: multiargs.in:30:8: ERROR: skipping excess arguments: Bf ... badarg
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dhicpp-multiway-paths-covered.cpp85 Bitfields Bf; in bad_switch() local
87 switch (Bf.UInt) { in bad_switch()
94 switch (Bf.UInt) { in bad_switch()
106 switch (Bf.SInt) { in bad_switch()
112 switch (Bf.SInt) { in bad_switch()

12345678910>>...61