HomeSort by relevance Sort by last modified time
    Searched defs:s2 (Results 651 - 675 of 1003) sorted by null

<<21222324252627282930>>

  /external/opencv/cv/src/
cvhistogram.cpp 458 double s2 = 0, s22 = 0; local
470 s2 += b;
474 num = s12 - s1*s2*scale;
475 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
492 double s1 = 0, s2 = 0; local
499 s2 += b;
501 s1 *= s2;
555 double s2 = 0, s22 = 0; local
578 s2 += v2
608 double s1 = 0, s2 = 0; local
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 91 double x, y, c, s, c2, s2, a; local
107 s2 = s * s;
108 c = sqrt( 1.0 - s2 );
147 A1[p] = (float) (App * c2 + Aqq * s2 - a);
148 A2[q] = (float) (App * s2 + Aqq * c2 + a);
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 599 double s = scale[j*2], s2 = scale[j*2+1]; local
600 double m = s/count, sigma2 = s2/count - m*m;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 185 FX_FLOAT s1, s2; local
188 s2 = FXSYS_Div(-b + root, 2 * a);
190 s2 = FXSYS_Div(-b - root, 2 * a);
197 s = s2;
200 if (s2 <= 1.0f || bEndExtend) {
201 s = s2;
    [all...]
  /external/pixman/pixman/
pixman-fast-path.c 1524 uint32_t s1, s2; local
2245 uint32_t s2 = *src++; local
    [all...]
  /external/qemu/android/skin/
region.c 128 RunStore* s2; local
133 s2 = runstore_alloc( s->count );
134 if (s2) {
135 memcpy( s2, s, sizeof(*s) + s->count*sizeof(Run) );
137 s2->refcount = 1;
139 return s2;
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c 4455 png_uint_32 s2 = (*(rp + 4) << 8) | *(rp + 5); local
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 185 const struct seapp_context *s1 = *sp1, *s2 = *sp2; local
188 if (s1->isSystemServer != s2->isSystemServer)
192 if (s1->user.str && !s2->user.str)
194 if (!s1->user.str && s2->user.str)
199 if (s1->user.is_prefix != s2->user.is_prefix)
200 return (s2->user.is_prefix ? -1 : 1);
203 if (s1->user.is_prefix && s1->user.len != s2->user.len)
204 return (s1->user.len > s2->user.len) ? -1 : 1;
208 if (s1->seinfo && !s2->seinfo)
210 if (!s1->seinfo && s2->seinfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 1624 Uint8 s1, s2, s3, s4; local
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 463 fst::StdArc::StateId s2 = arc.nextstate; local
473 done_for_state[ s2]++;
474 for(fst::MutableArcIterator<fst::StdVectorFst> aiter2(&fst_, s2);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 210 StateTuple(StateId s1, StateId s2, int f)
211 : state_id1(s1), state_id2(s2), filt(f) {}
267 // and those of the resulting (string) FST, a state tuple (s1, s2) is
280 StateTuple(StateId s1, StateId s2, int /* f */)
281 : state_id1(s1), state_id2(s2) {}
452 StateId s2 = tuple.state_id2; local
455 OrderedExpand(s, ComposeFstImplBase<A>::fst2_, s2,
459 ComposeFstImplBase<A>::fst2_, s2, f, false);
621 StateId s2 = ComposeFstImplBase<A>::fst2_->Start(); local
622 if (s1 == kNoStateId || s2 == kNoStateId
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 303 Int VG_(strcmp) ( const HChar* s1, const HChar* s2 )
306 if (*(const UChar*)s1 < *(const UChar*)s2) return -1;
307 if (*(const UChar*)s1 > *(const UChar*)s2) return 1;
309 /* *s1 == *s2 */
312 s1++; s2++;
316 Int VG_(strcasecmp) ( const HChar* s1, const HChar* s2 )
320 UChar c2 = (UChar)VG_(tolower)(*s2);
327 s1++; s2++;
331 Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax )
336 if (*(const UChar*)s1 < *(const UChar*)s2) return -1
793 SizeT s, s1, s2; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 376 sp<Stream> s2 = mStreams.editValueAt(1); local
379 info1.mPID == s1->pid() && info1.mType == s2->type()
380 && info2.mPID == s2->pid() && info2.mType == s1->type();
383 info1.mPID == s2->pid() && info1.mType == s1->type()
384 && info2.mPID == s1->pid() && info2.mType == s2->type();
388 unsigned pid2 = s2->pid();
390 s2->setPID(pid1);
394 mStreams.add(s2->pid(), s2);
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 695 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2)
708 gglMulx(s2-s0, t1-t0, shift) )*w*h;
730 int32_t s2 = v2->texture[i].S; local
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
745 s2 *= width;
753 itt[6] = -lerp.iteratorsScale(itt+0, s0, s1, s2);
787 int32_t s2 = v2->texture[i].S; local
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
802 s2 *= width;
815 s2 = gglMulx(s2, w2, wscale)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 547 float s2 = (float)th / (float)mScreenHeight; local
549 if (s1 > s2) {
553 tw /= s2;
554 th /= s2;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 606 String s2 = "string 2"; local
611 oos.writeUTF(s2);
624 assertTrue("Wrong UTF String :" + l2, s2.equals(l2));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 281 String s2 = "s2"; local
282 String s3 = s1.concat(s2);
283 assertEquals(s2, s3);
285 // assertNotSame(s2, s3);
286 s3 = s2.concat(s1);
287 assertEquals(s2, s3);
289 // assertNotSame(s2, s3);
291 s3 = s2.concat(s1);
292 assertSame(s2, s3)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedHashMapTest.java 557 Set s2 = lruhm.entrySet(); local
558 Iterator it2 = s2.iterator();
559 assertTrue("Returned set of incorrect size 3", lruhm.size() == s2
616 Set s2 = lruhm.keySet(); local
617 Iterator it2 = s2.iterator();
618 assertTrue("Returned set of incorrect size", lruhm.size() == s2.size());
672 Collection s2 = lruhm.values(); local
673 Iterator it2 = s2.iterator();
674 assertTrue("Returned set of incorrect size", lruhm.size() == s2.size());
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 717 int s1, s2; local
721 if ((s2 = t2.doJoin() & DONE_MASK) != NORMAL)
722 t2.reportException(s2);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 782 char *s1, *s2, *p1, *p2, *q; local
788 s2 = getsval(y);
792 for (q=p1, p2=s2; *p2 != '\0' && *q == *p2; q++, p2++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 236 def test_lecmp(s, s2):
237 self.assertTrue(s < s2)
240 s2 = u'\ud800\udc01'
241 test_lecmp(s, s2)
242 s2 = u'\ud900\udc01'
243 test_lecmp(s, s2)
244 s2 = u'\uda00\udc01'
245 test_lecmp(s, s2)
246 s2 = u'\udb00\udc01'
247 test_lecmp(s, s2)
1274 class s2: class in function:UnicodeTest.test_unicode_repr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 236 def test_lecmp(s, s2):
237 self.assertTrue(s < s2)
240 s2 = u'\ud800\udc01'
241 test_lecmp(s, s2)
242 s2 = u'\ud900\udc01'
243 test_lecmp(s, s2)
244 s2 = u'\uda00\udc01'
245 test_lecmp(s, s2)
246 s2 = u'\udb00\udc01'
247 test_lecmp(s, s2)
1274 class s2: class in function:UnicodeTest.test_unicode_repr
    [all...]
  /system/core/libmincrypt/
p256_ec.c 844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; local
882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 1074 static const int S2 = 105000; // Allow some expansion from metadata
1089 ASSERT_TRUE(Between(Size("", Key(i)), S1*i, S2*i));
1090 ASSERT_TRUE(Between(Size("", Key(i)+".suffix"), S1*(i+1), S2*(i+1)));
1091 ASSERT_TRUE(Between(Size(Key(i), Key(i+10)), S1*10, S2*10));
1093 ASSERT_TRUE(Between(Size("", Key(50)), S1*50, S2*50));
1094 ASSERT_TRUE(Between(Size("", Key(50)+".suffix"), S1*50, S2*50));
1174 const Snapshot* s2 = db_->GetSnapshot(); local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 468 const int8x16_t s2 = vqaddq_s8(q0_p0, s1); // (p1-q1) + 2 * (q0 - p0) local
469 const int8x16_t s3 = vqaddq_s8(q0_p0, s2); // (p1-q1) + 3 * (q0 - p0)
476 const int8x16_t s2 = vqaddq_s8(q0_p0, s1); // 3 * (q0 - p0) local
477 return s2;
    [all...]

Completed in 1655 milliseconds

<<21222324252627282930>>