HomeSort by relevance Sort by last modified time
    Searched refs:POW2_TABLE_SIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.c 34 float pow2_table[POW2_TABLE_SIZE];
41 for (i = 0; i < POW2_TABLE_SIZE; i++)
u_math.h 144 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2)
145 #define POW2_TABLE_OFFSET (POW2_TABLE_SIZE/2)
146 #define POW2_TABLE_SCALE ((float)(POW2_TABLE_SIZE/2))
147 extern float pow2_table[POW2_TABLE_SIZE];
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 34 float pow2_table[POW2_TABLE_SIZE];
41 for (i = 0; i < POW2_TABLE_SIZE; i++)
u_math.h 165 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2)
166 #define POW2_TABLE_OFFSET (POW2_TABLE_SIZE/2)
167 #define POW2_TABLE_SCALE ((float)(POW2_TABLE_SIZE/2))
168 extern float pow2_table[POW2_TABLE_SIZE];

Completed in 485 milliseconds