Searched refs:N0 (Results 1 - 25 of 57) 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.cpp291 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
292 SDValue SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2,
295 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
308 SDValue MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1,
310 SDValue MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1);
619 SDValue N0, N1, N2; local
620 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
673 SDValue N0, SDValue N1) {
674 EVT VT = N0.getValueType();
675 if (N0
672 ReassociateOps(unsigned Opc, SDLoc DL, SDValue N0, SDValue N1) argument
921 SDValue N0 = Op.getOperand(0); local
979 SDValue N0 = Op.getOperand(0); local
1327 SDValue N0 = N->getOperand(0); local
1460 combineShlAddConstant(SDLoc DL, SDValue N0, SDValue N1, SelectionDAG &DAG) argument
1482 SDValue N0 = N->getOperand(0); local
1654 SDValue N0 = N->getOperand(0); local
1695 SDValue N0 = N->getOperand(0); local
1726 SDValue N0 = N->getOperand(0); local
1819 SDValue N0 = N->getOperand(0); local
1852 SDValue N0 = N->getOperand(0); local
1864 SDValue N0 = N->getOperand(0); local
1984 SDValue N0 = N->getOperand(0); local
2069 SDValue N0 = N->getOperand(0); local
2121 SDValue N0 = N->getOperand(0); local
2163 SDValue N0 = N->getOperand(0); local
2216 SDValue N0 = N->getOperand(0); local
2254 SDValue N0 = N->getOperand(0); local
2442 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2591 SDValue N0 = N->getOperand(0); local
2981 MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1, bool DemandHighBits) argument
3111 SDValue N0 = N.getOperand(0); local
3158 MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) argument
3229 SDValue N0 = N->getOperand(0); local
3696 SDValue N0 = N->getOperand(0); local
3945 SDValue N0 = N->getOperand(0); local
4114 SDValue N0 = N->getOperand(0); local
4260 SDValue N0 = N->getOperand(0); local
4455 SDValue N0 = N->getOperand(0); local
4465 SDValue N0 = N->getOperand(0); local
4475 SDValue N0 = N->getOperand(0); local
4485 SDValue N0 = N->getOperand(0); local
4495 SDValue N0 = N->getOperand(0); local
4505 SDValue N0 = N->getOperand(0); local
4663 SDValue N0 = N->getOperand(0); local
4749 SDValue N0 = N->getOperand(0); local
4804 SDValue N0 = N->getOperand(0); local
4857 ExtendUsesToFormExtLoad(SDNode *N, SDValue N0, unsigned ExtOpc, SmallVectorImpl<SDNode *> &ExtendNodes, const TargetLowering &TLI) argument
4939 SDValue N0 = N->getOperand(0); local
5196 SDValue N0 = N->getOperand(0); local
5466 SDValue N0 = N->getOperand(0); local
5669 SDValue N0 = N->getOperand(0); local
5829 SDValue N0 = N->getOperand(0); local
5958 SDValue N0 = N->getOperand(0); local
6180 SDValue N0 = N->getOperand(0); local
6464 SDValue N0 = N->getOperand(0); local
6674 SDValue N0 = N->getOperand(0); local
6765 SDValue N0 = N->getOperand(0); local
6829 SDValue N0 = N->getOperand(0); local
6904 SDValue N0 = N->getOperand(0); local
6958 SDValue N0 = N->getOperand(0); local
6972 SDValue N0 = N->getOperand(0); local
7022 SDValue N0 = N->getOperand(0); local
7075 SDValue N0 = N->getOperand(0); local
7115 SDValue N0 = N->getOperand(0); local
7127 SDValue N0 = N->getOperand(0); local
7139 SDValue N0 = N->getOperand(0); local
7174 SDValue N0 = N->getOperand(0); local
7189 SDValue N0 = N->getOperand(0); local
7235 SDValue N0 = N->getOperand(0); local
7283 SDValue N0 = N->getOperand(0); local
7295 SDValue N0 = N->getOperand(0); local
7307 SDValue N0 = N->getOperand(0); local
7319 SDValue N0 = N->getOperand(0); local
10383 SDValue N0 = N->getOperand(0); local
10521 SDValue N0 = N->getOperand(0); local
10571 SDValue N0 = N->getOperand(0); local
10771 SDValue N0 = N->getOperand(0); local
10935 SDValue N0 = N->getOperand(0); local
10962 SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2) argument
11107 SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
11398 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, SDLoc DL, bool foldBooleans) argument
[all...]
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...]
/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/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp4.cpp11 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/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp22 namespace N0 { namespace
/external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Darmv4-mont.pl246 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
290 vld1.32 {$N0-$N3}, [$nptr]!
300 vmlal.u32 $A0xB,$Ni,${N0}[0]
302 vmlal.u32 $A1xB,$Ni,${N0}[1]
349 vmlal.u32 $A0xB,$Ni,${N0}[0]
350 vmlal.u32 $A1xB,$Ni,${N0}[1]
386 vmlal.u32 $A0xB,$Ni,${N0}[0]
388 vmlal.u32 $A1xB,$Ni,${N0}[1]
394 vld1.32 {$N0-$N1}, [$nptr]!
416 vmlal.u32 $A0xB,$Ni,${N0}[
[all...]
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl250 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
294 vld1.32 {$N0-$N3}, [$nptr]!
304 vmlal.u32 $A0xB,$Ni,${N0}[0]
306 vmlal.u32 $A1xB,$Ni,${N0}[1]
353 vmlal.u32 $A0xB,$Ni,${N0}[0]
354 vmlal.u32 $A1xB,$Ni,${N0}[1]
390 vmlal.u32 $A0xB,$Ni,${N0}[0]
392 vmlal.u32 $A1xB,$Ni,${N0}[1]
398 vld1.32 {$N0-$N1}, [$nptr]!
420 vmlal.u32 $A0xB,$Ni,${N0}[
[all...]
/external/clang/test/SemaCXX/
H A Dlinkage-spec.cpp31 namespace N0 { namespace

Completed in 3839 milliseconds

123