Searched refs:refmpn_fill (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpf/ |
| D | t-get_ui.c | 92 refmpn_fill (buf, 10, CNST_LIMB(0xDEADBEEF)); in check_limbdata() 94 refmpn_fill (buf+10+ABS(data[i].size), 10, CNST_LIMB(0xDEADBEEF)); in check_limbdata()
|
| D | t-get_si.c | 185 refmpn_fill (buf, 10, CNST_LIMB(0xDEADBEEF)); in check_limbdata() 187 refmpn_fill (buf+10+ABS(data[i].size), 10, CNST_LIMB(0xDEADBEEF)); in check_limbdata()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/ |
| D | refmpn.c | 141 refmpn_fill (mp_ptr ptr, mp_size_t size, mp_limb_t value) in refmpn_fill() function 152 refmpn_fill (ptr, size, CNST_LIMB(0)); in refmpn_zero() 1052 refmpn_fill (zeros, size, CNST_LIMB(0)); in refmpn_neg() 1625 refmpn_fill (z, xsize, CNST_LIMB(0)); in refmpn_divrem_1c() 1965 refmpn_fill (prodp, vsize, CNST_LIMB(0)); in refmpn_mul_any() 1971 refmpn_fill (prodp, usize, CNST_LIMB(0)); in refmpn_mul_any()
|
| D | refmpf.c | 151 refmpn_fill (PTR(f), size, value); in refmpf_fill()
|
| D | tests.h | 231 void refmpn_fill (mp_ptr, mp_size_t, mp_limb_t);
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/devel/ |
| D | try.c | 2284 refmpn_fill (ptr, n, GMP_NUMB_MAX); in t_random() 2290 refmpn_fill (ptr, n, (mp_limb_t) -1); in t_random() 2674 refmpn_fill (e->d[0].p, size-size2, 0x98765432); /* quotient */ in call() 3206 refmpn_fill (fun.d[0].p + copy, fill, DEADVAL); in try_one() 3207 refmpn_fill (ref.d[0].p + copy, fill, DEADVAL); in try_one() 3216 refmpn_fill (ref.d[i].p, d[i].size, DEADVAL); in try_one() 3217 refmpn_fill (fun.d[i].p, d[i].size, DEADVAL); in try_one()
|