HomeSort by relevance Sort by last modified time
    Searched defs:b1 (Results 226 - 250 of 710) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
member-pointer.cpp 54 bool b1 = (pf == pf2); (void)b1; local
overloaded-builtin-operators.cpp 47 bool b1 = !s; local
110 bool b1 = (sr && lr) || (sr || lr); local
135 bool b1 = (vip == cip); local
  /external/deqp/framework/delibs/debase/
deInt32.h 426 deUint32 b1 = (v & 0x0000ff00) << 8; local
429 return b0|b1|b2|b3;
  /external/dng_sdk/source/
dng_exif.cpp 742 uint32 b1 = (fExifVersion >> 16) & 0xff; local
745 return (b0 > 0) || (b1 >= 2 && b2 >= 3);
1111 uint32 b1 = stream.Get_uint8 (); local
1115 fTIFF_EP_StandardID = (b0 << 24) | (b1 << 16) | (b2 << 8) | b3;
1123 (unsigned) b1,
1842 uint32 b1 = stream.Get_uint8 (); local
1846 fExifVersion = (b0 << 24) | (b1 << 16) | (b2 << 8) | b3;
1854 (b1 - '0') * 1.00 +
1958 uint32 b1 = stream.Get_uint8 (); local
2566 uint32 b1 = stream.Get_uint8 (); local
3581 uint32 b1 = stream.Get_uint8 (); local
4075 uint32 b1 = stream.Get_uint8 (); local
    [all...]
dng_linearization_info.cpp 515 real32 b1 = 0.0f; local
519 b1 = fBlack_1D_buffer->Buffer_real32 () [dstRow % fBlack_1D_rows];
540 real32 x = (*srcPtr) * scale - b1;
666 int32 b1 = 0; local
670 b1 = fBlack_1D_buffer->Buffer_int32 () [dstRow % fBlack_1D_rows];
690 b1 -= 128; // Rounding for 8 bit shift
700 int32 x = lut [*srcPtr] - b1;
733 int32 x = lut [*srcPtr] - b1;
765 real32 b1 = 0.0f; local
769 b1 = fBlack_1D_buffer->Buffer_real32 () [dstRow % fBlack_1D_rows]
    [all...]
  /external/icu/icu4c/source/common/
usprep.cpp 119 UStringPrepKey *b1 = (UStringPrepKey *)p1.pointer; local
122 name1.pointer = b1->name;
124 path1.pointer = b1->path;
666 UChar *b1 = s1.getBuffer(srcLength); local
667 if(b1==NULL){
672 b1, s1.getCapacity(), options, parseError, status);
678 b1 = s1.getBuffer(b1Len);
679 if(b1==NULL){
686 b1, s1.getCapacity(), options, parseError, status);
731 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError)
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliterationChart.java 234 char b1 = b.charAt(0); local
235 if (a1 < 0x900 && b1 > 0x900) return -1;
236 if (a1 > 0x900 && b1 < 0x900) return +1;
  /external/iproute2/misc/
rtacct.c 159 char b1[16]; local
207 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1)));
221 char b1[16]; local
282 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1)));
  /external/libopus/tests/
test_opus_encode.c 59 opus_int32 a1,b1,a2,b2; local
62 a1=b1=a2=b2=0;
74 b1=v1-a1+((b1*61+32)>>6);a1=v1;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 261 uint8 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
264 d[1] = (a1 * 3 + b1 + 2) >> 2;
283 uint16 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
286 d[1] = (a1 * 3 + b1 + 2) >> 2;
306 uint8 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
309 d[1] = (a1 + b1 + 1) >> 1;
328 uint16 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
331 d[1] = (a1 + b1 + 1) >> 1;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 708 tran_high_t a1, b1, c1, d1, e1; local
715 b1 = ip_pass0[1 * stride];
719 a1 += b1;
722 b1 = e1 - b1;
725 d1 += b1;
729 op[12] = (tran_low_t)b1;
739 b1 = ip[1];
743 a1 += b1;
746 b1 = e1 - b1
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_data.cpp 463 int b1 = (int)strtod( ord, &stopstring ); local
469 if ( var_types->data.ptr[b1] == CV_VAR_CATEGORICAL)
471 var_types->data.ptr[b1] = CV_VAR_ORDERED;
482 for (int i = b1; i <= b2; i++)
488 set_var_type_count += b2 - b1 + 1;
510 int b1 = (int)strtod( cat, &stopstring ); local
516 var_types->data.ptr[b1] = CV_VAR_CATEGORICAL;
527 for (int i = b1; i <= b2; i++)
529 set_var_type_count += b2 - b1 + 1;
  /external/opencv3/modules/core/src/
