OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixed_to_float
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c
62
#define
FIXED_TO_FLOAT
(x) ((x)/(1.*FIXED_ONE))
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
67
#define
FIXED_TO_FLOAT
(x) ((x)/(1.*FIXED_ONE))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c
55
fixed_to_float
(int a)
function
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c
55
fixed_to_float
(int a)
function
Completed in 475 milliseconds