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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
data.py 128 fdata = open(filename, 'wb')
130 self.pickle.dump(data, fdata, 2)
132 fdata.close()
140 fdata = open(filename, 'rb')
142 data = pickle.load(fdata)
144 fdata.close()
  /hardware/invensense/60xx/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);
  /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);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 302 int inv_float_to_q16(float *fdata, long *ldata);
303 int inv_long_to_q16(long *fdata, long *ldata);
304 int inv_float_to_round(float *fdata, long *ldata);
305 int inv_float_to_round2(float *fdata, short *sdata);
306 int inv_long_to_float(long *ldata, float *fdata);
  /external/chromium_org/v8/tools/gyp/
mksnapshot.arm.host.darwin-arm.mk 54 -fdata-sections \
117 -fdata-sections \
120 -fdata-sections \
mksnapshot.arm.host.linux-arm.mk 54 -fdata-sections \
117 -fdata-sections \
120 -fdata-sections \
mksnapshot.ia32.host.darwin-x86.mk 54 -fdata-sections \
115 -fdata-sections \
120 -fdata-sections \
mksnapshot.ia32.host.linux-x86.mk 54 -fdata-sections \
115 -fdata-sections \
120 -fdata-sections \
mksnapshot.mipsel.host.darwin-mips.mk 55 -fdata-sections \
120 -fdata-sections \
123 -fdata-sections \
mksnapshot.mipsel.host.linux-mips.mk 55 -fdata-sections \
120 -fdata-sections \
123 -fdata-sections \
v8_nosnapshot.arm.host.darwin-arm.mk 58 -fdata-sections \
121 -fdata-sections \
124 -fdata-sections \
v8_nosnapshot.arm.host.linux-arm.mk 58 -fdata-sections \
121 -fdata-sections \
124 -fdata-sections \
v8_nosnapshot.ia32.host.darwin-x86.mk 58 -fdata-sections \
119 -fdata-sections \
124 -fdata-sections \
v8_nosnapshot.ia32.host.linux-x86.mk 58 -fdata-sections \
119 -fdata-sections \
124 -fdata-sections \
v8_nosnapshot.mipsel.host.darwin-mips.mk 59 -fdata-sections \
124 -fdata-sections \
127 -fdata-sections \
v8_nosnapshot.mipsel.host.linux-mips.mk 59 -fdata-sections \
124 -fdata-sections \
127 -fdata-sections \
  /external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk 46 -fdata-sections \
104 -fdata-sections \
icudata.host.darwin-mips.mk 47 -fdata-sections \
106 -fdata-sections \
icudata.host.darwin-x86.mk 46 -fdata-sections \
104 -fdata-sections \
icudata.host.linux-arm.mk 46 -fdata-sections \
104 -fdata-sections \
icudata.host.linux-mips.mk 47 -fdata-sections \
106 -fdata-sections \
  /external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk 45 -fdata-sections \
97 -fdata-sections \
config_sources.host.linux-x86.mk 45 -fdata-sections \
97 -fdata-sections \

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 91011>>