/external/aac/libFDK/include/ |
D | fixpoint_math.h | 249 inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x, INT *x_e) { in sqrtFixp_lookup() argument 260 e = *x_e - e + 2; in sqrtFixp_lookup() 274 *x_e = e >> 1; in sqrtFixp_lookup() 776 FDK_INLINE FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e, INT *result_e) { in fLog2() argument 796 x_e = x_e - b_norm; in fLog2() 819 if (x_e != 0) { in fLog2() 822 enorm = DFRACT_BITS - fNorm((FIXP_DBL)x_e); in fLog2() 826 ((FIXP_DBL)x_e << (DFRACT_BITS - 1 - enorm)); in fLog2() 845 FDK_INLINE FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e) { in fLog2() argument 850 x_m = fLog2(x_m, x_e, &result_e); in fLog2()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | self_adjoint_eig_op_test.py | 128 def CompareEigenDecompositions(self, x_e, x_v, y_e, y_v, tol): argument 129 num_batches = int(np.prod(x_e.shape[:-1])) 130 n = x_e.shape[-1] 131 x_e = np.reshape(x_e, [num_batches] + [n]) 136 x_ei, x_vi = SortEigenDecomposition(x_e[i, :], x_v[i, :, :])
|
/external/clang/test/Sema/ |
D | bitfield-promote.c | 24 __typeof(s.e + s.e) x_e; variable 25 int x_e; variable
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 846 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 900 x_e = *x2++; in ixheaacd_esbr_postradixcompute2() 907 n12 = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 909 n32 = ixheaacd_sub32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 936 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 999 x_e = *x2++; in ixheaacd_esbr_postradixcompute4() 1006 xh0_3 = ixheaacd_add32_sat(x_a, x_e); in ixheaacd_esbr_postradixcompute4() 1008 xl0_3 = ixheaacd_sub32_sat(x_a, x_e); in ixheaacd_esbr_postradixcompute4() 1685 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_postradixcompute4() local 1748 x_e = *x2++; in ixheaacd_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 621 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 664 x_e = *x2++; in ixheaacd_esbr_postradixcompute2() 669 y1[h2 + 2] = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 673 y3[h2 + 2] = ixheaacd_sub32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 691 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 754 x_e = *x2++; in ixheaacd_esbr_postradixcompute4() 761 xh0_3 = x_a + x_e; in ixheaacd_esbr_postradixcompute4() 763 xl0_3 = x_a - x_e; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1953 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_fft32x32_ld_dec() local 2142 x_e = x2[6]; in ixheaacd_fft32x32_ld_dec() 2150 xh0_3 = x_a + x_e; in ixheaacd_fft32x32_ld_dec() 2152 xl0_3 = x_a - x_e; in ixheaacd_fft32x32_ld_dec() 2169 n12 = x_c + x_e; in ixheaacd_fft32x32_ld_dec() 2171 n32 = x_c - x_e; in ixheaacd_fft32x32_ld_dec()
|