/external/oss-fuzz/projects/ntp/ |
D | Dockerfile | 19 ADD https://www.bitkeeper.org/downloads/7.3.3/bk-7.3.3-x86_64-glibc213-linux.bin bk-7.3.3-x86_64-gl… 20 RUN chmod +x bk-7.3.3-x86_64-glibc213-linux.bin 21 RUN ./bk-7.3.3-x86_64-glibc213-linux.bin /usr/local/bitkeeper 22 RUN ln -s /usr/local/bitkeeper/bk /usr/local/bin/bk 23 RUN bk clone http://bk.ntp.org/ntp-dev
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 841 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards() 842 if (bk <= previousBreak) { in testForwards() 843 throw new MonkeyException("Break Iterator Stall", bk); in testForwards() 845 if (bk < 0 || bk > fTestData.fString.length()) { in testForwards() 846 throw new MonkeyException("Boundary out of bounds", bk); in testForwards() 848 fTestData.fActualBreaks[bk] = true; in testForwards() 859 int bk = fBI.following(i); in testFollowing() local 860 if (bk == BreakIterator.DONE && i == fTestData.fString.length()) { in testFollowing() 863 if (bk == nextBreak && bk > i) { in testFollowing() 867 if (i == nextBreak && bk > nextBreak) { in testFollowing() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 844 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards() 845 if (bk <= previousBreak) { in testForwards() 846 throw new MonkeyException("Break Iterator Stall", bk); in testForwards() 848 if (bk < 0 || bk > fTestData.fString.length()) { in testForwards() 849 throw new MonkeyException("Boundary out of bounds", bk); in testForwards() 851 fTestData.fActualBreaks[bk] = true; in testForwards() 862 int bk = fBI.following(i); in testFollowing() local 863 if (bk == BreakIterator.DONE && i == fTestData.fString.length()) { in testFollowing() 866 if (bk == nextBreak && bk > i) { in testFollowing() 870 if (i == nextBreak && bk > nextBreak) { in testFollowing() [all …]
|
/external/webrtc/modules/third_party/fft/ |
D | fft.c | 280 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; in FFTRADIX() local 441 bk = Im [k2]; in FFTRADIX() 443 Im [k2] = Im [kk] - bk; in FFTRADIX() 445 Im [kk] += bk; in FFTRADIX() 460 bk = Im [kk] - Im [k2]; in FFTRADIX() 463 Re [k2] = c1 * ak - s1 * bk; in FFTRADIX() 464 Im [k2] = s1 * ak + c1 * bk; in FFTRADIX() 572 bk = Im [kk]; in FFTRADIX() 576 Im [kk] = bk + bj; in FFTRADIX() 578 bk -= 0.5 * bj; in FFTRADIX() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 706 for (int32_t bk=fBI->first(); bk != BreakIterator::DONE; bk=fBI->next()) { in testForwards() local 707 if (bk <= previousBreak) { in testForwards() 708 MONKEY_ERROR("Break Iterator Stall", bk); in testForwards() 711 if (bk < 0 || bk > fTestData->fString.length()) { in testForwards() 712 MONKEY_ERROR("Boundary out of bounds", bk); in testForwards() 715 fTestData->fActualBreaks.setCharAt(bk, 1); in testForwards() 728 int32_t bk = fBI->following(i); in testFollowing() local 729 if (bk == BreakIterator::DONE && i == fTestData->fString.length()) { in testFollowing() 732 if (bk == nextBreak && bk > i) { in testFollowing() 736 if (i == nextBreak && bk > nextBreak) { in testFollowing() [all …]
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval.pass.cpp | 64 double bk = std::numeric_limits<double>::quiet_NaN(); in test1() local 86 bk = b[k]; in test1() 90 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test1() 116 double bk = std::numeric_limits<double>::quiet_NaN(); in test2() local 138 bk = b[k]; in test2() 142 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test2() 168 double bk = std::numeric_limits<double>::quiet_NaN(); in test3() local 190 bk = b[k]; in test3() 194 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test3() 220 double bk = std::numeric_limits<double>::quiet_NaN(); in test4() local [all …]
|
D | eval_param.pass.cpp | 66 double bk = std::numeric_limits<double>::quiet_NaN(); in main() local 88 bk = b[k]; in main() 92 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in main()
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval.pass.cpp | 65 double bk = std::numeric_limits<double>::quiet_NaN(); in test1() local 87 bk = b[k]; in test1() 91 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test1() 117 double bk = std::numeric_limits<double>::quiet_NaN(); in test2() local 139 bk = b[k]; in test2() 143 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test2() 169 double bk = std::numeric_limits<double>::quiet_NaN(); in test3() local 191 bk = b[k]; in test3() 195 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test3() 221 double bk = std::numeric_limits<double>::quiet_NaN(); in test4() local [all …]
|
D | eval_param.pass.cpp | 65 double bk = std::numeric_limits<double>::quiet_NaN(); in main() local 87 bk = b[k]; in main() 91 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in main()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionThreadPool.h | 182 Index bm, bn, bk; 189 bk = blocking.kc(); 196 bk = blocking.kc(); 204 contractionCost(m, n, bm, bn, bk, shard_by_col, false); 233 bk = blocking.kc(); 240 bk = blocking.kc(); 246 Index nk = divup(k, bk); 257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col); 258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); 260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); [all …]
|
/external/llvm-project/clang/test/CXX/expr/ |
D | p13.cpp | 26 const B bk = b; in f() local 28 const A &ak3 = k ? ak : bk; // expected-error {{could not bind}} in f() 29 const B &bk3 = k ? ak : bk; in f()
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-PHIAssertion.ll | 5 @bk = external global i32 ; <i32*> [#uses=2] 32 %reg126 = load i32, i32* @bk ; <i32> [#uses=1] 37 %reg119 = load i32, i32* @bk ; <i32> [#uses=1]
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-PHIAssertion.ll | 5 @bk = external global i32 ; <i32*> [#uses=2] 34 %reg126 = load i32, i32* @bk ; <i32> [#uses=1] 39 %reg119 = load i32, i32* @bk ; <i32> [#uses=1]
|
/external/curl/lib/ |
D | mk-ca-bundle.pl | 596 my $bk = 1; 597 while (-e "$crt.~${bk}~") { 598 $bk++; 600 rename $crt, "$crt.~${bk}~" or die "Failed to create backup $crt.~$bk}~: $!\n";
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_contraction_kernel.h | 539 StorageIndex bm, StorageIndex bk, StorageIndex bn) \ 540 : m(m), k(k), n(n), bm(bm), bk(bk), bn(bn) {} \ 594 d, bm, bk, bn, &lhs_block->packed_data, &rhs_block->packed_data); \ 607 d, bm, bk, bn, num_lhs, num_rhs, num_slices, lhs_mem.data(), \ 733 const StorageIndex bk; \ 748 StorageIndex bm, StorageIndex bk, StorageIndex bn) \ 749 : m(m), k(k), n(n), bm(bm), bk(bk), bn(bn) {} \ 789 d, bm, bk, bn, &lhs_block->packed_data, &rhs_block->packed_data); \ 802 d, bm, bk, bn, num_lhs, num_rhs, num_slices, lhs_mem.data(), \ 893 const StorageIndex bk; \
|
/external/clang/test/Rewriter/ |
D | rewrite-nested-blocks-2.mm | 10 void Outer(void (^bk)()); 11 void Inner(void (^bk)());
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-nested-blocks-2.mm | 10 void Outer(void (^bk)()); 11 void Inner(void (^bk)());
|
/external/rust/crates/criterion-plot/ |
D | .gitignore | 1 *.bk
|
/external/rust/crates/atty/ |
D | .gitignore | 3 *.bk
|
/external/rust/crates/arbitrary/ |
D | .gitignore | 2 **/*.rs.bk
|
/external/rust/crates/peeking_take_while/ |
D | .gitignore | 2 **/*.rs.bk
|
/external/rust/crates/remain/ |
D | .gitignore | 2 **/*.rs.bk
|
/external/rust/crates/thiserror/ |
D | .gitignore | 2 **/*.rs.bk
|
/external/rust/crates/plotters-svg/ |
D | .gitignore | 2 **/*.rs.bk
|
/external/rust/crates/rustc-hash/ |
D | .gitignore | 2 **/*.rs.bk
|