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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.c 55 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE));
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.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 436 milliseconds