/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Geometry.h | 107 double m1 = dy / dx; local 108 double b1 = y0 - m1 * x0; 111 double m2 = 1.0 / m1; 114 if (fabs( m1 - m2 ) > 1.e-6) 116 double x = (b2 - b1) / (m1 - m2); 119 dy = y1 - m1 * x + b1;
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Geometry.h | 107 double m1 = dy / dx; local 108 double b1 = y0 - m1 * x0; 111 double m2 = 1.0 / m1; 114 if (fabs( m1 - m2 ) > 1.e-6) 116 double x = (b2 - b1) / (m1 - m2); 119 dy = y1 - m1 * x + b1;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Geometry.h | 107 double m1 = dy / dx; local 108 double b1 = y0 - m1 * x0; 111 double m2 = 1.0 / m1; 114 if (fabs( m1 - m2 ) > 1.e-6) 116 double x = (b2 - b1) / (m1 - m2); 119 dy = y1 - m1 * x + b1;
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_match_unittest.cc | 24 AutocompleteMatch m1(NULL, 0, false, 30 m1.relevance = cases[i].r1; 33 AutocompleteMatch::MoreRelevant(m1, m2));
|
/frameworks/base/media/java/android/media/videoeditor/ |
Transition.java | 333 MediaItem m1 = this.getAfterMediaItem(); local 345 if (m1 != null) 346 mNativeHelper = m1.getNativeContext(); 351 if (m1 != null && m2 != null) { 353 clipSettings1 = m1.getClipSettings(); 363 effectSettings_clip1 = isEffectandOverlayOverlapping(m1, clipSettings1,1); 383 } else if (m1 == null && m2 != null) { 405 } else if (m1 != null && m2 == null) { 407 clipSettings1 = m1.getClipSettings(); 408 m1.generateBlankFrame(clipSettings2) [all...] |
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldManifestTest.java | 154 Manifest m1 = new Manifest(); local 155 m1.getMainAttributes().put(Attributes.Name.CONTENT_TYPE, "image/pr0n"); 157 m1.getMainAttributes().putValue(versionName.toString(), "1.2.3"); 160 m1.write(os); 170 Manifest m1 = new Manifest(); local 171 m1.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0"); 172 m1.getMainAttributes().put(Attributes.Name.SIGNATURE_VERSION, "2.0"); 173 m1.getMainAttributes().putValue("Aardvark-Version", "3.0"); 175 m1.write(os);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 52 auto m1 = [=]{ local
|
/external/clang/test/CodeGenCXX/ |
copy-constructor-synthesis.cpp | 30 printf("iM = %d iN = %d, m1.iM = %d\n", iM, iN, m1.iM); 37 M m1; member in struct:X 99 XM m1 = m0; local 100 m1.pr();
|
/external/eigen/test/ |
exceptions.cpp | 96 MatrixType m0(n,n), m1(n,n), m2(n,n); 98 m0.setOnes(); m1.setOnes(); m2.setOnes(); 99 CHECK_MEMLEAK(v0 = m0 * m1 * v1); 100 CHECK_MEMLEAK(m2 = m0 * m1 * m2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
support.h | 54 static const unsigned int m1 = 0x55555555; //binary: 0101... local 58 x -= (x >> 1) & m1; //put count of each 2 bits into those 2 bits 69 static const unsigned long long m1 = 0x5555555555555555; //binary: 0101... local 73 x -= (x >> 1) & m1; //put count of each 2 bits into those 2 bits
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | 159 final Matrix m1 = new Matrix(); local 160 m1.setValues(values1); 161 mCanvas.setMatrix(m1); 188 Matrix m1 = new Matrix(); local 189 m1.setValues(values1); 190 mCanvas.setMatrix(m1); 216 m1 = new Matrix(); 217 m1.setValues(values1); 218 mCanvas.setMatrix(m1); 243 m1 = new Matrix() 275 Matrix m1 = new Matrix(); local 361 Matrix m1 = new Matrix(); local 447 Matrix m1 = new Matrix(); local 531 Matrix m1 = new Matrix(); local 635 final Matrix m1 = new Matrix(); local 667 final Matrix m1 = new Matrix(); local 688 final Matrix m1 = new Matrix(); local [all...] |
/external/chromium_org/chrome/browser/history/ |
scored_history_match.cc | 213 bool ScoredHistoryMatch::MatchScoreGreater(const ScoredHistoryMatch& m1, 215 if (m1.raw_score_ != m2.raw_score_) 216 return m1.raw_score_ > m2.raw_score_; 223 if (!m1.url_info.typed_count() != !m2.url_info.typed_count()) 224 return m1.url_info.typed_count() > m2.url_info.typed_count(); 228 if (m1.innermost_match != m2.innermost_match) 229 return m1.innermost_match; 232 if (m1.url_info.typed_count() != m2.url_info.typed_count()) 233 return m1.url_info.typed_count() > m2.url_info.typed_count(); 237 if (m1.url_info.typed_count() == 1) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
alpha-mont.pl | 41 $m1="s5"; 92 mulq $lo0,$n0,$m1 94 mulq $hi1,$m1,$lo1 95 umulh $hi1,$m1,$hi1 106 mulq $nj,$m1,$nlo 108 umulh $nj,$m1,$nhi 123 mulq $nj,$m1,$nlo 133 umulh $nj,$m1,$nhi 180 mulq $lo0,$n0,$m1 182 mulq $hi1,$m1,$lo [all...] |
/external/openssl/crypto/bn/asm/ |
alpha-mont.pl | 41 $m1="s5"; 92 mulq $lo0,$n0,$m1 94 mulq $hi1,$m1,$lo1 95 umulh $hi1,$m1,$hi1 106 mulq $nj,$m1,$nlo 108 umulh $nj,$m1,$nhi 123 mulq $nj,$m1,$nlo 133 umulh $nj,$m1,$nhi 180 mulq $lo0,$n0,$m1 182 mulq $hi1,$m1,$lo [all...] |
/external/bison/src/ |
uniqstr.c | 113 hash_compare_uniqstr (void const *m1, void const *m2) 115 return strcmp (m1, m2) == 0;
|
/external/eigen/test/eigen2/ |
eigen2_miscmatrices.cpp | 26 MatrixType m1 = MatrixType::Ones(rows,cols); local 27 VERIFY_IS_APPROX(m1(r,c), static_cast<Scalar>(1));
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
OpaqueComparator.java | 74 Material m1 = o1.getMaterial();
local 77 int sortId = m1.compareTo(m2);
|
/external/skia/tests/ |
MessageBusTest.cpp | 26 const TestMessage m1 = { 5, 4.2f }; local 28 SkMessageBus<TestMessage>::Post(m1);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 243 public int compare(MergeSlot m1, MergeSlot m2) { 244 if (m1.mDateTaken != m2.mDateTaken) { 245 return m1.mDateTaken < m2.mDateTaken ? 1 : -1; 247 return m1.mListIndex - m2.mListIndex; 253 public int compare(MergeSlot m1, MergeSlot m2) { 254 if (m1.mDateTaken != m2.mDateTaken) { 255 return m1.mDateTaken < m2.mDateTaken ? -1 : 1; 257 return m1.mListIndex - m2.mListIndex;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
mroute.h | 47 #define VIFM_SAME(m1,m2) ((m1)==(m2))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mroute.h | 47 #define VIFM_SAME(m1,m2) ((m1)==(m2))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mroute.h | 47 #define VIFM_SAME(m1,m2) ((m1)==(m2))
|
/external/valgrind/main/cachegrind/ |
cg_sim.c | 99 void cachesim_##L##_doref(Addr a, UChar size, ULong* m1, ULong *mL) \ 192 CACHESIM(I1, { (*m1)++; cachesim_LL_doref(a, size, m1, mL); } ); 193 CACHESIM(D1, { (*m1)++; cachesim_LL_doref(a, size, m1, mL); } );
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
MatrixUtils.java | 119 * A matrix operation to multiply m0 and m1. 122 public static void multiply(final float[][] m0, final float[][] m1, 124 if (m0[0].length != m1.length) { 126 "--- invalid length for multiply " + m0[0].length + ", " + m1.length); 130 final int m1w = m1[0].length; 140 retval[i][j] += m0[i][k] * m1[k][j];
|
/external/eigen/unsupported/test/ |
BVH.cpp | 131 double m1 = (std::numeric_limits<double>::max)(), m2 = m1; local 134 m1 = (std::min)(m1, i1.minimumOnObject(b[i])); 138 VERIFY_IS_APPROX(m1, m2); 182 double m1 = (std::numeric_limits<double>::max)(), m2 = m1; local 186 m1 = (std::min)(m1, i1.minimumOnObjectObject(b[i], v[j])); 190 VERIFY_IS_APPROX(m1, m2) [all...] |