HomeSort by relevance Sort by last modified time
    Searched refs:N2 (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
  /external/flac/libFLAC/
window.c 96 const double N2 = (double)N / 2.;
100 double k = ((double)n - N2) / N2;
118 const double N2 = (double)N / 2.;
122 const double k = ((double)n - N2) / (stddev * N2);
273 const double N2 = (double)N / 2.;
277 const double k = ((double)n - N2) / N2;
  /external/clang/test/SemaTemplate/
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/os/
WorkSource.java 362 final int N2 = other.mNum;
367 while (i1 < N1 && i2 < N2) {
369 + " of " + N2);
395 final int N2 = other.mNum;
401 while (i1 < N1 && i2 < N2) {
403 + " of " + N2 + ": " + uids1[i1] + " " + names1[i1]);
456 final int N2 = other.mNum;
462 while (i1 < N1 || i2 < N2) {
464 + " of " + N2);
465 if (i1 >= N1 || (i2 < N2 && uids2[i2] < uids1[i1]))
    [all...]
  /external/arm-neon-tests/
ref_vmul_lane.c 50 #define TEST_VMUL_LANE(Q, T1, T2, W, N, N2, L) \
53 VECT_VAR(vector2, T1, W, N2), \
  /external/clang/test/CodeGen/
xcore-stringtype.c 122 // CHECK: m(N2){b(2:si)},m(){b(4:ui)},m(){b(4:si)},m(){b(4:c:si)},
135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
151 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
  /external/swiftshader/src/Renderer/
Point.cpp 80 return Vector::N2(*this - P);
90 return Vector::N2(P - Q);
Vector.hpp 77 static float N2(const Vector &v); // Squared norm
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4909a.go 31 const N2 = unsafe.Offsetof(p.X) // ERROR "indirection"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4909a.go 31 const N2 = unsafe.Offsetof(p.X) // ERROR "indirection"
  /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/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 119 namespace N2 {
124 template<> void N2::X::foo() {}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 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,
88 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/clang/test/SemaCXX/
extern-c.cpp 136 namespace N2 {
  /frameworks/base/core/java/android/content/pm/
Signature.java 130 final int N2 = N*2;
131 char[] text = existingArray == null || N2 > existingArray.length
132 ? new char[N2] : existingArray;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 187 #define N2 N1+2
188 #define N3 N2+6
199 if (memcmp(h,s,N2)!=0) error(S,"version mismatch in");
  /external/skia/third_party/lua/src/
lundump.c 187 #define N2 N1+2
188 #define N3 N2+6
199 if (memcmp(h,s,N2)!=0) error(S,"version mismatch in");
  /external/syslinux/com32/lua/src/
lundump.c 187 #define N2 N1+2
188 #define N3 N2+6
199 if (memcmp(h,s,N2)!=0) error(S,"version mismatch in");
  /external/clang/test/CodeGenCXX/
bitfield.cpp 205 namespace N2 {
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 918 SDVTList VTs, SDValue N1, SDValue N2,
920 SDValue Ops[] = {N1, N2};
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 450 SDValue getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
511 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2);
513 SDValue N1, SDValue N2, SDValue N3);
515 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
517 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
533 SDValue N1, SDValue N2);
535 SDValue N1, SDValue N2, SDValue N3);
537 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
539 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 68 bool operator()(const GepNode *N1, const GepNode *N2) const {
69 auto F1 = Map.find(N1), F2 = Map.find(N2);
461 NodePair node_pair(GepNode *N1, GepNode *N2) {
462 uintptr_t P1 = uintptr_t(N1), P2 = uintptr_t(N2);
464 return std::make_pair(N1, N2);
465 return std::make_pair(N2, N1);
476 bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, NodePairSet &Ne) {
479 if (node_hash(N1) != node_hash(N2))
482 NodePair NP = node_pair(N1, N2);
491 bool Root2 = N2->Flags & GepNode::Root
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 636 SDValue getVectorShuffle(EVT VT, const SDLoc &dl, SDValue N1, SDValue N2,
770 SDValue N2, const SDNodeFlags *Flags = nullptr);
772 SDValue N2, SDValue N3);
774 SDValue N2, SDValue N3, SDValue N4);
776 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
783 SDValue N2);
785 SDValue N2, SDValue N3);
787 SDValue N2, SDValue N3, SDValue N4);
789 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
    [all...]

Completed in 3807 milliseconds

1 2 3 4 56 7 8 9