OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG2_TABLE_SCALE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h
221
#define
LOG2_TABLE_SCALE
(1 << LOG2_TABLE_SIZE_LOG2)
222
#define LOG2_TABLE_SIZE (
LOG2_TABLE_SCALE
+ 1)
236
/* mpart = log2_table[mantissa*
LOG2_TABLE_SCALE
+ 0.5] */
/external/mesa3d/src/gallium/auxiliary/util/
u_math.h
242
#define
LOG2_TABLE_SCALE
(1 << LOG2_TABLE_SIZE_LOG2)
243
#define LOG2_TABLE_SIZE (
LOG2_TABLE_SCALE
+ 1)
257
/* mpart = log2_table[mantissa*
LOG2_TABLE_SCALE
+ 0.5] */
Completed in 148 milliseconds