Searched refs:a_exp (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpc.h | 188 void E_LPC_f_lsp_a_conversion(FIXP_LPC *lsp, FIXP_LPC *a, INT *a_exp);
|
D | usacdec_acelp.cpp | 573 const INT a_exp, in Syn_filt() argument 588 L_tmp = scaleValue(L_tmp, a_exp + LP_FILTER_SCALE); in Syn_filt() 627 void E_UTIL_residu(const FIXP_LPC *a, const INT a_exp, FIXP_DBL *x, FIXP_DBL *y, in E_UTIL_residu() argument 640 s = scaleValue(s, a_exp + LP_FILTER_SCALE); in E_UTIL_residu()
|
D | usacdec_fac.cpp | 185 static void Syn_filt_zero(const FIXP_LPC a[], const INT a_exp, INT length, in Syn_filt_zero() argument 197 L_tmp = scaleValue(L_tmp, a_exp + LP_FILTER_SCALE); in Syn_filt_zero()
|
D | usacdec_lpc.cpp | 1160 void E_LPC_f_lsp_a_conversion(FIXP_LPC *lsp, FIXP_LPC *a, INT *a_exp) { in E_LPC_f_lsp_a_conversion() argument 1195 *a_exp = SF_F + (2 - 1) - headroom_a; in E_LPC_f_lsp_a_conversion()
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 122 int a_exp = a<3>(A<3>()); variable
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 4690 mpd_ssize_t a_digits, a_exp; in _mpd_qln() local 4713 a_exp = a->exp; in _mpd_qln() 4727 t = a_exp + a_digits - 1; in _mpd_qln() 4734 t = a_exp + a_digits; in _mpd_qln()
|