Searched refs:SIGN_MASK (Results 1 – 1 of 1) sorted by relevance
23 #define SIGN_MASK 0x8000 macro47 sign = SIGN_MASK; in sample_from_float()82 return a & SIGN_MASK ? -f : f; in float_from_sample()