HomeSort by: relevance | last modified time | path
    Searched defs:HGCD2_DIV1_METHOD (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/lgpl3/gmp/dist/tune/
hgcd2-1.c 33 #undef HGCD2_DIV1_METHOD
34 #define HGCD2_DIV1_METHOD 1
hgcd2-2.c 33 #undef HGCD2_DIV1_METHOD
34 #define HGCD2_DIV1_METHOD 2
hgcd2-3.c 33 #undef HGCD2_DIV1_METHOD
34 #define HGCD2_DIV1_METHOD 3
hgcd2-4.c 33 #undef HGCD2_DIV1_METHOD
34 #define HGCD2_DIV1_METHOD 4
hgcd2-5.c 33 #undef HGCD2_DIV1_METHOD
34 #define HGCD2_DIV1_METHOD 5
  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd2.c 39 #ifndef HGCD2_DIV1_METHOD
40 #define HGCD2_DIV1_METHOD 3
58 #elif HGCD2_DIV1_METHOD == 1
70 #elif HGCD2_DIV1_METHOD == 2
106 #elif HGCD2_DIV1_METHOD == 3
144 #elif HGCD2_DIV1_METHOD == 4
302 #elif HGCD2_DIV1_METHOD == 5
399 #error Unknown HGCD2_DIV1_METHOD
  /src/external/lgpl3/gmp/dist/mpn/arm/v6/
gmp-mparam.h 179 #define HGCD2_DIV1_METHOD 5 /* 1.32% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
gmp-mparam.h 204 #define HGCD2_DIV1_METHOD 1 /* 3.70% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
gmp-mparam.h 225 #define HGCD2_DIV1_METHOD 1 /* 6.55% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora5/
gmp-mparam.h 197 #define HGCD2_DIV1_METHOD 5 /* 2.92% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora7/
gmp-mparam.h 194 #define HGCD2_DIV1_METHOD 1 /* 5.04% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora8/
gmp-mparam.h 199 #define HGCD2_DIV1_METHOD 5 /* 4.29% faster than 4 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora53/
gmp-mparam.h 234 #define HGCD2_DIV1_METHOD 1 /* 7.05% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora57/
gmp-mparam.h 181 #define HGCD2_DIV1_METHOD 1 /* 8.83% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora72/
gmp-mparam.h 234 #define HGCD2_DIV1_METHOD 1 /* 8.41% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora73/
gmp-mparam.h 217 #define HGCD2_DIV1_METHOD 1 /* 7.84% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/
gmp-mparam.h 186 #define HGCD2_DIV1_METHOD 1 /* 7.05% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/arm64/xgene1/
gmp-mparam.h 175 #define HGCD2_DIV1_METHOD 5 /* 2.01% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/ia64/
gmp-mparam.h 204 #define HGCD2_DIV1_METHOD 3 /* 13.73% faster than 1 */
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
gmp-mparam.h 168 #define HGCD2_DIV1_METHOD 5 /* 3.27% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p8/
gmp-mparam.h 164 #define HGCD2_DIV1_METHOD 1 /* 6.88% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
gmp-mparam.h 245 #define HGCD2_DIV1_METHOD 1 /* 9.10% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct45/
gmp-mparam.h 167 #define HGCD2_DIV1_METHOD 1 /* 0.66% faster than 3 */
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
gmp-mparam.h 206 #define HGCD2_DIV1_METHOD 3 /* 3.71% faster than 1 */
  /src/external/lgpl3/gmp/dist/mpn/x86/bd1/
gmp-mparam.h 203 #define HGCD2_DIV1_METHOD 4 /* 1.22% faster than 3 */

Completed in 46 milliseconds

1 2 3