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

  /src/external/gpl3/gcc/dist/libgfortran/generated/
matmul_l16.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
matmul_l4.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
matmul_l8.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
matmul_l16.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
matmul_l4.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
matmul_l8.c 50 index_type xstride; local
179 xstride = 0;
187 xstride = GFC_DESCRIPTOR_STRIDE_BYTES(a,0);
229 abase += xstride;
231 abase -= xstride * xcount;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c 563 int xstride = 1 << (window - 2); local
566 i = idx >> (window - 2); /* equivalent of idx / xstride */
567 idx &= xstride - 1; /* equivalent of idx % xstride */
577 for (j = 0; j < xstride; j++) {
578 acc |= ( (table[j + 0 * xstride] & y0) |
579 (table[j + 1 * xstride] & y1) |
580 (table[j + 2 * xstride] & y2) |
581 (table[j + 3 * xstride] & y3) )
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp.c 565 int xstride = 1 << (window - 2); local
568 i = idx >> (window - 2); /* equivalent of idx / xstride */
569 idx &= xstride - 1; /* equivalent of idx % xstride */
579 for (j = 0; j < xstride; j++) {
580 acc |= ((table[j + 0 * xstride] & y0) | (table[j + 1 * xstride] & y1) | (table[j + 2 * xstride] & y2) | (table[j + 3 * xstride] & y3))
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp.c 568 int xstride = 1 << (window - 2); local
571 i = idx >> (window - 2); /* equivalent of idx / xstride */
572 idx &= xstride - 1; /* equivalent of idx % xstride */
582 for (j = 0; j < xstride; j++) {
583 acc |= ( (table[j + 0 * xstride] & y0) |
584 (table[j + 1 * xstride] & y1) |
585 (table[j + 2 * xstride] & y2) |
586 (table[j + 3 * xstride] & y3) )

Completed in 36 milliseconds