Home
last modified time | relevance | path

Searched refs:num_words (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_nan.c68 _scan_nan(uint32_t *words, int num_words, const char *s) argument
73 bzero(words, num_words * sizeof(uint32_t));
85 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
87 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlower-subreg.c833 unsigned int byte, num_bytes, num_words; in can_decompose_p() local
835 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words)) in can_decompose_p()