HomeSort by relevance Sort by last modified time
    Searched refs:N4 (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/test/CodeCompletion/
namespace-alias.cpp 1 namespace N4 {
19 // CHECK-CC1-NEXT: N4
using-namespace.cpp 1 namespace N4 {
20 // CHECK-CC1-NEXT: N4
using.cpp 1 namespace N4 {
23 // CHECK-CC1-NEXT: N4
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 37 namespace N4 {
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
instantiate-expr-2.cpp 25 namespace N4 {
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
57 namespace N4 {
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
  /external/libopus/celt/arm/
celt_mdct_ne10.c 51 int N, N2, N4;
67 N4 = N>>2;
70 ALLOC(f2, N4, kiss_fft_cpx);
93 for(;i<N4-((overlap+3)>>2);i++)
101 for(;i<N4;i++)
116 for(i=0;i<N4;i++)
122 t1 = t[N4+i];
143 for(i=0;i<N4;i++)
146 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]);
147 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i])
    [all...]
  /external/clang/test/PCH/Inputs/
namespaces.h 42 inline namespace N4 {
  /external/libopus/celt/mips/
mdct_mipsr1.h 64 int N, N2, N4;
89 N4 = N>>2;
92 ALLOC(f2, N4, kiss_fft_cpx);
115 for(;i<N4-((overlap+3)>>2);i++)
123 for(;i<N4;i++)
138 for(i=0;i<N4;i++)
144 t1 = t[N4+i];
170 for(i=0;i<N4;i++)
173 yr = S_MUL_SUB(fp->i,t[N4+i] , fp->r,t[i]);
174 yi = S_MUL_ADD(fp->r,t[N4+i] ,fp->i,t[i])
    [all...]
  /external/google-fruit/include/fruit/impl/meta/
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::value>;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringSwitch.h 127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
131 const char (&S4)[N4], const T& Value) {
135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
140 const char (&S4)[N4], const char (&S5)[N5],
145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
150 const char (&S4)[N4], const char (&S5)[N5],
155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
160 const char (&S4)[N4], const char (&S5)[N5],
166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
171 const char (&S4)[N4], const char (&S5)[N5]
    [all...]
  /external/libopus/celt/
mdct.c 123 int N, N2, N4;
146 N4 = N>>2;
149 ALLOC(f2, N4, kiss_fft_cpx);
172 for(;i<N4-((overlap+3)>>2);i++)
180 for(;i<N4;i++)
195 for(i=0;i<N4;i++)
201 t1 = t[N4+i];
225 for(i=0;i<N4;i++)
228 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]);
229 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i])
    [all...]
  /external/clang/test/PCH/
namespaces.cpp 44 inline namespace N4 { }
  /external/llvm/include/llvm/ADT/
StringSwitch.h 132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
136 const char (&S4)[N4], const T& Value) {
142 (N4-1 == Str.size() && std::memcmp(S4, Str.data(), N4-1) == 0))) {
  /external/clang/test/CodeGen/
xcore-stringtype.c 121 // CHECK: !"f{si}(s(SB){m(){b(4:si)},m(){b(2:si)},m(N4){b(4:si)},
135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
151 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSwitch.h 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
106 const char (&S4)[N4], const T& Value) {
  /external/clang/test/CodeGenCXX/
bitfield.cpp 284 namespace N4 {
431 // Similar to N4 except that this adds a virtual base to the picture. (PR18430)
references.cpp 250 namespace N4 {
259 // CHECK: call void @_ZN2N41AC1Ev(%"struct.N4::A"* @_ZGRZN2N41fEvE2ar_)
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 113 const uint32_t N4 = allocate##MemorySize(); \
136 __ fld(IceType_f##Size, dwordAddress(N4)); \
161 test.set##MemorySize##To(N4, NewValue4); \
185 ASSERT_FLOAT_EQ(NewValue4, test.contentsOf##MemorySize<Type>(N4)) \
  /external/speex/libspeexdsp/
preprocess.c 394 int N, N3, N4, M;
423 N4 = st->frame_size - N3;
473 if (N4>0)
477 st->window[i+N3+N4]=st->window[i+N3];
619 int N4 = st->frame_size - N3;
630 st->inbuf[i]=x[N4+i];
728 int N4 = st->frame_size - N3;
    [all...]
  /external/shflags/lib/
shunit2 690 _shunit_random_=`/usr/bin/od -vAn -N4 -tx4 </dev/urandom \
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
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,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 774 SDValue N2, SDValue N3, SDValue N4);
776 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
787 SDValue N2, SDValue N3, SDValue N4);
789 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 437 LazyCallGraph::Node &N4 = *CG.lookup(lookupFunction(*M, "f4"));
442 EXPECT_EQ(&RC, CG.lookupRefSCC(N4));
451 EXPECT_EQ(&C, CG.lookupSCC(N4));
    [all...]
  /external/libopus/src/
opus_encoder.c     [all...]

Completed in 1310 milliseconds

1 2