HomeSort by relevance Sort by last modified time
    Searched full:short_lag (Results 1 - 25 of 28) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 21 // static constexpr size_t short_lag = s;
39 static_assert((E::short_lag == 10), "");
45 where(E::short_lag);
55 static_assert((E::short_lag == 5), "");
61 where(E::short_lag);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.tcc 421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
471 int __ps = _M_p - short_lag;
553 subtract_with_carry_01<_RealType, __w, __s, __r>::short_lag;
615 int __ps = _M_p - short_lag;
    [all...]
random.h 736 static const int short_lag = __s; member in class:subtract_with_carry
907 static const int short_lag = __s; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.tcc 421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
471 int __ps = _M_p - short_lag;
553 subtract_with_carry_01<_RealType, __w, __s, __r>::short_lag;
615 int __ps = _M_p - short_lag;
    [all...]
random.h 736 static const int short_lag = __s; member in class:subtract_with_carry
907 static const int short_lag = __s; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc 421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
471 int __ps = _M_p - short_lag;
553 subtract_with_carry_01<_RealType, __w, __s, __r>::short_lag;
615 int __ps = _M_p - short_lag;
    [all...]
random.h 736 static const int short_lag = __s; member in class:subtract_with_carry
907 static const int short_lag = __s; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc 421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
471 int __ps = _M_p - short_lag;
553 subtract_with_carry_01<_RealType, __w, __s, __r>::short_lag;
615 int __ps = _M_p - short_lag;
    [all...]
random.h 736 static const int short_lag = __s; member in class:subtract_with_carry
907 static const int short_lag = __s; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 361 int __ps = _M_p - short_lag;
493 int __ps = _M_p - short_lag;
    [all...]
random 726 static const int short_lag = __s;
897 static const int short_lag = __s;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 361 int __ps = _M_p - short_lag;
493 int __ps = _M_p - short_lag;
    [all...]
random 726 static const int short_lag = __s;
897 static const int short_lag = __s;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 361 int __ps = _M_p - short_lag;
493 int __ps = _M_p - short_lag;
    [all...]
random 726 static const int short_lag = __s;
897 static const int short_lag = __s;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 361 int __ps = _M_p - short_lag;
493 int __ps = _M_p - short_lag;
    [all...]
random 726 static const int short_lag = __s;
897 static const int short_lag = __s;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random.tcc 361 int __ps = _M_p - short_lag;
493 int __ps = _M_p - short_lag;
    [all...]
random 726 static const int short_lag = __s;
897 static const int short_lag = __s;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.tcc 513 subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
584 long __ps = _M_p - short_lag;
    [all...]
random.h 610 static constexpr size_t short_lag = __s;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.tcc 513 subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
584 long __ps = _M_p - short_lag;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.tcc 513 subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
584 long __ps = _M_p - short_lag;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.tcc 516 subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
587 long __ps = _M_p - short_lag;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
random 151 static constexpr size_t short_lag = s;
    [all...]

Completed in 807 milliseconds

1 2