HomeSort by relevance Sort by last modified time
    Searched refs:bi (Results 76 - 100 of 455) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 66 void bi(int[] ...);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 269 Iterator bi = bb.iterator(); local
271 Comparable bo = (Comparable) bi.next();
278 if (!bi.hasNext()) return false;
279 bo = (Comparable) bi.next();
286 Iterator bi = bb.iterator(); local
288 Object bo = bi.next();
295 if (!bi.hasNext()) return false;
296 bo = bi.next();
322 Iterator bi = bb.iterator(); local
324 Comparable bo = (Comparable) bi.next()
341 Iterator bi = bb.iterator(); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 268 Iterator bi = bb.iterator(); local
270 Comparable bo = (Comparable) bi.next();
277 if (!bi.hasNext()) return false;
278 bo = (Comparable) bi.next();
285 Iterator bi = bb.iterator(); local
287 Object bo = bi.next();
294 if (!bi.hasNext()) return false;
295 bo = bi.next();
321 Iterator bi = bb.iterator(); local
323 Comparable bo = (Comparable) bi.next()
340 Iterator bi = bb.iterator(); local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 51 BigInt bi = new BigInt(); local
52 bi.bignum = NativeBN.BN_new();
53 registry.registerNativeAllocation(bi, bi.bignum);
54 return bi;
69 BigInt bi = new BigInt(); local
70 bi.putCopy(this);
71 return bi;
  /libcore/ojluni/src/main/java/java/text/
