Home
last modified time | relevance | path

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 Dweight_a.cpp178 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 Dtrunc.rs81 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 Dtrunc.rs81 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 Dtrunc.rs81 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 Dtrunc.rs81 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 Dtrunc.rs81 let a_exp: u32 = (a_abs >> F::SIGNIFICAND_BITS).cast(); in trunc() localVariable
/aosp_15_r20/external/aac/libAACdec/src/
H A Dusacdec_acelp.cpp573 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 Dusacdec_fac.cpp185 static void Syn_filt_zero(const FIXP_LPC a[], const INT a_exp, INT length, in Syn_filt_zero()
H A Dusacdec_lpc.cpp1160 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 Dtemp_arg_nontype_cxx1z.cpp122 int a_exp = a<3>(A<3>()); variable
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c4852 mpd_ssize_t a_digits, a_exp; in _mpd_qln() local