OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG2_TABLE_SCALE
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_math.c
55
log2_table[i] = (float) log2(1.0 + i * (1.0 /
LOG2_TABLE_SCALE
));
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 47 milliseconds