HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 451 - 475 of 1947) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_indexing.cpp 38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp)
71 tempA=temp;
72 tempB=temp+nr_elements;
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 91 final ArrayList<QueuedOperation> temp = new ArrayList<QueuedOperation>(mPendingOperations); local
92 for (QueuedOperation qo : temp) {
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_indexing.cpp 38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp)
71 tempA=temp;
72 tempB=temp+nr_elements;
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentTypeSelectorAdapter.java 84 AttachmentListItem temp = new AttachmentListItem(title, resource, command); local
85 data.add(temp);
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 194 File temp = File.createTempFile("FileBackedOutputStream", null); local
198 temp.deleteOnExit();
200 FileOutputStream transfer = new FileOutputStream(temp);
206 file = temp;
  /art/compiler/dex/quick/
gen_loadstore.cc 27 * Load an immediate value into a fixed or temp register. Target
414 RegStorage temp = AllocTempWide(); local
415 OpRegCopy(temp, loc.reg);
416 loc.reg = temp;
  /art/runtime/
class_linker-inl.h 46 std::string temp; local
47 descriptor += (*element_class)->GetDescriptor(&temp);
  /art/runtime/interpreter/
interpreter_switch_impl.cc 533 std::string temp; local
537 exception->GetClass()->GetDescriptor(&temp));
    [all...]
  /bootable/recovery/
install.cpp 115 char* temp = (char*)malloc(10); local
116 sprintf(temp, "%d", pipefd[1]);
117 args[2] = temp;
  /bootable/recovery/minui/
resources.c 39 unsigned char* temp = malloc(sizeof(GRSurface) + data_size + SURFACE_DATA_ALIGNMENT); local
40 if (temp == NULL) return NULL;
41 gr_surface surface = (gr_surface) temp;
42 surface->data = temp + sizeof(GRSurface) +
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 46 LayoutParams temp = new ViewGroup.LayoutParams(320, 480); local
48 new ViewGroup.LayoutParams(temp);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 135 Map<String, Object> temp = new HashMap<String, Object>(); local
136 temp.put("title", name);
137 temp.put("intent", intent);
138 data.add(temp);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 135 Map<String, Object> temp = new HashMap<String, Object>(); local
136 temp.put("title", name);
137 temp.put("intent", intent);
138 data.add(temp);
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 135 Map<String, Object> temp = new HashMap<String, Object>(); local
136 temp.put("title", name);
137 temp.put("intent", intent);
138 data.add(temp);
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 137 Map<String, Object> temp = new HashMap<String, Object>(); local
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 74 int temp = 0; local
80 temp = mCursor.getInt(tempColIndex);
87 rv.setTextViewText(R.id.widget_item, String.format(formatStr, temp, day));
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 668 int32_t temp = streamInfo->dim.height; local
670 streamInfo->dim.width = temp;
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.cpp 668 int32_t temp = streamInfo->dim.height; local
670 streamInfo->dim.width = temp;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 93 mm_camera_app_obj_t *temp = my_cam_app.obj[cam_id]; local
94 return temp;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 96 mm_camera_app_obj_t *temp = my_cam_app.obj[cam_id]; local
97 return temp;
  /external/aac/libFDK/src/
FDK_trigFcts.cpp 242 FIXP_DBL result, temp; local
261 temp = fPow2(x); // q25 * q25 - (DFRACT_BITS-1) = q19
262 temp = fMult(temp, ONEBY3P56); // q19 * q31 - (DFRACT_BITS-1) = q19
263 temp = temp + Q(19); // q19 + q19 = q19
264 result = fDivNorm(x, temp, &res_e);
279 temp = fPow2Div2(x); // q25 * q25 - (DFRACT_BITS-1) - 1 = q18
280 temp = temp + P281; // q18 + q18 = q1
    [all...]

Completed in 1163 milliseconds

<<11121314151617181920>>