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

  /external/clang/test/CodeGenCXX/
2007-04-10-PackedUnion.cpp 34 AData fdata; member in class:L
40 fdata = other.fdata;
  /external/valgrind/main/perf/
ffbench.c 241 Float *fdata /* , *fd */ ; local
251 fdata = (Float *) malloc(fasize);
252 if (fdata == NULL) {
259 #define Re(x,y) fdata[1 + (faedge * (x) + (y)) * 2]
260 #define Im(x,y) fdata[2 + (faedge * (x) + (y)) * 2]
262 memset(fdata, 0, fasize);
273 fourn(fdata, nsize, 2, 1);
276 fourn(fdata, nsize, 2, -1);
287 r = fdata[i];
288 ij = fdata[i + 1]
    [all...]
  /hardware/invensense/libsensors_iio/
MPLSensor.h 201 int inv_float_to_q16(float *fdata, long *ldata);
202 int inv_long_to_q16(long *fdata, long *ldata);
203 int inv_float_to_round(float *fdata, long *ldata);
204 int inv_float_to_round2(float *fdata, short *sdata);
MPLSensor.cpp     [all...]
  /external/neven/
FaceDetector_jni.cpp 73 static void getFaceData(btk_HDCR hdcr, FaceData* fdata)
80 fdata->eyedist = (float)(rightEye.x - leftEye.x) / (1 << 16);
81 fdata->midpointx = (float)(rightEye.x + leftEye.x) / (1 << 17);
82 fdata->midpointy = (float)(rightEye.y + leftEye.y) / (1 << 17);
83 fdata->confidence = (float)btk_DCR_confidence(hdcr) / (1 << 24);
  /build/core/combo/
TARGET_linux-arm.mk 99 -fdata-sections \
TARGET_linux-mips.mk 88 -fdata-sections \
  /external/wpa_supplicant_8/src/radius/
radius.c 1428 const u8 *fdata = NULL; \/* points to found item *\/ local
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 1449 Bit8u *fdata; local
1508 Bit8u *fdata; local
1585 Bit8u *fdata; local
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 958 float* fdata = mat->data.fl; local
959 for( i = 0; i < rows; i++, fdata += step )
961 fdata[j] = (float)val;
    [all...]
  /external/icu4c/
icudefs.mk 132 CPPFLAGS = -ffunction-sections -fdata-sections $(THREADSCPPFLAGS)
  /external/opencv/ml/src/
mltree.cpp 312 const float* fdata = 0; local
323 fdata = _train_data->data.fl + vi0*dv_step;
335 fdata = _responses->data.fl;
354 float t = fdata[si*step];
435 val = fdata[si*step];
463 val = fdata[si*step];
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 359 '-fdata-sections',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 506 milliseconds