HomeSort by relevance Sort by last modified time
    Searched refs:se2 (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 376 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \
380 se += se2; \
383 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \
387 se += se2; \
389 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \
393 se += se2; \
456 int se2 = vp9_sub_pixel_avg_variance##wf##xh_##opt(src + 16, src_stride, \
460 se += se2; \
463 se2 = vp9_sub_pixel_avg_variance##wf##xh_##opt(src + 32, src_stride, \
467 se += se2; \
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 23 ScopedEnum2<void*> se2; // expected-note {{here}} member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 520 SQLException se2 = new SQLException("reason", "SQLState", 2); local
524 se1.setNextException(se2);
525 assertSame(se2, se1.getNextException());
528 assertSame(se2, se1.getNextException());
529 assertSame(se3, se2.getNextException());
600 SQLException se2 = new SQLException("reason", "SQLState", 2); local
604 se1.setNextException(se2);
617 assertEquals(se2, iterator.next());
  /external/skia/bench/
bench_util.py 238 se2 = 0
242 se2 = (1.0/(n*(n-2)) * (n*Syy - Sy*Sy - B*B*denom))
243 sB2 = (n*se2) / denom
249 self.serror = math.sqrt(max(0, se2))
  /external/iproute2/misc/
ss.c 1116 struct servent *se2 = NULL; local
1120 se2 = getservbyname(port, TCP_PROTO);
1121 if (se1 && se2 && se1->s_port != se2->s_port) {
1126 se1 = se2;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 630 catch (SecurityException se2)
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1067 milliseconds