HomeSort by relevance Sort by last modified time
    Searched full:point_pos (Results 1 - 3 of 3) sorted by null

  /external/crcalc/src/com/hp/creals/
CR.java 546 int start_pos = 0, point_pos; local
550 point_pos = s.indexOf('.', start_pos);
551 if (point_pos == -1) {
552 point_pos = len;
555 fraction = s.substring(point_pos + 1, len);
557 String whole = s.substring(start_pos, point_pos);
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
756 point_pos=point_perm[pos];
761 c=3*point_pos;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
756 point_pos=point_perm[pos];
761 c=3*point_pos;
    [all...]

Completed in 228 milliseconds