OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG2_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h
243
#define
LOG2_TABLE_SIZE
(LOG2_TABLE_SCALE + 1)
244
extern float log2_table[
LOG2_TABLE_SIZE
];
/external/mesa3d/src/gallium/auxiliary/util/
u_math.h
243
#define
LOG2_TABLE_SIZE
(LOG2_TABLE_SCALE + 1)
244
extern float log2_table[
LOG2_TABLE_SIZE
];
Completed in 29 milliseconds