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

  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
com.asm 49 C The padding for the nails case is unattractive, but shouldn't cost any
99 C offset 0x30 for no nails, or 0x40 for nails
  /src/external/mit/isl/dist/imath/
gmp_compat.h 221 void* GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, int endian, size_t nails, mp_int op);
224 void GMPZAPI(import)(mp_int rop, size_t count, int order, size_t size, int endian, size_t nails, const void* op);
gmp_compat.c 656 int endian, size_t nails, mp_int op) {
668 assert(nails == 0 && "Do not support non-full words");
735 int endian, size_t nails, const void *op) {
749 assert(nails == 0 && "Do not support non-full words");
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
com.asm 73 ` psrld $GMP_NAIL_BITS, %mm7') C clear nails
logops_n.asm 69 dnl pandn can't be used with nails.
188 ifelse(GMP_NAIL_BITS,0,,`psrld $GMP_NAIL_BITS, %mm7') C clear nails
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
addmul_2.asm 1 dnl Alpha ev6 nails mpn_addmul_2.
addmul_3.asm 1 dnl Alpha ev6 nails mpn_addmul_3.
addmul_4.asm 1 dnl Alpha ev6 nails mpn_addmul_4.
aors_n.asm 1 dnl Alpha ev6 nails mpn_add_n and mpn_sub_n.
mul_1.asm 1 dnl Alpha ev6 nails mpn_mul_1.
addmul_1.asm 1 dnl Alpha ev6 nails mpn_addmul_1.
submul_1.asm 1 dnl Alpha ev6 nails mpn_submul_1.
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 214 $z = mpz_import ($order, $size, $endian, $nails, $string);
215 $string = mpz_export ($order, $size, $endian, $nails, $z);
217 The order, size, endian and nails parameters are as per the corresponding C
GMP.xs 2082 mpz_export (order, size, endian, nails, z)
2086 size_t nails
2093 numb = 8*size - nails;
2097 mpz_export (data, &actual_count, order, size, endian, nails, z);
2104 mpz_import (order, size, endian, nails, sv)
2108 size_t nails
2121 mpz_import (RETVAL->m, count, order, size, endian, nails, data);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 4420 /* Import and export. Does not support nails. */
4423 size_t nails, const void *src)
4438 if (nails != 0)
4439 gmp_die ("mpz_import: Nails not supported.");
4491 size_t nails, const mpz_t u)
4496 if (nails != 0)
4497 gmp_die ("mpz_import: Nails not supported.");
  /src/external/lgpl3/gmp/dist/
configure 1507 --enable-nails use nails on limbs [default=no]
3842 # Check whether --enable-nails was given.
3847 as_fn_error $? "bad value $enableval for --enable-nails, only even nail sizes supported" "$LINENO" 5 ;;
3849 as_fn_error $? "bad value $enableval for --enable-nails, need yes/no/number" "$LINENO" 5 ;;
10951 # For a nail build, also look in "nails" subdirectories.
10958 *) new_path="$new_path $i/nails $i" ;;
25451 # For a nails build, check if the file supports our nail bits.
25452 # Generic code always supports all nails.
25455 # the nails-neutral routines, like logops_n for and_n, th
    [all...]

Completed in 53 milliseconds