OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f00
(Results
1 - 10
of
10
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp
27
float
f00
= *fsrc++ + 1.0f;
local
74
*fdest++ =
f00
;
/ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp
27
float
f00
= *fsrc++ + 1.0f;
local
74
*fdest++ =
f00
;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h
467
unsigned char
f00
= v[floor_y][floor_x];
local
475
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities.h
467
unsigned char
f00
= v[floor_y][floor_x];
local
475
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h
467
unsigned char
f00
= v[floor_y][floor_x];
local
475
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h
515
unsigned char
f00
= v[floor_y][3*floor_x+offset];
local
523
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.h
515
unsigned char
f00
= v[floor_y][3*floor_x+offset];
local
523
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h
515
unsigned char
f00
= v[floor_y][3*floor_x+offset];
local
523
return (unsigned char)(
f00
*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java
990
float
f00
= m11 * m22 - m12 * m21;
local
1000
m00 =
f00
;
[
all
...]
Matrix4f.java
1498
float
f00
= +m11 * fB5 - m12 * fB4 + m13 * fB3;
local
[
all
...]
Completed in 712 milliseconds