Displaying 1 result from an estimated 1 matches for "uint32_t_forte".
2007 Aug 24
0
Fixes to make flac build on Solaris
...RMS_WINDOW_TIME + 1.) /* max. Samples per Time slice */
>> +#else
>> + /* Different #define for Solaris Forte compiler because it
>> + doesn't like to multiply floats when declaring a variable. */
>> +#define MAX_SAMPLES_PER_WINDOW (size_t) (2401)
>> +#define UINT32_T_FORTE 12000.0 /* Used in Unit32_t code below. */
>> +#endif
>> #define PINK_REF 64.82 /* 298640883795 */
>> /* calibration value */
>>
>> static Float_t linprebuf [MAX_ORDER * 2];
>> @@ -142,8 +149,13 @@
>> st...