OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpf
(Results
1 - 10
of
10
) sorted by null
/development/perftests/panorama/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
...]
/packages/apps/Camera/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
...]
/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/chromium_org/third_party/mesa/src/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++]) {
/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++]) {
/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c
73
GLfloat
tmpf
= ctx->Current.RasterPos[2] * depthMax;
local
74
tmpf
= MIN2(
tmpf
, depthMax);
75
span->z = (GLint)
tmpf
;
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_span.c
73
GLfloat
tmpf
= ctx->Current.RasterPos[2] * depthMax;
local
74
tmpf
= MIN2(
tmpf
, depthMax);
75
span->z = (GLint)
tmpf
;
[
all
...]
/external/libpng/contrib/libtests/
pngstest.c
69
static char
tmpf
[23] = "TMP";
variable
[
all
...]
Completed in 4445 milliseconds