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 12 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);
MetadataTest.cpp 262 MDNode *N0 = getNode();
263 MDNode *N1 = getNode(N0);
264 MDNode *N2 = getNode(N0, N1);
266 Metadata *Args[] = {ConstantAsMetadata::get(C), S, nullptr, N0, N1, N2};
277 MDNode *Nodes[] = {N0, N1, N2};
321 MDNode *N0 = getNode();
322 MDNode *N1 = getNode(N0);
323 MDNode *N2 = getNode(N0, N1);
325 Metadata *Args[] = {ConstantAsMetadata::get(C), S, nullptr, N0, N1, N2};
353 auto *N0 = MDNode::getDistinct(Context, None)
    [all...]
  /external/opencv3/modules/core/perf/
perf_math.cpp 38 int i, N = 0, N0 = 0, K = 0, dims = 0;
41 N0 = rng.uniform(1, MAX(N/10, 2));
44 Mat data0(N0, dims, CV_32F);
49 data0.row(rng.uniform(0, N0)).copyTo(data.row(i));
  /external/opencv3/modules/videoio/test/
test_video_pos.cpp 113 int N0 = (int)cap.get(CAP_PROP_FRAME_COUNT);
122 if (N < n_frames || N > n_frames + allowed_extra_frames || N != N0)
124 ts->printf(ts->LOG, "\nError: returned frame count (N0=%d, N=%d) is different from the reference number %d\n", N0, N, n_frames);
  /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/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 {
  /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/Transforms/InstCombine/
InstCombineMulDivRem.cpp 657 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
662 Value *FMul = Builder->CreateFMul(N0, N1);
669 Value *T = Builder->CreateFMul(N0, Opnd1);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 790 SDValue N0 = Addr.getOperand(0);
793 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) {
794 // (add n0, c0)
795 Base = N0;
855 SDValue N0 = Addr.getOperand(0);
860 // (add n0, c0)
861 if (isDSOffsetLegal(N0, DWordOffset1, 8)) {
862 Base = N0;
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 745 SDValue N0 = N.getOperand(0);
758 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
766 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
775 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
778 } else if (auto *S = dyn_cast<MCSymbolSDNode>(N0)) {
780 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
783 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
806 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
810 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
815 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 613 SDValue N0 = Op.getOperand(0);
617 if (N0.getOpcode() == ISD::ADD) {
618 AddOp = N0;
622 OtherOp = N0;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 360 SDValue N0 = N->getOperand(0);
364 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
365 std::swap(N0, N1);
400 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1))
403 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) ||
404 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2))
418 CurDAG->UpdateNodeOperands(N, N0, N1);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 762 milliseconds

1 2