HomeSort by relevance Sort by last modified time
    Searched defs:a10 (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/aac/libFDK/include/
fft.h 143 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
146 a10 = (x[2] + x[6]) >> 1; /* Re C + Re D */
150 x[0] = a00 + a10; /* Re A' = Re A + Re B + Re C + Re D */
156 x[4] = a00 - a10; /* Re C' = Re A + Re B - Re C - Re D */
159 a10 = a10 - x[6]; /* Re C - Re D */
164 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
165 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
174 FIXP_DBL a00, a10, a20, a30; local
178 a10 = x[4] + x[12]
    [all...]
  /external/libxaac/decoder/
ixheaacd_dsp_fft32x32s.c 35 WORD32 a0, a1, a2, a3, a00, a10, a20, a30; local
46 a10 = ixheaacd_add32_sat(y[4], y[12]);
52 x[0] = ixheaacd_add32_sat(a00, a10);
53 x[4] = ixheaacd_sub32_sat(a00, a10);
68 a10 = ixheaacd_add32_sat(y[6], y[14]);
74 x[8] = ixheaacd_add32_sat(a00, a10);
75 x[12] = ixheaacd_sub32_sat(a00, a10);
87 a10 = ixheaacd_sub32_sat(x[1], x[9]);
113 imag[3] = ixheaacd_add32_sat(a10, a30);
  /external/valgrind/massif/tests/
deep.c 18 void a10(int n) { a11(n); } function
19 void a9 (int n) { a10(n); }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tlsle.s 2 a10: label
34 movz x0, #:tprel_g1:a10
35 movk x0, #:tprel_g0_nc:a10
53 movz x0, #:tprel_g2:a10
54 movk x0, #:tprel_g1_nc:a10
55 movk x0, #:tprel_g0_nc:a10
  /prebuilts/go/darwin-x86/test/
escape_array.go 98 type a10 struct { type
110 a := new(a10) // ERROR "new\(a10\) does not escape"
  /prebuilts/go/linux-x86/test/
escape_array.go 98 type a10 struct { type
110 a := new(a10) // ERROR "new\(a10\) does not escape"
  /external/aac/libFDK/src/arm/
fft_rad2_arm.cpp 125 FIXP_DBL a00, a10, a20, a30; local
127 a10 = (x[i + 4] + x[i + 6]) >> 1; /* Re C + Re D */
131 x[i + 0] = a00 + a10; /* Re A' = Re A + Re B + Re C + Re D */
132 x[i + 4] = a00 - a10; /* Re C' = Re A + Re B - Re C - Re D */
137 a10 = a10 - x[i + 6]; /* Re C - Re D */
143 x[i + 3] = a20 - a10; /* Im B' = Im A - Im B - Re C + Re D */
144 x[i + 7] = a20 + a10; /* Im D' = Im A - Im B + Re C - Re D */
  /external/aac/libFDK/src/
fft_rad2.cpp 144 FIXP_DBL a00, a10, a20, a30; local
146 a10 = (x[i + 4] + x[i + 6]) >> 1; /* Re C + Re D */
150 x[i + 0] = a00 + a10; /* Re A' = Re A + Re B + Re C + Re D */
151 x[i + 4] = a00 - a10; /* Re C' = Re A + Re B - Re C - Re D */
156 a10 = a10 - x[i + 6]; /* Re C - Re D */
162 x[i + 3] = a20 - a10; /* Im B' = Im A - Im B - Re C + Re D */
163 x[i + 7] = a20 + a10; /* Im D' = Im A - Im B + Re C - Re D */
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 91 static int a10[(sizeof(t10) == 2) -1]; variable
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 36 A<::N::Z> *a10; variable
  /external/google-breakpad/src/testing/gtest/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /external/googletest/googletest/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /external/protobuf/gtest/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /external/v8/testing/gtest/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-tuple_test.cc 164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 49 int a10[1] = {[id(0)] { return id; } ()}; // expected-warning{{extension}} local
  /external/clang/test/Sema/
attr-mode-enums.c 46 CompleteType4 a10; local
builtin-classify-type.c 38 int a10[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1]; local
  /external/clang/test/CodeGenCXX/
mangle-abi-tag.cpp 59 struct __attribute__((abi_tag("A", "B"))) A10 {
60 virtual ~A10() {}
61 } a10; variable in typeref:struct:A10
68 static A10 b;
70 A10 B11::b;
138 static A10 a;
  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 47 int a10[__builtin_classify_type(f) == function_type_class ? 1 : -1]; local
  /external/dng_sdk/source/
dng_matrix.cpp 320 real64 a10, real64 a11, real64 a12,
332 fData [1] [0] = a10;
386 real64 a10, real64 a11, real64 a12,
399 fData [1] [0] = a10;
870 real64 a10 = A [1] [0]; local
882 temp [1] [0] = a20 * a12 - a10 * a22;
884 temp [1] [2] = a10 * a02 - a00 * a12;
885 temp [2] [0] = a10 * a21 - a20 * a11;
887 temp [2] [2] = a00 * a11 - a10 * a01;
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 74 __m128i a10 = _mm_cvtsi32_si128(row1[x0]); local
77 // (0, 0, a00, a10)
78 __m128i a00a10 = _mm_unpacklo_epi32(a10, a00);
83 // ((a00 * (16-y)), (a10 * y)).
86 // (a00 * (16-y) * (16-x), a10 * y * (16-x)).
89 // (0, 0, a01, a10)
101 // (a00*w00 + a01*w01, a10*w10 + a11*w11)
107 // (DC, a00*w00 + a01*w01 + a10*w10 + a11*w11)
184 __m128i a10 = _mm_cvtsi32_si128(row1[x0]); local
187 // (0, 0, a00, a10)
    [all...]
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSE2.cpp 74 __m128i a10 = _mm_cvtsi32_si128(row1[x0]); local
77 // (0, 0, a00, a10)
78 __m128i a00a10 = _mm_unpacklo_epi32(a10, a00);
83 // ((a00 * (16-y)), (a10 * y)).
86 // (a00 * (16-y) * (16-x), a10 * y * (16-x)).
89 // (0, 0, a01, a10)
101 // (a00*w00 + a01*w01, a10*w10 + a11*w11)
107 // (DC, a00*w00 + a01*w01 + a10*w10 + a11*w11)
184 __m128i a10 = _mm_cvtsi32_si128(row1[x0]); local
187 // (0, 0, a00, a10)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
typedef.c 70 t_func_void_of_void *a10; variable

Completed in 749 milliseconds

1 2 3