Searched refs:N0 (Results 1 - 25 of 53) sorted by relevance

123

/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/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp3.cpp6 namespace N0 { namespace
/external/ceres-solver/include/ceres/
H A Dautodiff_cost_function.h156 int N0, // Number of parameters in block 0.
167 N0, N1, N2, N3, N4,
190 N0, N1, N2, N3, N4,
207 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
211 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate(
215 N0, N1, N2, N3, N4,
H A Dnumeric_diff_cost_function.h177 int N0 = 0, // Number of parameters in block 0.
189 N0, N1, N2, N3, N4,
201 N0, N1, N2, N3, N4,
219 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9;
221 (N0 > 0) + (N1 > 0) + (N2 > 0) + (N3 > 0) + (N4 > 0) +
226 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
243 if (N1) parameters_reference_copy[1] = parameters_reference_copy[0] + N0;
276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \
283 N0, N1, N2, N3, N4, \
H A Dsized_cost_function.h48 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
68 << "(ignore trailing 0s): " << N0 << ", " << N1 << ", " << N2 << ", "
76 ADD_PARAMETER_BLOCK(N0);
H A Dcost_function_to_functor.h103 int N0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
126 << "(ignore trailing 0s): " << N0 << ", " << N1 << ", " << N2 << ", "
133 (N0 > 0) + (N1 > 0) + (N2 > 0) + (N3 > 0) + (N4 > 0) +
137 CHECK_EQ(N0, parameter_block_sizes[0]);
150 N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9);
154 CHECK_NE(N0, 0);
171 CHECK_NE(N0, 0);
191 CHECK_NE(N0, 0);
213 CHECK_NE(N0, 0);
237 CHECK_NE(N0,
[all...]
H A Dgradient_checker.h65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
127 if (N0) {
128 CHECK_EQ(N0, block_sizes[0]);
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
H A Dnumeric_diff_functor.h114 int N0 = 0, int N1 = 0 , int N2 = 0, int N3 = 0, int N4 = 0,
125 N0, N1, N2, N3, N4,
136 N0, N1, N2, N3, N4,
345 N0, N1, N2, N3, N4,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp249 SDValue visitANDLike(SDValue N0, SDValue N1, SDNode *LocReference);
251 SDValue visitORLike(SDValue N0, SDValue N1, SDNode *LocReference);
319 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
320 SDValue SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2,
323 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
342 SDValue MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1,
344 SDValue MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1);
687 SDValue N0, N1, N2; local
688 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
768 SDValue N0, SDValu
767 ReassociateOps(unsigned Opc, SDLoc DL, SDValue N0, SDValue N1) argument
998 SDValue N0 = Op.getOperand(0); local
1056 SDValue N0 = Op.getOperand(0); local
1441 SDValue N0 = N->getOperand(0); local
1576 SDValue N0 = N->getOperand(0); local
1749 SDValue N0 = N->getOperand(0); local
1790 SDValue N0 = N->getOperand(0); local
1821 SDValue N0 = N->getOperand(0); local
1925 SDValue N0 = N->getOperand(0); local
1958 SDValue N0 = N->getOperand(0); local
1970 SDValue N0 = N->getOperand(0); local
2090 SDValue N0 = N->getOperand(0); local
2179 SDValue N0 = N->getOperand(0); local
2230 SDValue N0 = N->getOperand(0); local
2272 SDValue N0 = N->getOperand(0); local
2325 SDValue N0 = N->getOperand(0); local
2363 SDValue N0 = N->getOperand(0); local
2546 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2700 visitANDLike(SDValue N0, SDValue N1, SDNode *LocReference) argument
2800 SDValue N0 = N->getOperand(0); local
3115 MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1, bool DemandHighBits) argument
3248 SDValue N0 = N.getOperand(0); local
3298 MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) argument
3370 visitORLike(SDValue N0, SDValue N1, SDNode *LocReference) argument
3461 SDValue N0 = N->getOperand(0); local
3866 SDValue N0 = N->getOperand(0); local
4141 SDValue N0 = N->getOperand(0); local
4321 SDValue N0 = N->getOperand(0); local
4467 SDValue N0 = N->getOperand(0); local
4662 SDValue N0 = N->getOperand(0); local
4672 SDValue N0 = N->getOperand(0); local
4682 SDValue N0 = N->getOperand(0); local
4692 SDValue N0 = N->getOperand(0); local
4702 SDValue N0 = N->getOperand(0); local
4749 SDValue N0 = N->getOperand(0); local
5157 SDValue N0 = N->getOperand(0); local
5243 SDValue N0 = N->getOperand(0); local
5301 SDValue N0 = N->getOperand(0); local
5354 ExtendUsesToFormExtLoad(SDNode *N, SDValue N0, unsigned ExtOpc, SmallVectorImpl<SDNode *> &ExtendNodes, const TargetLowering &TLI) argument
5437 SDValue N0 = N->getOperand(0); local
5532 SDValue N0 = N->getOperand(0); local
5791 SDValue N0 = N->getOperand(0); local
6067 SDValue N0 = N->getOperand(0); local
6269 SDValue N0 = N->getOperand(0); local
6432 SDValue N0 = N->getOperand(0); local
6561 SDValue N0 = N->getOperand(0); local
6796 SDValue N0 = N->getOperand(0); local
7068 SDValue N0 = N->getOperand(0); local
7120 SDValue N0 = N->getOperand(0); local
7190 SDValue N0 = N->getOperand(0); local
7382 SDValue N0 = N->getOperand(0); local
7532 SDValue N0 = N->getOperand(0); local
7626 SDValue N0 = N->getOperand(0); local
7709 SDValue N0 = N->getOperand(0); local
7850 SDValue N0 = N->getOperand(0); local
7890 SDValue N0 = N->getOperand(0); local
7940 SDValue N0 = N->getOperand(0); local
7992 SDValue N0 = N->getOperand(0); local
8032 SDValue N0 = N->getOperand(0); local
8075 SDValue N0 = N->getOperand(0); local
8087 SDValue N0 = N->getOperand(0); local
8099 SDValue N0 = N->getOperand(0); local
8139 SDValue N0 = N->getOperand(0); local
8154 SDValue N0 = N->getOperand(0); local
8203 SDValue N0 = N->getOperand(0); local
8214 SDValue N0 = N->getOperand(0); local
8225 SDValue N0 = N->getOperand(0); local
8237 SDValue N0 = N->getOperand(0); local
8292 SDValue N0 = N->getOperand(0); local
8313 SDValue N0 = N->getOperand(0); local
8334 SDValue N0 = N->getOperand(0); local
11850 simplifyShuffleOperands(ShuffleVectorSDNode *SVN, SDValue N0, SDValue N1, SelectionDAG &DAG) argument
11875 SDValue N0 = N->getOperand(0); local
11937 SDValue N0 = N->getOperand(0); local
12333 SDValue N0 = N->getOperand(0); local
12360 SDValue N0 = N->getOperand(0); local
12512 SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2) argument
12661 SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
12952 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, SDLoc DL, bool foldBooleans) argument
[all...]
H A DTargetLowering.cpp1216 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, argument
1229 getBooleanContents(N0->getValueType(0));
1238 if (isa<ConstantSDNode>(N0.getNode()) &&
1240 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())))
1241 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC);
1249 if (N0.getOpcode() == ISD::SRL && (C1 == 0 || C1 == 1) &&
1250 N0.getOperand(0).getOpcode() == ISD::CTLZ &&
1251 N0.getOperand(1).getOpcode() == ISD::Constant) {
1253 = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
1255 ShAmt == Log2_32(N0
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dvariadic_evaluate.h49 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
67 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
69 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
84 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
86 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
100 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
102 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
115 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
117 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> {
129 template<typename Functor, typename T, int N0, in
[all...]
H A Dautodiff.h189 // Takes N 1st order parts, starting at index N0, and puts them in the M x N
191 template <typename JetT, typename T, int N0, int N>
197 src[i].v.template segment<N>(N0);
203 // C++0x). N0 through N5 are the dimension of the input arguments to
206 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
227 << "(ignore trailing 0s): " << N0 << ", " << N1 << ", " << N2 << ", "
231 typedef Jet<T, N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9> JetT;
233 N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9 + num_outputs);
237 const int jet1 = N0;
238 const int jet2 = N0
[all...]
H A Dnumeric_diff.h53 int N0, int N1, int N2, int N3, int N4,
61 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call(
68 int N0, int N1, int N2, int N3, int N4,
83 int N0, int N1, int N2, int N3, int N4,
143 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
159 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
183 int N0, int N1, int N2, int N3, int N4,
187 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
/external/llvm/include/llvm/ADT/
H A DStringSwitch.h84 template<unsigned N0, unsigned N1>
85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
90 template<unsigned N0, unsigned N1, unsigned N2>
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
/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/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp4.cpp12 namespace N0 { namespace
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp22 namespace N0 { namespace
/external/libopus/celt/
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...]
/external/boringssl/src/crypto/bn/asm/
H A Darmv4-mont.pl267 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
312 vld1.32 {$N0-$N3}, [$nptr]!
322 vmlal.u32 $A0xB,$Ni,${N0}[0]
324 vmlal.u32 $A1xB,$Ni,${N0}[1]
371 vmlal.u32 $A0xB,$Ni,${N0}[0]
372 vmlal.u32 $A1xB,$Ni,${N0}[1]
408 vmlal.u32 $A0xB,$Ni,${N0}[0]
410 vmlal.u32 $A1xB,$Ni,${N0}[1]
416 vld1.32 {$N0-$N1}, [$nptr]!
438 vmlal.u32 $A0xB,$Ni,${N0}[
[all...]
/external/clang/test/SemaCXX/
H A Dlinkage-spec.cpp31 namespace N0 { namespace
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp141 SDValue N0 = N.getOperand(0);
143 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
152 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
155 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
159 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
160 //AM.SymbolFlags = cast<BlockAddressSDNode>(N0)->getTargetFlags();
/external/ceres-solver/internal/ceres/
H A Dreorder_program_test.cc45 template <int kNumResiduals, int N0, int N1, int N2>
47 SizedCostFunction<kNumResiduals, N0, N1, N2> {
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp653 SDValue N0 = N.getOperand(0);
666 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
674 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
683 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
686 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
689 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
712 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
716 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
721 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
724 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
2166 SDValue N0 = Node->getOperand(0); local
2245 SDValue N0 = Node->getOperand(0); local
2263 SDValue N0 = Node->getOperand(0); local
2290 SDValue N0 = Node->getOperand(0); local
2440 SDValue N0 = Node->getOperand(0); local
2623 SDValue N0 = Node->getOperand(0); local
[all...]

Completed in 1504 milliseconds

123