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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.cpp 42 double *d_top; local
47 d_top=dest+last;
53 else if(temp>pivot) *(d_top--)=temp;
56 *last_equal=d_top-dest;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 42 double *d_top; local
47 d_top=dest+last;
53 else if(temp>pivot) *(d_top--)=temp;
56 *last_equal=d_top-dest;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 42 double *d_top; local
47 d_top=dest+last;
53 else if(temp>pivot) *(d_top--)=temp;
56 *last_equal=d_top-dest;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 607 int d_bottom, d_left, d_top, d_right;
615 d_top = div_colors[1].Distance(div_colors[2]);
620 d_top < COONCOLOR_THRESHOLD && d_right < COONCOLOR_THRESHOLD)) {
632 if (d_bottom < COONCOLOR_THRESHOLD && d_top < COONCOLOR_THRESHOLD) {
    [all...]

Completed in 256 milliseconds