HomeSort by: relevance | last modified time | path
    Searched refs:legendre (Results 1 - 10 of 10) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-jac.c 759 int legendre = refmpz_legendre (a, prime[i]); local
760 if (!legendre)
763 res *= legendre;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 167 using std::legendre;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
math.h 169 using std::tr1::legendre;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 167 using std::legendre;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
math.h 167 using std::tr1::legendre;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
specfun.h 92 * - @ref assoc_legendre "assoc_legendre - Associated Legendre functions"
107 * - @ref legendre "legendre - Legendre polynomials"
110 * - @ref sph_legendre "sph_legendre - Spherical Legendre functions"
256 // Associated Legendre functions
259 * Return the associated Legendre function of degree @c l and order @c m
269 * Return the associated Legendre function of degree @c l and order @c m.
279 * Return the associated Legendre function of degree @c l and order @c m.
281 * The associated Legendre function is derived from the Legendre functio
1005 legendre(unsigned int __l, _Tp __x) function
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
specfun.h 94 * - @ref assoc_legendre "assoc_legendre - Associated Legendre functions"
109 * - @ref legendre "legendre - Legendre polynomials"
112 * - @ref sph_legendre "sph_legendre - Spherical Legendre functions"
258 // Associated Legendre functions
261 * Return the associated Legendre function of degree @c l and order @c m
271 * Return the associated Legendre function of degree @c l and order @c m.
281 * Return the associated Legendre function of degree @c l and order @c m.
283 * The associated Legendre function is derived from the Legendre functio
1007 legendre(unsigned int __l, _Tp __x) function
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 1143 int i, legendre, kronecker, st = 0; local
1154 * congruent to $a^{(b-1)/2}$, modulo $b$ (Legendre symbol). So we
1186 legendre = 1;
1188 legendre = 0;
1193 TEST_info("Legendre symbol computation failed");
1196 legendre = -1;
1205 if (!TEST_int_eq(legendre, kronecker))
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 1121 int i, legendre, kronecker, st = 0; local
1132 * congruent to $a^{(b-1)/2}$, modulo $b$ (Legendre symbol). So we
1164 legendre = 1;
1166 legendre = 0;
1171 TEST_info("Legendre symbol computation failed");
1174 legendre = -1;
1183 if (!TEST_int_eq(legendre, kronecker))
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 1117 int i, legendre, kronecker, st = 0; local
1128 * congruent to $a^{(b-1)/2}$, modulo $b$ (Legendre symbol). So we
1160 legendre = 1;
1162 legendre = 0;
1167 TEST_info("Legendre symbol computation failed");
1170 legendre = -1;
1179 if (!TEST_int_eq(legendre, kronecker))

Completed in 62 milliseconds