Searched defs:N0 (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp3.cpp6 namespace N0 { namespace
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp4.cpp11 namespace N0 { namespace
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp22 namespace N0 { namespace
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp85 MDNode *N0 = MDHelper.createTBAANode("Node", R); local
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/bison/src/
H A Dreduce.c63 | then do subset tests against N0, but even for the C grammar the |
68 useful_production (rule_number r, bitset N0)
76 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens))
67 useful_production(rule_number r, bitset N0) argument
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2.cpp18 namespace N0 { namespace
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 { namespace
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
86 namespace N0 { namespace
101 namespace N0 { namespace
112 namespace N0 { namespace
137 namespace N0 { namespace
176 namespace N0 { namespace
208 namespace N0 { namespace
[all...]
H A Dp2-0x.cpp20 namespace N0 { namespace
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 { namespace
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
87 namespace N0 { namespace
96 namespace N0 { namespace
140 namespace N0 { namespace
151 namespace N0 { namespace
176 namespace N0 { namespace
215 namespace N0 { namespace
247 namespace N0 { namespace
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c137 int N0; local
143 N0 = N/B;
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
149 } while (++j<N0);
H A Drate.c150 int N0; local
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, local
[all...]
H A Dbands.c265 int N0; local
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; local
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, in argument
575 interleave_hadamard(celt_norm *X, int N0, int stride, int hadamard) argument
599 haar1(celt_norm *X, int N0, int stride) argument
1065 int N0=N; local
[all...]
H A Dcelt_encoder.c549 int *tf_res, int lambda, celt_norm *X, int N0, int LM,
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)];
590 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
755 const opus_val16 *bandLogE, int end, int LM, int C, int N0,
775 partial = MAC16_16(partial, X[j], X[N0+j]);
786 partial = MAC16_16(partial, X[j], X[N0+j]);
858 int LM, int N0)
873 R = EXTEND32(X[N0+j]);
548 tf_analysis(const CELTMode *m, int len, int isTransient, int *tf_res, int lambda, celt_norm *X, int N0, int LM, int *tf_sum, opus_val16 tf_estimate, int tf_chan) argument
754 alloc_trim_analysis(const CELTMode *m, const celt_norm *X, const opus_val16 *bandLogE, int end, int LM, int C, int N0, AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, int intensity, opus_val16 surround_trim) argument
857 stereo_analysis(const CELTMode *m, const celt_norm *X, int LM, int N0) argument
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlundump.c185 #define N0 LUAC_HEADERSIZE macro
197 if (memcmp(h,s,N0)==0) return;
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp9 namespace N0 { namespace
/external/clang/test/SemaCXX/
H A Dlinkage-spec.cpp31 namespace N0 { namespace
/external/libopus/celt/
H A Dvq.c137 int N0; local
143 N0 = N/B;
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
149 } while (++j<N0);
H A Drate.c150 int N0; local
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, local
[all...]
H A Dbands.c265 int N0; local
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; local
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, in argument
575 interleave_hadamard(celt_norm *X, int N0, int stride, int hadamard) argument
599 haar1(celt_norm *X, int N0, int stride) argument
1065 int N0=N; local
[all...]
H A Dcelt_encoder.c549 int *tf_res, int lambda, celt_norm *X, int N0, int LM,
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)];
590 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
755 const opus_val16 *bandLogE, int end, int LM, int C, int N0,
775 partial = MAC16_16(partial, X[j], X[N0+j]);
786 partial = MAC16_16(partial, X[j], X[N0+j]);
858 int LM, int N0)
873 R = EXTEND32(X[N0+j]);
548 tf_analysis(const CELTMode *m, int len, int isTransient, int *tf_res, int lambda, celt_norm *X, int N0, int LM, int *tf_sum, opus_val16 tf_estimate, int tf_chan) argument
754 alloc_trim_analysis(const CELTMode *m, const celt_norm *X, const opus_val16 *bandLogE, int end, int LM, int C, int N0, AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, int intensity, opus_val16 surround_trim) argument
857 stereo_analysis(const CELTMode *m, const celt_norm *X, int LM, int N0) argument
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp120 namespace N0 { namespace
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp739 SDValue N0 = Addr.getOperand(0); local
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); local
766 Ptr = wrapAddr64Rsrc(CurDAG, DL, N0);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp550 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign); local
555 Value *FMul = Builder->CreateFMul(N0, N1);
562 Value *T = Builder->CreateFMul(N0, Opnd1);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp915 SDValue N0 = N->getOperand(0); local
916 if (N0.getOpcode() == ISD::SETCC) {
917 SDValue N00 = N0.getOperand(0);
922 SDValue N01 = N0.getOperand(1);
923 SDValue N02 = N0.getOperand(2);
935 N0.getNode()->getValueType(N0.getResNo()) == MVT::i1 &&
959 N0.getNode()->getValueType(N0.getResNo()) == MVT::i1 &&
1662 SDValue N0 local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1039 SDValue N0 = N->getOperand(0); local
1043 N0, getI32Imm(Log2_32(Imm)));
1049 N0, getI32Imm(Log2_32(-Imm)));
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp605 SDValue N0 = Op.getOperand(0);
609 if (N0.getOpcode() == ISD::ADD) {
610 AddOp = N0;
614 OtherOp = N0;
1654 SDValue N0 = N->getOperand(0); local
1657 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
1659 EVT VT = N0.getValueType();
1663 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1683 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2);
1691 SDValue N0 local
1730 SDValue N0 = N->getOperand(0); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1206 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, argument
1219 getBooleanContents(N0->getValueType(0));
1228 if (isa<ConstantSDNode>(N0.getNode()) &&
1230 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())))
1231 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC);
1239 if (N0.getOpcode() == ISD::SRL && (C1 == 0 || C1 == 1) &&
1240 N0.getOperand(0).getOpcode() == ISD::CTLZ &&
1241 N0.getOperand(1).getOpcode() == ISD::Constant) {
1243 = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
1245 ShAmt == Log2_32(N0
[all...]

Completed in 7129 milliseconds

12