HomeSort by relevance Sort by last modified time
    Searched refs:nev (Results 1 - 25 of 42) 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 629 sensors_event_t nev[1]; local
650 initEv(&nev[cnt++], timestamp, type, sensor)->pressure = sample->fdata;
653 initEv(&nev[cnt++], timestamp, type, sensor)->relative_humidity = sample->fdata;
656 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata;
659 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata;
662 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata;
665 initEv(&nev[cnt++], timestamp, type, sensor)->light = sample->fdata;
671 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount;
678 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = 1.0f;
685 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = sample->idata
724 sensors_event_t nev[3]; local
831 sensors_event_t nev[3]; local
    [all...]
hubconnection.h 327 void sendDirectReportEvent(const sensors_event_t *nev, size_t n);
  /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 363 MOVL nev+32(FP), R8
sys_freebsd_amd64.s 350 MOVL nev+32(FP), R8
sys_netbsd_amd64.s 377 MOVL nev+32(FP), R8
sys_netbsd_arm.s 330 MOVW nev+16(FP), R4 // nevents
sys_openbsd_amd64.s 368 MOVL nev+32(FP), R8
sys_openbsd_arm.s 358 MOVW nev+16(FP), R4 // arg 5 - nevents (on stack)
sys_darwin_arm.s 501 MOVW nev+16(FP), R4
sys_darwin_arm64.s 465 // int32 runtime·kevent(int kq, Kevent *ch, int nch, Kevent *ev, int nev, Timespec *ts)
471 MOVW nev+32(FP), R4
sys_linux_arm.s 481 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout)
485 MOVW nev+8(FP), R2
sys_linux_arm64.s 447 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
451 MOVW nev+16(FP), R2
sys_linux_mips64x.s 424 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
428 MOVW nev+16(FP), R6
  /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 363 MOVL nev+32(FP), R8
sys_freebsd_amd64.s 350 MOVL nev+32(FP), R8
sys_netbsd_amd64.s 377 MOVL nev+32(FP), R8
sys_netbsd_arm.s 330 MOVW nev+16(FP), R4 // nevents
sys_openbsd_amd64.s 368 MOVL nev+32(FP), R8
sys_openbsd_arm.s 358 MOVW nev+16(FP), R4 // arg 5 - nevents (on stack)

Completed in 280 milliseconds

1 2