Searched refs:M_LN2 (Results 1 – 9 of 9) sorted by relevance
258 …= (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor()259 …= (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor()260 …= (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor()261 …= (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor()262 …= (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor()320 …= (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor_wide()321 …= (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor_wide()322 …= (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor_wide()323 …= (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor_wide()324 …= (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)data… in FLAC__fixed_compute_best_predictor_wide()
1320 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) / M_LN2; in FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale()
33 #ifndef M_LN234 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
181 #ifndef M_LN2182 #define M_LN2 0.69314718055994530942 macro
692 #ifndef M_LN2693 #define M_LN2 0.69314718055994530942 macro699 #define log2(x) ((1./M_LN2)*log(x))701 #define exp2(x) exp(M_LN2*(x))718 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.); in LogL16toY()797 return (exp(M_LN2/64.*(p10+.5) - M_LN2*12.)); in LogL10toY()
680 #ifndef M_LN2681 #define M_LN2 0.69314718055994530942 macro686 #define log2(x) ((1./M_LN2)*log(x))687 #define exp2(x) exp(M_LN2*(x))704 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.); in LogL16toY()783 return (exp(M_LN2/64.*(p10+.5) - M_LN2*12.)); in LogL10toY()
145 return log(d) * (1.0 / M_LN2); in log2()156 return logf(f) * (float) (1.0 / M_LN2); in log2f()
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
34 #define log2(x) (log(x) / M_LN2)