HomeSort by relevance Sort by last modified time
    Searched refs:x_e (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Sema/
bitfield-promote.c 24 __typeof(s.e + s.e) x_e;
25 int x_e; variable
  /external/aac/libFDK/include/
fixpoint_math.h 249 inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x, INT *x_e) {
260 e = *x_e - e + 2;
274 *x_e = e >> 1;
770 * \brief calculate logarithm of base 2 of x_m * 2^(x_e)
772 * \param x_e exponent of the input value.
776 FDK_INLINE FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e, INT *result_e) {
789 /* Move input value x_m * 2^x_e toward 1.0, where the taylor approximation
796 x_e = x_e - b_norm;
818 /* Add exponent part. log2(x_m * 2^x_e) = log2(x_m) + x_e *
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
self_adjoint_eig_op_test.py 128 def CompareEigenDecompositions(self, x_e, x_v, y_e, y_v, tol):
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/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 846 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
900 x_e = *x2++;
907 n12 = ixheaacd_add32_sat(x_c, x_e);
909 n32 = ixheaacd_sub32_sat(x_c, x_e);
936 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
999 x_e = *x2++;
1006 xh0_3 = ixheaacd_add32_sat(x_a, x_e);
1008 xl0_3 = ixheaacd_sub32_sat(x_a, x_e);
1685 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
1789 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 621 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
664 x_e = *x2++;
669 y1[h2 + 2] = ixheaacd_add32_sat(x_c, x_e);
673 y3[h2 + 2] = ixheaacd_sub32_sat(x_c, x_e);
691 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
754 x_e = *x2++;
761 xh0_3 = x_a + x_e;
763 xl0_3 = x_a - x_e;
    [all...]
  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 1953 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; local
    [all...]

Completed in 275 milliseconds