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

1 2

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p3.cpp 6 namespace N0 {
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 11 namespace N0 {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 22 namespace N0 {
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 85 MDNode *N0 = MDHelper.createTBAANode("Node", R);
89 EXPECT_EQ(N0, N3);
90 EXPECT_NE(N0, N1);
91 EXPECT_NE(N0, N2);
92 EXPECT_GE(N0->getNumOperands(), 2U);
95 EXPECT_TRUE(isa<MDString>(N0->getOperand(0)));
98 EXPECT_EQ(cast<MDString>(N0->getOperand(0))->getString(), "Node");
101 EXPECT_EQ(N0->getOperand(1), R);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 18 namespace N0 {
33 template<> void N0::f0(int) { } // okay
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
39 template<> void N0::f0(double); // expected-warning{{C++11 extension}}
40 template<> void N0::f0(double) { }
49 namespace N0 {
73 void N0::X0<T>::ft1(T t, U u) {
77 template<typename T> T N0::X0<T>::member;
79 template<> struct N0::X0<void> { }; // expected-warning{{C++11 extension}}
80 N0::X0<void> test_X0
    [all...]
p2-0x.cpp 20 namespace N0 {
35 template<> void N0::f0(int) { } // okay
38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
41 template<> void N0::f0(double) { }
50 namespace N0 {
74 void N0::X0<T>::ft1(T t, U u) {
78 template<typename T> T N0::X0<T>::member;
80 template<> struct N0::X0<void> { };
81 N0::X0<void> test_X0;
84 template<> struct N0::X0<const void> { }; // expected-error{{class template specialization of 'X0' not in a namespace e (…)
    [all...]
  /external/clang/test/SemaCXX/
linkage-spec.cpp 31 namespace N0 {
  /external/chromium_org/third_party/opus/src/celt/
rate.c 150 int N0;
152 N0 = m->eBands[j+1]-m->eBands[j];
154 if (N0<<i == 1)
170 if (N0 > 2)
172 N0>>=1;
175 /* N0=1 bands can't be split down to N<2. */
176 else if (N0 <= 1)
179 N0<<=LM0;
186 N = N0;
432 int N0, N, den
    [all...]
vq.c 137 int N0;
143 N0 = N/B;
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
149 } while (++j<N0);
bands.c 265 int N0;
273 N0 = m->eBands[i+1]-m->eBands[i];
282 t = N0<<LM;
289 sqrt_1 = celt_rsqrt(N0<<LM);
338 for (j=0;j<N0;j++)
348 renormalise_vector(X, N0<<LM, Q15ONE);
449 int i, c, N0;
457 N0 = M*m->shortMdctSize;
466 celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
548 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.c 185 #define N0 LUAC_HEADERSIZE
197 if (memcmp(h,s,N0)==0) return;
  /external/clang/test/CodeGenCXX/
bitfield.cpp 9 namespace N0 {
  /external/libopus/celt/
rate.c 150 int N0;
152 N0 = m->eBands[j+1]-m->eBands[j];
154 if (N0<<i == 1)
170 if (N0 > 2)
172 N0>>=1;
175 /* N0=1 bands can't be split down to N<2. */
176 else if (N0 <= 1)
179 N0<<=LM0;
186 N = N0;
432 int N0, N, den
    [all...]
vq.c 137 int N0;
143 N0 = N/B;
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
149 } while (++j<N0);
bands.c 265 int N0;
273 N0 = m->eBands[i+1]-m->eBands[i];
282 t = N0<<LM;
289 sqrt_1 = celt_rsqrt(N0<<LM);
338 for (j=0;j<N0;j++)
348 renormalise_vector(X, N0<<LM, Q15ONE);
449 int i, c, N0;
457 N0 = M*m->shortMdctSize;
466 celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
548 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 120 namespace N0 {
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 739 SDValue N0 = Addr.getOperand(0);
745 if (N0.getOpcode() == ISD::ADD) {
747 SDValue N2 = N0.getOperand(0);
748 SDValue N3 = N0.getOperand(1);
755 // (add N0, C1)
757 Offset = N0;
763 // (add N0, N1)
764 SDValue N0 = Addr.getOperand(0);
766 Ptr = wrapAddr64Rsrc(CurDAG, DL, N0);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 550 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
555 Value *FMul = Builder->CreateFMul(N0, N1);
562 Value *T = Builder->CreateFMul(N0, Opnd1);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 346 SDValue N0 = N->getOperand(0);
350 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
351 std::swap(N0, N1);
386 if (SelectT2ShifterOperandReg(N0, CPTmp0, CPTmp1))
389 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) ||
390 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2))
402 CurDAG->UpdateNodeOperands(N, N0, N1);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 647 SDValue N0 = N.getOperand(0);
660 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
668 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
677 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
680 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
683 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
706 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
710 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
715 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
718 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 605 SDValue N0 = Op.getOperand(0);
609 if (N0.getOpcode() == ISD::ADD) {
610 AddOp = N0;
614 OtherOp = N0;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 821 milliseconds

1 2