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

  /src/external/lgpl3/gmp/dist/tune/
speed.h 120 mp_size_t align_wp2; /* intended alignment of wp2 */ member in struct:speed_params
1315 SPEED_TMP_ALLOC_LIMBS (tp, itch, s->align_wp2); \
1348 SPEED_TMP_ALLOC_LIMBS (tp, itch, s->align_wp2); \
1378 SPEED_TMP_ALLOC_LIMBS (tspace, tsize, s->align_wp2); \
1567 SPEED_TMP_ALLOC_LIMBS (tspace, tsize, s->align_wp2); \
1723 SPEED_TMP_ALLOC_LIMBS (r, s->size, s->align_wp2); \
1803 SPEED_TMP_ALLOC_LIMBS (tp, size1, s->align_wp2); \
1849 SPEED_TMP_ALLOC_LIMBS (scratch, itch, s->align_wp2); \
1892 SPEED_TMP_ALLOC_LIMBS (scratch, itch, s->align_wp2); \
1893 SPEED_TMP_ALLOC_LIMBS (rp, s->size, s->align_wp2); /* alignment? */
    [all...]
speed.c 1299 sp.align_wp2 = atol (optarg);
1300 check_align_option ("-W", sp.align_wp2);
common.c 415 s->align_wp2 should be respected where it makes sense to do so.
1609 SPEED_TMP_ALLOC_LIMBS (tp, itch, s->align_wp2);
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 868 s.align_xp = s.align_yp = s.align_wp = s.align_wp2 = 64;

Completed in 34 milliseconds