Searched refs:EXPONENT_BITS (Results 1 - 1 of 1) sorted by relevance

/system/media/audio_utils/
H A Dminifloat.c20 #define EXPONENT_BITS 3 macro
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

Completed in 32 milliseconds