/external/libopus/celt/mips/ |
D | mdct_mipsr1.h | 64 int N, N2, N4; in clt_mdct_forward() local 89 N4 = N>>2; in clt_mdct_forward() 92 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward() 115 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward() 123 for(;i<N4;i++) in clt_mdct_forward() 138 for(i=0;i<N4;i++) in clt_mdct_forward() 144 t1 = t[N4+i]; in clt_mdct_forward() 170 for(i=0;i<N4;i++) in clt_mdct_forward() 173 yr = S_MUL_SUB(fp->i,t[N4+i] , fp->r,t[i]); in clt_mdct_forward() 174 yi = S_MUL_ADD(fp->r,t[N4+i] ,fp->i,t[i]); in clt_mdct_forward() [all …]
|
/external/libopus/celt/arm/ |
D | celt_mdct_ne10.c | 51 int N, N2, N4; in clt_mdct_forward_neon() local 67 N4 = N>>2; in clt_mdct_forward_neon() 70 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward_neon() 93 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_neon() 101 for(;i<N4;i++) in clt_mdct_forward_neon() 116 for(i=0;i<N4;i++) in clt_mdct_forward_neon() 122 t1 = t[N4+i]; in clt_mdct_forward_neon() 143 for(i=0;i<N4;i++) in clt_mdct_forward_neon() 146 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]); in clt_mdct_forward_neon() 147 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i]); in clt_mdct_forward_neon() [all …]
|
/external/libopus/celt/ |
D | mdct.c | 123 int N, N2, N4; in clt_mdct_forward_c() local 146 N4 = N>>2; in clt_mdct_forward_c() 149 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward_c() 172 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_c() 180 for(;i<N4;i++) in clt_mdct_forward_c() 195 for(i=0;i<N4;i++) in clt_mdct_forward_c() 201 t1 = t[N4+i]; in clt_mdct_forward_c() 225 for(i=0;i<N4;i++) in clt_mdct_forward_c() 228 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]); in clt_mdct_forward_c() 229 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i]); in clt_mdct_forward_c() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 131 const char (&S4)[N4], const T& Value) { in Cases() argument 135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 140 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 150 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 160 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 171 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 25 namespace N4 { namespace 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload() 45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; in test_bin_op_overload() 47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY; in test_bin_op_overload() 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() 57 namespace N4 { namespace 65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
|
D | instantiate-call.cpp | 37 namespace N4 { namespace 46 template struct N4::call_f0<int, short&>; 47 template struct N4::call_f0<N1::X0, int&>;
|
/external/google-fruit/include/fruit/impl/meta/ |
D | numeric_operations.h | 48 template <typename N0, typename N1, typename N2, typename N3, typename N4, typename... Ints> 49 struct apply<N0, N1, N2, N3, N4, Ints...> { 50 …using type = Int<N0::value + N1::value + N2::value + N3::value + N4::value + apply<Ints...>::type:…
|
/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 136 const char (&S4)[N4], const T& Value) { in Cases() argument 142 (N4-1 == Str.size() && std::memcmp(S4, Str.data(), N4-1) == 0))) { in Cases()
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member 164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringSwitch.h | 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 106 const char (&S4)[N4], const T& Value) { in Cases() argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 113 const uint32_t N4 = allocate##MemorySize(); \ in TEST_F() 136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F() 161 test.set##MemorySize##To(N4, NewValue4); \ in TEST_F() 185 ASSERT_FLOAT_EQ(NewValue4, test.contentsOf##MemorySize<Type>(N4)) \ in TEST_F()
|
/external/clang/test/CodeCompletion/ |
D | using-namespace.cpp | 1 namespace N4 { namespace
|
D | namespace-alias.cpp | 1 namespace N4 { namespace
|
D | using.cpp | 1 namespace N4 { namespace
|
/external/pcre/dist2/testdata/ |
D | grepoutputN | 12 jkl---------------------------- Test N4 ------------------------------
|
/external/clang/test/PCH/Inputs/ |
D | namespaces.h | 42 inline namespace N4 {
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 44 inline namespace N4 { } namespace
|
/external/speex/libspeexdsp/ |
D | preprocess.c | 394 int N, N3, N4, M; in speex_preprocess_state_init() local 423 N4 = st->frame_size - N3; in speex_preprocess_state_init() 473 if (N4>0) in speex_preprocess_state_init() 477 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init() 619 int N4 = st->frame_size - N3; in preprocess_analysis() local 630 st->inbuf[i]=x[N4+i]; in preprocess_analysis() 728 int N4 = st->frame_size - N3; in speex_preprocess_run() local 984 for (i=0;i<N4;i++) in speex_preprocess_run()
|
/external/icu/icu4c/source/data/locales/ |
D | mgo.txt | 201 "N4", 245 "N4",
|
/external/clang/test/CodeGenCXX/ |
D | bitfield.cpp | 284 namespace N4 { namespace
|
D | references.cpp | 250 namespace N4 { namespace
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_pgm_p5.miff | 70 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
|
D | input_pgm_p2.miff | 70 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
|
D | input_fits.miff | 79 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 515 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 517 SDValue N1, SDValue N2, SDValue N3, SDValue N4, 537 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 539 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
|