/external/aac/libSBRdec/src/ |
D | transcendent.h | 139 SCHAR a_e, /*!< Exponent of 1st operand a */ in FDK_add_MantExp() argument 156 shift = (int)(a_e - b_e); in FDK_add_MantExp() 163 *ptrSum_e = (shift > 0) ? a_e : b_e; in FDK_add_MantExp() 178 SCHAR a_e, /*!< Exponent of 1st operand a */ in FDK_add_MantExp() argument 195 shift = (int)(a_e - b_e); in FDK_add_MantExp() 201 *ptrSum_e = (shift > 0) ? a_e : b_e; in FDK_add_MantExp() 228 SCHAR a_e, /*!< Exponent of dividend a */ in FDK_divide_MantExp() argument 279 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp() 284 SCHAR a_e, /*!< Exponent of dividend a */ in FDK_divide_MantExp() argument 335 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()
|
D | env_calc.cpp | 2266 SCHAR a_e, b_e, c_e; in calcSubbandGain() local 2287 a_e = nrgRef_e + tmpNoise_e; in calcSubbandGain() 2302 FDK_divide_MantExp(a, a_e, b, b_e, ptrNoiseLevel, ptrNoiseLevel_e); in calcSubbandGain() 2310 FDK_divide_MantExp(a, a_e, c, c_e, ptrNrgGain, ptrNrgGain_e); in calcSubbandGain()
|
/external/aac/libFDK/include/ |
D | fixpoint_math.h | 173 FDK_INLINE INT fIsLessThan(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e) { in fIsLessThan() argument 174 if (a_e > b_e) { in fIsLessThan() 175 return ((b_m >> fMin(a_e - b_e, DFRACT_BITS - 1)) > a_m); in fIsLessThan() 177 return ((a_m >> fMin(b_e - a_e, DFRACT_BITS - 1)) < b_m); in fIsLessThan() 181 FDK_INLINE INT fIsLessThan(FIXP_SGL a_m, INT a_e, FIXP_SGL b_m, INT b_e) { in fIsLessThan() argument 182 if (a_e > b_e) { in fIsLessThan() 183 return ((b_m >> fMin(a_e - b_e, FRACT_BITS - 1)) > a_m); in fIsLessThan() 185 return ((a_m >> fMin(b_e - a_e, FRACT_BITS - 1)) < b_m); in fIsLessThan() 631 inline FIXP_DBL fAddNorm(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e, in fAddNorm() argument 643 *pResult_e = a_e; in fAddNorm() [all …]
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Format.pm | 145 my $a_e; 149 $a_e = $e;
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Format.pm | 143 my $a_e; 147 $a_e = $e;
|
/external/icu/icu4j/perf-tests/ |
D | unicodesetperf.pl | 462 my $a_e; 466 $a_e = $e;
|
D | dateformatperf.pl | 475 my $a_e; 479 $a_e = $e;
|
D | converterperf.pl | 489 my $a_e; 493 $a_e = $e;
|
D | ucharacterperf.pl | 472 my $a_e; 476 $a_e = $e;
|
D | normperf.pl | 525 my $a_e; 529 $a_e = $e;
|
D | decimalformatperf.pl | 470 my $a_e; 474 $a_e = $e;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | SUnit-boundary-prob.ll | 74 %a_e.i = tail call <16 x i32> @llvm.hexagon.V6.vshufeh(<16 x i32> %a_hi.i, <16 x i32> %a_lo.i) #2 76 %ab_e.i = tail call <32 x i32> @llvm.hexagon.V6.vmpyuhv(<16 x i32> %a_e.i, <16 x i32> %13) #2 108 …%a_e.i.1 = tail call <16 x i32> @llvm.hexagon.V6.vshufeh(<16 x i32> undef, <16 x i32> %a_lo.i.1) #2 110 %ab_e.i.1 = tail call <32 x i32> @llvm.hexagon.V6.vmpyuhv(<16 x i32> %a_e.i.1, <16 x i32> %27) #2 147 …%a_e.i.2 = tail call <16 x i32> @llvm.hexagon.V6.vshufeh(<16 x i32> %a_hi.i.2, <16 x i32> %a_lo.i.… 149 %ab_e.i.2 = tail call <32 x i32> @llvm.hexagon.V6.vmpyuhv(<16 x i32> %a_e.i.2, <16 x i32> %44) #2
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_funcs.h | 29 VOID ixheaacd_fix_mant_exp_add(WORD16 a_m, WORD16 a_e, WORD16 b_m, WORD16 b_e,
|