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

  /src/external/lgpl3/gmp/dist/mpn/generic/
jacobi.c 128 const unsigned char jacobi_table[208] = { variable
jacobi.c 128 const unsigned char jacobi_table[208] = { variable
jacobi.c 128 const unsigned char jacobi_table[208] = { variable
jacobi.c 128 const unsigned char jacobi_table[208] = { variable
jacobi.c 128 const unsigned char jacobi_table[208] = { variable
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4131 #define jacobi_table __gmp_jacobi_table macro
4132 __GMP_DECLSPEC extern const unsigned char jacobi_table[208];
4191 return bits = jacobi_table[(bits << 3) + (denominator << 2) + q];
gmp-impl.h 4131 #define jacobi_table __gmp_jacobi_table macro
4132 __GMP_DECLSPEC extern const unsigned char jacobi_table[208];
4191 return bits = jacobi_table[(bits << 3) + (denominator << 2) + q];
gmp-impl.h 4131 #define jacobi_table __gmp_jacobi_table macro
4132 __GMP_DECLSPEC extern const unsigned char jacobi_table[208];
4191 return bits = jacobi_table[(bits << 3) + (denominator << 2) + q];
gmp-impl.h 4131 #define jacobi_table __gmp_jacobi_table macro
4132 __GMP_DECLSPEC extern const unsigned char jacobi_table[208];
4191 return bits = jacobi_table[(bits << 3) + (denominator << 2) + q];
gmp-impl.h 4131 #define jacobi_table __gmp_jacobi_table macro
4132 __GMP_DECLSPEC extern const unsigned char jacobi_table[208];
4191 return bits = jacobi_table[(bits << 3) + (denominator << 2) + q];

Completed in 320 milliseconds