lapack.cpp 267 __m128 b0 = _mm_load_ps(b + k), b1 = _mm_load_ps(b + k + 4); local
270 s1 = _mm_add_ps(s1, _mm_mul_ps(a1, b1));
336 __m128d b0 = _mm_load_pd(b + k), b1 = _mm_load_pd(b + k + 2); local
339 s1 = _mm_add_pd(s1, _mm_mul_pd(a1, b1));
    [all...]
  /external/opencv3/modules/imgproc/src/
geometry.cpp 415 int b1 = (b + m - 1) % m; local
417 Point2f A = P[a] - P[a1], B = Q[b] - Q[b1]; // directed edges on P and Q (resp.)
420 int aHB = areaSign( Q[b1], Q[b], P[a] ); // a in H(b).
425 int code = segSegInt( P[a1], P[a], Q[b1], Q[b], p, q );
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 355 float b1 = (float)u_diff.val[1]; local
365 a1 += (float)s1; b1 += (float)s1;
373 float _b0 = b0, _b1 = b1, _b2 = b2;
  /external/v8/test/unittests/compiler/
loop-peeling-unittest.cc 315 Branch b1 = NewBranch(p0, loop); local
316 Branch b2 = NewBranch(p0, b1.if_true);
321 Node* r = InsertReturn(p0, start(), b1.if_false);
325 Node* b1b = ExpectPeeled(b1.branch, peeled);
326 Node* b1t = ExpectPeeled(b1.if_true, peeled);
327 Node* b1f = ExpectPeeled(b1.if_false, peeled);
330 EXPECT_THAT(ExpectPeeled(b1.if_true, peeled), IsIfTrue(b1b));
342 EXPECT_THAT(r, IsReturn(p0, start(), IsMerge(b1.if_false, b1f)));
349 Branch b1 = NewBranch(p0, loop); local
350 Branch b2 = NewBranch(p0, b1.if_true)
397 Branch b1 = NewBranch(p0, loop); local
457 Branch b1 = NewBranch(p0, loop); local
479 Branch b1 = NewBranch(p0, loop); local
    [all...]
  /external/webp/src/dsp/
alpha_processing_sse2.c 85 const __m128i b1 = _mm_unpackhi_epi8(zero, a0); local
87 const __m128i b2_lo = _mm_unpacklo_epi16(b1, zero);
89 const __m128i b2_hi = _mm_unpackhi_epi16(b1, zero);
124 const __m128i b1 = _mm_and_si128(a1, a_mask); local
125 const __m128i c0 = _mm_packs_epi32(b0, b1);
lossless_enc_sse2.c 100 const __m128i B1 = _mm_and_si128(in1, mask_g);
104 const __m128i D1 = _mm_mulhi_epi16(B1, mults_g);
148 const __m128i B1 = _mm_srli_epi32(in1, 16);
152 const __m128i E1 = _mm_sub_epi8(B1, C1);
186 const __m128i b1 = _mm_loadu_si128((const __m128i*)&b[i + 4]); local
192 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1));
211 const __m128i b1 = _mm_loadu_si128((const __m128i*)&out[i + 4]); local
217 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 1223 i32 *ptrC, *ptrV, *b1; local
1410 i32 *ptrC, *ptrV, *ptrInt, *b1; local
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelTest.java 147 BitSet b1 = new BitSet(ITEM_COUNT); local
160 b1.set(Integer.parseInt(docId));
168 assertEquals(ITEM_COUNT, b1.cardinality());
  /frameworks/native/opengl/libagl/
dxt.cpp 102 int b1 = (x >> 16) & 0xff; local
106 return (uint32_t)((b3 << 24) | (b2 << 16) | (b1 << 8) | b0);
167 // bits: b31 b30 b29 ... b3 b2 b1 b0
168 // bits >> 1: b31 b31 b30 ... b4 b3 b2 b1
169 // &: b31 (b31 & b30) (b29 & b28) ... (b2 & b1) (b1 & b0)
170 // & 0x55..: 0 (b31 & b30) 0 ... 0 (b1 & b0)
241 int b1 = blue(color1); local
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
261 b2 = avg23(b0, b1);
371 int b1 = blue(color1); local
528 int b1 = blue(color1); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 402 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
408 CPPUNIT_CHECK( b1[9] == '0' );
428 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
432 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
434 CPPUNIT_CHECK( b1[9] == '0' );
479 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
485 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 402 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
408 CPPUNIT_CHECK( b1[9] == '0' );
428 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
432 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
434 CPPUNIT_CHECK( b1[9] == '0' );
479 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
485 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
104 d[1]=a0*b1+a1*b0;
105 d[2]= a1*b1;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
116 d[1]=a0*b1;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
128 d[1]=a0*b1+a1*b0
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 

Completed in 2330 milliseconds

1 2 3 4 5 6 7 8 91011>>