HomeSort by relevance Sort by last modified time
    Searched full:lastw (Results 1 - 14 of 14) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 485 Scalar lastr(0), lastw(0);
496 lastw = w;
514 Scalar t = (x * lastr - lastw * r) / denom;
516 if (abs(x) > abs(lastw))
519 m_matT.coeffRef(i+1,n) = (-lastr - y * t) / lastw;
531 Scalar lastra(0), lastsa(0), lastw(0);
556 lastw = w;
577 vr = eps * norm * (abs(w) + abs(q) + abs(x) + abs(y) + abs(lastw));
579 ComplexScalar cc = ComplexScalar(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra) / ComplexScalar(vr,vi)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_iterator.pass.cpp 16 // discrete_distribution(InputIterator firstW, InputIterator lastW);
param_ctor_iterator.pass.cpp 16 // param_type(InputIterator firstW, InputIterator lastW);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_iterator.pass.cpp 16 // discrete_distribution(InputIterator firstW, InputIterator lastW);
param_ctor_iterator.pass.cpp 16 // param_type(InputIterator firstW, InputIterator lastW);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_iterator.pass.cpp 16 // discrete_distribution(InputIterator firstW, InputIterator lastW);
param_ctor_iterator.pass.cpp 16 // param_type(InputIterator firstW, InputIterator lastW);
  /external/valgrind/coregrind/
m_transtab.c 810 Word firstW = -1, lastW = -1;
812 host_extents, &key, &firstW, &lastW,
814 vg_assert(firstW == lastW); // always true, even if not found
    [all...]
  /external/libcxx/include/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
random     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
random     [all...]

Completed in 1234 milliseconds