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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 725 class subtract_with_carry class
739 * Constructs a default-initialized % subtract_with_carry random number
742 subtract_with_carry() function in class:subtract_with_carry
746 * Constructs an explicitly seeded % subtract_with_carry random number
750 subtract_with_carry(unsigned long __value) function in class:subtract_with_carry
754 * Constructs a %subtract_with_carry random number generator engine
760 subtract_with_carry(_Gen& __g) function in class:subtract_with_carry
778 * Seeds the initial state @f$ x_0 @f$ of the % subtract_with_carry
809 * Compares two % subtract_with_carry random number generator objects of
812 * @param __lhs A % subtract_with_carry random number generator object
    [all...]
random.tcc 413 subtract_with_carry<_IntType, __m, __s, __r>::modulus;
417 subtract_with_carry<_IntType, __m, __s, __r>::long_lag;
421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
425 subtract_with_carry<_IntType, __m, __s, __r>::
444 subtract_with_carry<_IntType, __m, __s, __r>::
466 typename subtract_with_carry<_IntType, __m, __s, __r>::result_type
467 subtract_with_carry<_IntType, __m, __s, __r>::
502 const subtract_with_carry<_IntType, __m, __s, __r>& __x)
526 subtract_with_carry<_IntType, __m, __s, __r>& __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 725 class subtract_with_carry class
739 * Constructs a default-initialized % subtract_with_carry random number
742 subtract_with_carry() function in class:subtract_with_carry
746 * Constructs an explicitly seeded % subtract_with_carry random number
750 subtract_with_carry(unsigned long __value) function in class:subtract_with_carry
754 * Constructs a %subtract_with_carry random number generator engine
760 subtract_with_carry(_Gen& __g) function in class:subtract_with_carry
778 * Seeds the initial state @f$ x_0 @f$ of the % subtract_with_carry
809 * Compares two % subtract_with_carry random number generator objects of
812 * @param __lhs A % subtract_with_carry random number generator object
    [all...]
random.tcc 413 subtract_with_carry<_IntType, __m, __s, __r>::modulus;
417 subtract_with_carry<_IntType, __m, __s, __r>::long_lag;
421 subtract_with_carry<_IntType, __m, __s, __r>::short_lag;
425 subtract_with_carry<_IntType, __m, __s, __r>::
444 subtract_with_carry<_IntType, __m, __s, __r>::
466 typename subtract_with_carry<_IntType, __m, __s, __r>::result_type
467 subtract_with_carry<_IntType, __m, __s, __r>::
502 const subtract_with_carry<_IntType, __m, __s, __r>& __x)
526 subtract_with_carry<_IntType, __m, __s, __r>& __x)
    [all...]

Completed in 4485 milliseconds