HomeSort by relevance Sort by last modified time
    Searched refs:N2 (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 34 N() : N1(20), N2(21) {}
36 int N2;
38 printf("N1 = %d N2 = %d\n", N1, N2);
references.cpp 178 namespace N2 {
  /external/flac/libFLAC/
window.c 99 const double N2 = (double)N / 2.;
103 double k = ((double)n - N2) / N2;
121 const double N2 = (double)N / 2.;
125 const double k = ((double)n - N2) / (stddev * N2);
216 const double N2 = (double)N / 2.;
220 const double k = ((double)n - N2) / N2;
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 41 namespace N2 {
70 template struct N2::Outer2::Inner<float>;
71 template struct N2::Outer2::Inner<int*, float*>; // expected-note{{instantiation}}
instantiate-expr-2.cpp 13 namespace N2 {
26 one_byte operator+(N1::X, N2::Y);
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
  /frameworks/base/core/java/android/content/pm/
Signature.java 107 final int N2 = N*2;
108 char[] text = existingArray == null || N2 > existingArray.length
109 ? new char[N2] : existingArray;
  /frameworks/base/core/java/android/os/
WorkSource.java 204 final int N2 = other.mNum;
208 for (int i2=0; i2<N2 && i1<N1; i2++) {
226 final int N2 = other.mNum;
230 for (int i2=0; i2<N2; i2++) {
  /external/speex/libspeex/
filters.c 483 int M2, N2;
488 N2 = N>>1;
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
492 for (i = 0; i < N2; i++)
493 xx1[i] = x1[N2-1-i];
495 xx1[N2+i] = mem1[2*i+1];
496 for (i = 0; i < N2; i++)
497 xx2[i] = x2[N2-1-i];
499 xx2[N2+i] = mem2[2*i+1]
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 253 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
254 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
561 SDValue N0, N1, N2;
562 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
    [all...]
InstrEmitter.cpp 519 SDValue N2 = Node->getOperand(2);
520 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 119 namespace N2 {
124 template<> void N2::X::foo() {}
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 388 SDValue N2 = N->getOperand(2);
395 if (SelectDirectAddr(N2, Addr)) {
425 SelectADDRsi64(N2.getNode(), N2, Base, Offset):
426 SelectADDRsi(N2.getNode(), N2, Base, Offset)) {
456 SelectADDRri64(N2.getNode(), N2, Base, Offset):
457 SelectADDRri(N2.getNode(), N2, Base, Offset))
    [all...]
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 372 namespace N2 {
383 using namespace N2::M;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 493 SDValue getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
554 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2);
556 SDValue N1, SDValue N2, SDValue N3);
558 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
560 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
576 SDValue N1, SDValue N2);
578 SDValue N1, SDValue N2, SDValue N3);
580 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
582 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 120 SDNode *SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2,
354 SDValue N1, SDValue N2,
367 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() };
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 152 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
348 lfd $N2,`$FRAME+112`($sp)
356 fcfid $N2,$N2
375 stfd $N2,56($nap_d) ; save n[j+1] in double format
389 fmadd $T2a,$N2,$na,$T2a
390 fmadd $T2b,$N2,$nb,$T2b
400 fmadd $T3a,$N2,$nc,$T3a
401 fmadd $T3b,$N2,$nd,$T3b
470 lfd $N2,`$FRAME+112`($sp
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 836 SDValue N2 = N->getOperand(2);
837 if (N000 == N2 &&
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 878 milliseconds

12 3