Home
last modified time | relevance | path

Searched refs:align_wp2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.h120 mp_size_t align_wp2; /* intended alignment of wp2 */ member
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 …]
H A Dspeed.c1299 sp.align_wp2 = atol (optarg); in main()
1300 check_align_option ("-W", sp.align_wp2); in main()
H A Dcommon.c1609 SPEED_TMP_ALLOC_LIMBS (tp, itch, s->align_wp2); in speed_mpn_matrix22_mul()
/netbsd-src/external/lgpl3/mpfr/dist/tune/
H A Dtuneup.c868 s.align_xp = s.align_yp = s.align_wp = s.align_wp2 = 64; in tune_div_mulders_upto()