HomeSort by: relevance | last modified time | path
    Searched defs:want_size (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-set_si.c 30 mp_size_t want_size; member in struct:__anon23339
57 if (x->_mp_size != data[i].want_size
59 ABS (data[i].want_size)) != 0
60 || x->_mp_exp != ABS (data[i].want_size))
69 if (x->_mp_size != data[i].want_size
71 ABS (data[i].want_size)) != 0
72 || x->_mp_exp != ABS (data[i].want_size))
t-set_ui.c 30 mp_size_t want_size; member in struct:__anon23340
56 if (x->_mp_size != data[i].want_size
58 ABS (data[i].want_size)) != 0
59 || x->_mp_exp != ABS (data[i].want_size))
68 if (x->_mp_size != data[i].want_size
70 ABS (data[i].want_size)) != 0
71 || x->_mp_exp != ABS (data[i].want_size))
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-set_si.c 37 mp_size_t want_size; member in struct:__anon23384
64 if (n->_mp_size != data[i].want_size
66 ABS (data[i].want_size)) != 0)
75 if (n->_mp_size != data[i].want_size
77 ABS (data[i].want_size)) != 0)
t-set_d.c 31 mp_size_t want_size; member in struct:__anon23383
60 if (z->_mp_size != data[i].want_size
62 ABS (data[i].want_size)) != 0)
68 printf (" want size %ld\n", (long) data[i].want_size);
70 mpn_trace (" want z", data[i].want_data, data[i].want_size);
77 if (z->_mp_size != data[i].want_size
79 ABS (data[i].want_size)) != 0)
t-bit.c 121 mp_size_t want_size; member in struct:__anon23364
142 mpz_set_n (want, data[i].want_n, data[i].want_size);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 8032 bool want_size; local
8034 want_size = false;
8046 want_size = COMPLETE_TYPE_P (type);
8050 want_size = false;
8053 if (want_size == di_elt.sized)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 7437 bool want_size; local
7439 want_size = false;
7451 want_size = COMPLETE_TYPE_P (type);
7455 want_size = false;
7458 if (want_size == di_elt.sized)

Completed in 45 milliseconds