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

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.h 48 double tmpf[4]; local
54 tmpf[0] = in[0] * ciTable[off + 40];
55 tmpf[0] += in[1] * ciTable[off];
56 tmpf[0] += in[2] * ciTable[40 - off];
57 tmpf[0] += in[3] * ciTable[80 - off];
59 tmpf[1] = in[0] * ciTable[off + 40];
60 tmpf[1] += in[1] * ciTable[off];
61 tmpf[1] += in[2] * ciTable[40 - off];
62 tmpf[1] += in[3] * ciTable[80 - off];
64 tmpf[2] = in[0] * ciTable[off + 40]
    [all...]
  /prebuilts/devtools/
update_jars.sh 78 tmpf=`echo $i | tr "./" "__"`
79 dstf="$JAR_TMP_DIR/$tmpf"
87 local i tmpf dstf tmp_hash local_hash
89 tmpf=`echo $i | tr "./" "__"`
90 dstf="$JAR_TMP_DIR/$tmpf"
107 local i j tmpf dstf keep
109 tmpf=`echo $i | tr "./" "__"`
110 dstf="$JAR_TMP_DIR/$tmpf"
  /external/syslinux/mk/
syslinux.mk 50 gcc_ok = $(shell tmpf=gcc_ok.$$$$.tmp; \
52 -o $$tmpf 2>/dev/null ; \
54 rm -f $$tmpf)
  /external/mesa3d/src/gallium/auxiliary/util/
u_caps.c 43 float tmpf; local
61 tmpf = screen->get_paramf(screen, list[i++]);
62 if (tmpf < (float)list[i++]) {
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 324 File tmpf = File.createTempFile(getClass().getSimpleName(), suffix, mAppCache); local
328 bundle.putString(reportKey, tmpf.getCanonicalPath());
331 out = new FileOutputStream(tmpf);
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java 345 File tmpf = new File(tmp, f); local
346 new File(tmpf.getParent()).mkdirs();
347 FileUtil.copyFile(new File(mHostBitstreamsPath, f), tmpf);
  /external/opencv/cvaux/src/
cvhmm.cpp 670 float* tmpf; local
679 tmpf = (float*)tmp;
688 ehmm->obsProb[j] = tmpf;
689 tmpf += ehmm->num_states * obs_info->obs_x;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 74 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; local
75 tmpf = MIN2(tmpf, depthMax);
76 span->z = (GLint)tmpf;
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 77 static char tmpf[23] = "TMP"; variable
    [all...]

Completed in 428 milliseconds