HomeSort by relevance Sort by last modified time
    Searched refs:nev (Results 1 - 25 of 43) sorted by null

1 2

  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 423 int nev = (int)nbrEigenvalues; local
429 // Number of Lanczos vectors, must satisfy nev < ncv <= n
430 // Note that this indicates that nev != n, and we cannot compute
433 int ncv = std::min(std::max(2*nev, 20), n);
509 internal::arpack_wrapper<Scalar, RealScalar>::saupd(&ido, bmat, &n, whch, &nev, &tol, resid,
600 m_eivalues.resize(nev, 1);
603 &sigma, bmat, &n, whch, &nev, &tol, resid, &ncv,
614 m_eivec.resize(A.rows(), nev);
615 for (int i=0; i<nev; i++)
620 internal::OP<MatrixSolver, MatrixType, Scalar, BisSPD>::project(OP, n, nev, m_eivec.data())
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 671 sensors_event_t nev[1]; local
692 initEv(&nev[cnt++], timestamp, type, sensor)->pressure = sample->fdata;
695 initEv(&nev[cnt++], timestamp, type, sensor)->relative_humidity = sample->fdata;
698 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata;
701 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata;
704 initEv(&nev[cnt++], timestamp, type, sensor)->light = sample->fdata;
710 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount;
717 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = 1.0f;
724 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = sample->idata;
732 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = sample->idata
763 sensors_event_t nev[3]; local
846 sensors_event_t nev[3]; local
    [all...]
hubconnection.h 332 void sendDirectReportEvent(const sensors_event_t *nev, size_t n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 155 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
161 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 153 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
159 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_epoll.go 18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
netpoll_kqueue.go 16 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
sys_dragonfly_amd64.s 350 MOVL nev+32(FP), R8
sys_freebsd_amd64.s 340 MOVL nev+32(FP), R8
sys_netbsd_amd64.s 364 MOVL nev+32(FP), R8
sys_netbsd_arm.s 313 MOVW nev+16(FP), R4 // nevents
sys_openbsd_amd64.s 357 MOVL nev+32(FP), R8
sys_openbsd_arm.s 345 MOVW nev+16(FP), R4 // arg 5 - nevents (on stack)
sys_darwin_amd64.s 486 // func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
492 MOVL nev+32(FP), R8
sys_darwin_arm.s 485 MOVW nev+16(FP), R4
sys_darwin_arm64.s 445 // int32 runtime·kevent(int kq, Kevent *ch, int nch, Kevent *ev, int nev, Timespec *ts)
451 MOVW nev+32(FP), R4
sys_linux_386.s 549 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
554 MOVL nev+8(FP), DX
  /prebuilts/go/linux-x86/src/runtime/
netpoll_epoll.go 18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
netpoll_kqueue.go 16 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
sys_dragonfly_amd64.s 350 MOVL nev+32(FP), R8
sys_freebsd_amd64.s 340 MOVL nev+32(FP), R8
sys_netbsd_amd64.s 364 MOVL nev+32(FP), R8
sys_netbsd_arm.s 313 MOVW nev+16(FP), R4 // nevents
sys_openbsd_amd64.s 357 MOVL nev+32(FP), R8
sys_openbsd_arm.s 345 MOVW nev+16(FP), R4 // arg 5 - nevents (on stack)

Completed in 3266 milliseconds

1 2