Searched refs:short_lag (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 41 static_assert((E::short_lag == 10), ""); in test1() 52 where(E::short_lag); in test1() 62 static_assert((E::short_lag == 5), ""); in test2() 73 where(E::short_lag); in test2()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 40 static_assert((E::short_lag == 10), ""); in test1() 51 where(E::short_lag); in test1() 61 static_assert((E::short_lag == 5), ""); in test2() 72 where(E::short_lag); in test2()
|
/external/libxaac/decoder/ |
D | ixheaacd_lt_predict.h | 43 UWORD8 short_lag[8]; member
|
D | ixheaacd_channel.c | 1204 ltp->short_lag[w] = (UWORD8)ixheaacd_read_bits_buf(it_bit_buf, 4); in ixheaacd_ltp_data()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/ |
D | subtract_with_carry_engine.h | 84 static _LIBCPP_CONSTEXPR const size_t short_lag = __s; variable 169 _LIBCPP_CONSTEXPR const size_t subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | random | 157 static constexpr size_t short_lag = s;
|
/external/libcxx/include/ |
D | random | 151 static constexpr size_t short_lag = s; 2557 static _LIBCPP_CONSTEXPR const size_t short_lag = __s; 2634 _LIBCPP_CONSTEXPR const size_t subtract_with_carry_engine<_UIntType, __w, __s, __r>::short_lag;
|