HomeSort by relevance Sort by last modified time
    Searched refs:dist (Results 226 - 250 of 584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qpisf_2s.c 453 Word32 dist_min, dist; local
461 dist = 0;
466 dist += (temp * temp)<<1;
469 if(dist < dist_min)
471 dist_min = dist;
500 Word32 dist_min[N_SURV_MAX], dist; local
515 dist = 0;
519 dist += (temp * temp)<<1;
524 if(dist < dist_min[k])
531 dist_min[k] = dist;
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 1090 float dist = Math.abs(getPrimaryHorizontal(low) - horiz); local
1108 float dist = Math.abs(getPrimaryHorizontal(here) - horiz); local
1116 float dist = Math.abs(getPrimaryHorizontal(max) - horiz); local
1318 int dist = 0; local
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 220 icvCalcDist2D( CvPoint2D32f * points, int count, float *_line, float *dist )
234 dist[j] = (float) fabs( nx * x + ny * y );
235 sum_dist += dist[j];
242 icvCalcDist3D( CvPoint3D32f * points, int count, float *_line, float *dist )
262 dist[j] = (float) sqrt( p1*p1 + p2*p2 + p3*p3 );
263 sum_dist += dist[j];
339 static CvStatus icvFitLine2D( CvPoint2D32f * points, int count, int dist,
356 switch (dist)
488 icvFitLine3D( CvPoint3D32f * points, int count, int dist,
505 switch (dist)
    [all...]
cvdistransform.cpp 68 int step, float* dist, int dststep, CvSize size, const float* metrics )
78 dststep /= sizeof(dist[0]);
112 float* d = (float*)(dist + i*dststep);
140 int step, float* dist, int dststep, CvSize size, const float* metrics )
151 dststep /= sizeof(dist[0]);
193 float* d = (float*)(dist + i*dststep);
229 int step, float* dist, int dststep, int* labels, int lstep,
242 dststep /= sizeof(dist[0]);
327 float* d = (float*)(dist + i*dststep);
504 int j, dist = m-1 local
    [all...]
cvgeometry.cpp 216 int dist; local
230 dist = (ip.y - v0.y)*(v.x - v0.x) - (ip.x - v0.x)*(v.y - v0.y);
231 if( dist == 0 )
234 dist = -dist;
235 counter += dist > 0;
259 double dist; local
281 dist = (double)(pt.y - v0.y)*(v.x - v0.x) - (double)(pt.x - v0.x)*(v.y - v0.y);
282 if( dist == 0 )
285 dist = -dist
    [all...]
  /external/chromium/chrome/browser/
browser_main_win.cc 173 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
174 if (!ShellUtil::RemoveChromeDesktopShortcut(dist, ShellUtil::CURRENT_USER,
177 if (!ShellUtil::RemoveChromeQuickLaunchShortcut(dist,
283 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
284 scoped_ptr<Version> version(InstallUtil::GetChromeVersion(dist, true));
289 FilePath user_exe_path(installer::GetChromeInstallPath(false, dist));
297 InstallUtil::GetChromeUninstallCmd(false, dist->GetType()));
upgrade_detector.cc 95 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
96 installed_version.reset(InstallUtil::GetChromeVersion(dist, false));
99 installed_version.reset(InstallUtil::GetChromeVersion(dist, true));
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 58 ; /* r15d = dist */
167 mov r15d, eax ; /* dist = this */
168 shr r15d, 16 ; /* dist = this.val */
187 add r15d, eax ; /* dist += hold & ((1 << op) - 1) */
195 jb L_clip_window ; /* if (dist > nbytes) 4.2% */
199 sub rsi, r15 ; /* from = out - dist */
219 cmp r15d, 1 ; /* if dist 1, is a memset */
261 add eax, r15d ; /* eax += dist */
268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
272 jb L_invalid_distance_too_far ; /* if (dist > wsize) */
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 332 Word32 dist; local
342 dist = 0;
391 dist = L_add(dist, distSingle);
439 dist = L_add(dist, distSingle);
444 return dist;
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 62 FT_Pos w, dist; local
66 dist = w - stand->cur;
68 if ( dist < 0 )
69 dist = -dist;
71 if ( dist < 128 )
97 FT_Pos dist;
101 dist = width - w;
102 if ( dist < 0 )
103 dist = -dist
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 62 FT_Pos w, dist; local
66 dist = w - stand->cur;
68 if ( dist < 0 )
69 dist = -dist;
71 if ( dist < 128 )
97 FT_Pos dist;
101 dist = width - w;
102 if ( dist < 0 )
103 dist = -dist
    [all...]
  /cts/
CtsCoverage.mk 76 # Put the test coverage report in the dist dir if "cts" is among the build goals.
78 $(call dist-for-goals, cts, $(cts-test-coverage-report):cts-test-coverage-report.html)
79 $(call dist-for-goals, cts, $(cts-verifier-coverage-report):cts-verifier-coverage-report.html)
80 $(call dist-for-goals, cts, $(cts-combined-coverage-report):cts-combined-coverage-report.html)
  /external/chromium/chrome/browser/ui/views/
uninstall_view.cc 69 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
70 if (dist->CanSetAsDefault() &&
73 ShellUtil::GetRegisteredBrowsers(dist, browsers_.get());
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 579 unsigned long dist; local
593 dist = yasm_bc_next_offset(rel_prevbc);
594 if (dist < bc->offset) {
595 outval = yasm_intnum_create_uint(bc->offset - dist);
598 dist -= bc->offset;
599 outval = yasm_intnum_create_uint(dist);
684 unsigned long dist; local
695 dist = yasm_bc_next_offset(rel_prevbc);
696 if (dist < bc->offset) {
697 outval = yasm_intnum_create_uint(bc->offset - dist);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 202 float dist = pseudoDistance(point); local
203 if (dist < FastMath.FLT_EPSILON && dist > -FastMath.FLT_EPSILON)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 7 from distutils.dist import Distribution
18 dist = Distribution()
19 self.cmd = MyCmd(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 7 from distutils.dist import Distribution
18 dist = Distribution()
19 self.cmd = MyCmd(dist)
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 101 BrowserDistribution* dist = BrowserDistribution::GetDistribution();
102 if (!dist)
105 dist,
107 dist->GetAppDescription(),
119 BrowserDistribution* dist = BrowserDistribution::GetDistribution();
121 dist,
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 129 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
131 if (!ShellUtil::RemoveShortcuts(user_shortcut_locations[i], dist,
312 BrowserDistribution* dist = BrowserDistribution::GetDistribution(); local
314 InstallUtil::GetChromeVersion(dist, true, &version);
319 base::FilePath user_exe_path(installer::GetChromeInstallPath(false, dist));
334 InstallUtil::GetChromeUninstallCmd(false, dist->GetType()));
  /external/chromium_org/third_party/icu/source/config/
dist.mk 15 DISTY_TMP=dist/tmp
39 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
71 dist-local: $(DISTY_FILES)
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 325 static int dist[DIST_LIMIT]; variable
333 dist[i] = 0;
350 ++dist[DIST_LIMIT - 1];
352 ++dist[count];
370 printf("%5d %10d\n", i, dist[i]);
372 printf("other %10d\n", dist[i]);
  /external/chromium_org/third_party/zlib/
trees.c 247 int dist; /* distance index */ local
277 /* Initialize the mapping dist (0..32K) -> dist code (0..29) */
278 dist = 0;
280 base_dist[code] = dist;
282 _dist_code[dist++] = (uch)code;
285 Assert (dist == 256, "tr_static_init: dist != 256");
286 dist >>= 7; /* from now on, all distances are divided by 128 */
288 base_dist[code] = dist << 7
1081 unsigned dist; \/* distance of matched string *\/ local
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-redundant-dead-get-local.js 41 var dist = 0; // initialisation is necessary for the bug to occur
43 true && (dist = getDist());
45 array.push(dist);
  /external/icu4c/config/
dist.mk 15 DISTY_TMP=dist/tmp
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
74 dist-local: $(DISTY_FILES)
  /external/mesa3d/src/glx/
glxhash.c 325 static int dist[DIST_LIMIT]; variable
333 dist[i] = 0;
350 ++dist[DIST_LIMIT - 1];
352 ++dist[count];
370 printf("%5d %10d\n", i, dist[i]);
372 printf("other %10d\n", dist[i]);

Completed in 748 milliseconds

1 2 3 4 5 6 7 8 91011>>