FieldPosition.java 190 * @param bi the begin index
193 public void setBeginIndex(int bi) {
194 beginIndex = bi;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
icache1.d 55 .* bi \$0
87 .* 35 00 00 00 bi \$0
94 .* 35 00 00 00 bi \$0
108 .* 35 00 00 00 bi \$0
ovl2.d 18 .* bi \$0
21 .* bi \$0
72 .* bi \$0
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 194 for (typename BlockCounts::const_iterator bi = bwi->second.begin(), be = bwi->second.end(); bi != be; ++bi) {
195 dbgs() << bi->first << "@" << format("%p", bi->first) << ": " << format("%.20g",bi->second) << "\n";
214 for (typename FType::const_iterator BI = F->begin(), BE = F->end();
215 BI != BE; ++BI) {
216 const BType *BB = &(*BI);
    [all...]
  /external/boringssl/src/crypto/bn/asm/
armv8-mont.pl 1051 $bi,$mi,$tp,$ap_end,$cnt) = map("x$_",(6..17,19..28));
1076 ldr $bi,[$bp,#8*0] // b[0]
1092 mul $t0,$a0,$bi // lo(a[0..3]*b[0])
1094 mul $t1,$a1,$bi
1096 mul $t2,$a2,$bi
1098 mul $t3,$a3,$bi
1100 umulh $t0,$a0,$bi // hi(a[0..3]*b[0])
1104 umulh $t1,$a1,$bi
1106 umulh $t2,$a2,$bi
1108 umulh $t3,$a3,$bi
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 250 OPJ_INT32 *bi = h->mem + h->cas; local
253 *bi = *(ai++);
254 bi += 2;
257 bi = h->mem + 1 - h->cas;
260 *bi = *(ai++);
261 bi += 2;
270 OPJ_INT32 *bi = v->mem + v->cas; local
273 *bi = *ai;
274 bi += 2;
278 bi = v->mem + 1 - v->cas
628 OPJ_FLOAT32* restrict bi = (OPJ_FLOAT32*) (w->wavelet + w->cas); local
671 opj_v4_t* restrict bi = v->wavelet + v->cas; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 314 for (int bi = 0, s = ssaBlocks.size(); bi < s; bi++) {
315 SsaBasicBlock b = ssaBlocks.get(bi);
321 defsites[rs.getReg() - threshold].set(bi);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
BreakIteratorTest.java 52 private void generalIteratorTest(BreakIterator bi, List<String> expectedResult) {
61 bi.setText(text);
63 List<String> nextResults = _testFirstAndNext(bi, text);
64 List<String> previousResults = _testLastAndPrevious(bi, text);
88 _testFollowing(bi, text, boundaries);
89 _testPreceding(bi, text, boundaries);
90 _testIsBoundary(bi, text, boundaries);
92 doMultipleSelectionTest(bi, text);
95 private List<String> _testFirstAndNext(BreakIterator bi, String text) {
96 int p = bi.first()
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorTest.java 51 private void generalIteratorTest(BreakIterator bi, List<String> expectedResult) {
60 bi.setText(text);
62 List<String> nextResults = _testFirstAndNext(bi, text);
63 List<String> previousResults = _testLastAndPrevious(bi, text);
87 _testFollowing(bi, text, boundaries);
88 _testPreceding(bi, text, boundaries);
89 _testIsBoundary(bi, text, boundaries);
91 doMultipleSelectionTest(bi, text);
94 private List<String> _testFirstAndNext(BreakIterator bi, String text) {
95 int p = bi.first()
    [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 51 System.out.println("-bi = test BufferedImage support\n");
97 private static boolean bi = false; field in class:TJUnitTest
648 if (bi) {
658 if (bi) {
718 if (bi) {
762 if (bi)
767 if (bi) {
776 if ((bi && checkImg(img, pf, subsamp, sf, flags) == 1) ||
777 (!bi && checkBuf(dstBuf, scaledWidth,
831 if (pf >= TJ.PF_RGBX && pf <= TJ.PF_XRGB && !bi) {
    [all...]
  /external/syslinux/gpxe/src/core/
btext.c 66 boot_infos_t* bi = &disp_bi;
72 // bi->logicalDisplayBase = (unsigned char *)address;
73 bi->dispDeviceBase = address;
74 bi->dispDeviceRowBytes = pitch;
75 bi->dispDeviceDepth = depth;
76 bi->dispDeviceRect[0] = bi->dispDeviceRect[1] = 0;
77 bi->dispDeviceRect[2] = width;
78 bi->dispDeviceRect[3] = height;
96 boot_infos_t *bi = &disp_bi
    [all...]
  /art/compiler/optimizing/
loop_optimization_test.cc 160 HBasicBlock* bi = b->GetSuccessors()[0]; local
163 si = AddLoop(bi, si);
164 bi = si->GetSuccessors()[0];
  /external/skia/bench/
SortBench.cpp 79 const int bi = *(const int*)b; local
80 return ai < bi ? -1 : (ai > bi);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileEstimatorPass.cpp 329 for (Function::iterator bi = F.begin(), be = F.end(); bi != be; ++bi)
330 BBToVisit.insert(bi);
355 for (std::set<BasicBlock*>::iterator bi = BBToVisit.begin(),
356 be = BBToVisit.end(); bi != be; ++bi) {
357 recurseBasicBlock(*bi);
  /external/eigen/bench/
bench_gemm.cpp 109 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci)
112 cr.noalias() -= ai * bi;
113 ci.noalias() += ar * bi;
117 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci)
120 ci.noalias() += a * bi;
301 M bi(p,n); bi.setRandom();
306 BENCH(t, tries, rep, matlab_cplx_cplx(ar,ai,br,bi,cr,ci));
314 M bi(p,n); bi.setRandom()
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-explicit-specialization.cpp 24 b<int> bi; variable
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTaglet.java 218 BreakIterator bi = BreakIterator.getSentenceInstance(Locale.US); local
220 bi.setText(text);
221 int first = bi.first();
222 int next = bi.next();
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 106 * is zero and otherwise one more than the largest value of bi for
107 * which getBit(bi) returns true. */
109 /* Get the state of bit bi, which has value 2^bi. Bits beyond the
111 bool getBit(Index bi) const {
112 return (getBlock(bi / N) & (Blk(1) << (bi % N))) != 0;
114 /* Sets the state of bit bi to newBit. The number grows or shrinks as
116 void setBit(Index bi, bool newBit);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 271 BreakIterator bi = BreakIterator.getWordInstance(Locale.US); local
272 bi.setText("This is the test, WordInstance");
273 int n = bi.first();
274 n = bi.next();
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 134 bi, bj := b[i], b[j]
135 return bi.StartLine < bj.StartLine || bi.StartLine == bj.StartLine && bi.StartCol < bj.StartCol
185 for si, bi := 0, 0; si < len(src) && bi < len(p.Blocks); {
186 b := p.Blocks[bi]
192 bi++
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 134 bi, bj := b[i], b[j]
135 return bi.StartLine < bj.StartLine || bi.StartLine == bj.StartLine && bi.StartCol < bj.StartCol
185 for si, bi := 0, 0; si < len(src) && bi < len(p.Blocks); {
186 b := p.Blocks[bi]
192 bi++

Completed in 487 milliseconds

1 2 34 5 6 7 8 91011>>