OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG2_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_math.c
47
float log2_table[
LOG2_TABLE_SIZE
];
54
for (i = 0; i <
LOG2_TABLE_SIZE
; i++)
u_math.h
243
#define
LOG2_TABLE_SIZE
(LOG2_TABLE_SCALE + 1)
244
extern float log2_table[
LOG2_TABLE_SIZE
];
Completed in 48 milliseconds