HomeSort by relevance Sort by last modified time
    Searched refs:N2 (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/clang/test/Misc/
diag-template-diffing-cxx98.cpp 30 A<0, 2, 0> N2 = M;
diag-template-diffing-color.cpp 83 A<0, 2, 0> N2 = M;
  /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/chromium_org/third_party/opus/src/silk/
ana_filt_bank_1.c 47 opus_int k, N2 = silk_RSHIFT( N, 1 );
51 for( k = 0; k < N2; k++ ) {
  /frameworks/base/core/java/android/os/
WorkSource.java 360 final int N2 = other.mNum;
365 while (i1 < N1 && i2 < N2) {
367 + " of " + N2);
393 final int N2 = other.mNum;
399 while (i1 < N1 && i2 < N2) {
401 + " of " + N2 + ": " + uids1[i1] + " " + names1[i1]);
454 final int N2 = other.mNum;
460 while (i1 < N1 || i2 < N2) {
462 + " of " + N2);
463 if (i1 >= N1 || (i2 < N2 && uids2[i2] < uids1[i1]))
    [all...]
  /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;
  /external/ceres-solver/include/ceres/
gradient_checker.h 65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
139 if (N2) {
140 CHECK_EQ(N2, block_sizes[2]);
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
numeric_diff_functor.h 114 int N0 = 0, int N1 = 0 , int N2 = 0, int N3 = 0, int N4 = 0,
125 N0, N1, N2, N3, N4,
134 N0, N1, N2, N3, N4,
340 N0, N1, N2, N3, N4,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/
indirect_array.pass.cpp 30 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
35 const std::valarray<int> v2(a2, N2);
  /frameworks/base/core/java/android/content/pm/
Signature.java 109 final int N2 = N*2;
110 char[] text = existingArray == null || N2 > existingArray.length
111 ? new char[N2] : existingArray;
  /external/clang/test/SemaCXX/
extern-c.cpp 116 namespace N2 {
overloaded-operator.cpp 372 namespace N2 {
383 using namespace N2::M;
  /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/ceres-solver/internal/ceres/
parameter_block_ordering_test.cc 51 template <int M, int N1 = 0, int N2 = 0, int N3 = 0>
52 class DummyCostFunction: public SizedCostFunction<M, N1, N2, N3> {
schur_ordering_test.cc 51 template <int M, int N1 = 0, int N2 = 0, int N3 = 0>
52 class DummyCostFunction: public SizedCostFunction<M, N1, N2, N3> {
evaluator_test.cc 55 int N0 = 0, int N1 = 0, int N2 = 0, bool kSucceeds = true>
57 : public SizedCostFunction<kNumResiduals, N0, N1, N2> {
58 typedef SizedCostFunction<kNumResiduals, N0, N1, N2> Base;
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 119 namespace N2 {
124 template<> void N2::X::foo() {}
  /external/clang/test/CodeGenCXX/
bitfield.cpp 205 namespace N2 {
references.cpp 178 namespace N2 {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /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 492 SDValue getVectorShuffle(EVT VT, SDLoc dl, SDValue N1, SDValue N2,
553 SDValue getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2);
555 SDValue N1, SDValue N2, SDValue N3);
557 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
559 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
575 SDValue N1, SDValue N2);
577 SDValue N1, SDValue N2, SDValue N3);
579 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
581 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 120 SDNode *SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2,
355 SDValue N1, SDValue N2,
368 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() };

Completed in 1612 milliseconds

1 2 34 5