Searched defs:high_mantissa (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c1230 unsigned long high_mantissa; local
1237 high_mantissa = ((unsigned long)data[2] << 24) |
1247 if (exponent == 0 && high_mantissa == 0 && low_mantissa == 0) {
1258 value = ldexp((double)high_mantissa, exponent);

Completed in 63 milliseconds