Searched defs:a_exp (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/common/src/ |
H A D | weight_a.cpp | 178 Word16 a_exp[] /* (o) : Spectral expanded LPC coefficients */ in Weight_Ai()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | trunc.rs | 81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | trunc.rs | 81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | trunc.rs | 81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | trunc.rs | 81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | trunc.rs | 81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
|
/aosp_15_r20/external/aac/libAACdec/src/ |
H A D | usacdec_acelp.cpp | 573 const INT a_exp, 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()
|
H A D | usacdec_fac.cpp | 185 static void Syn_filt_zero(const FIXP_LPC a[], const INT a_exp, INT length, in Syn_filt_zero()
|
H A 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()
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype_cxx1z.cpp | 122 int a_exp = a<3>(A<3>()); variable
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 4852 mpd_ssize_t a_digits, a_exp; in _mpd_qln() local
|