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

  /system/media/audio_utils/
minifloat.c 20 #define EXPONENT_BITS 3
21 #define EXPONENT_MAX ((1 << EXPONENT_BITS) - 1)
22 #define EXCESS ((1 << EXPONENT_BITS) - 2)
31 #if EXPONENT_BITS + MANTISSA_BITS != 16
32 #error EXPONENT_BITS and MANTISSA_BITS must sum to 16
  /external/deqp/framework/common/
tcuFloat.hpp 55 EXPONENT_BITS = ExponentBits,

Completed in 382 milliseconds