Home
last modified time | relevance | path

Searched refs:nfirst (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dfib2m.c94 unsigned long nfirst; in mpn_fib2m() local
106 nfirst = ULONG_MAX; in mpn_fib2m()
108 nfirst = mn * (23 * (GMP_NUMB_BITS / 16)); in mpn_fib2m()
117 nfirst = ULONG_MAX; in mpn_fib2m()
119 nfirst = mbi / 16 * 23; in mpn_fib2m()
122 nfirst = mbi * 23 / 16; in mpn_fib2m()
129 count_leading_zeros (fcnt, nfirst); in mpn_fib2m()
148 if (nh > nfirst) in mpn_fib2m()
154 ASSERT (nh <= nfirst); in mpn_fib2m()
H A Dfib2_ui.c63 unsigned long nfirst, mask; in mpn_fib2_ui() local
71 for (nfirst = n; nfirst > FIB_TABLE_LIMIT; nfirst /= 2) in mpn_fib2_ui()
73 TRACE (printf ("nfirst=%lu mask=0x%lX\n", nfirst, mask)); in mpn_fib2_ui()
75 f1p[0] = FIB_TABLE ((int) nfirst - 1); in mpn_fib2_ui()
76 fp[0] = FIB_TABLE (nfirst); in mpn_fib2_ui()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c101 unsigned long nfirst = n; in GOMP_taskloop() local
125 nfirst = num_tasks - 2; in GOMP_taskloop()
145 nfirst = n - mul - 1; in GOMP_taskloop()
157 nfirst = mod - 1; in GOMP_taskloop()
176 nfirst = mod - 1; in GOMP_taskloop()
246 if (i == nfirst) in GOMP_taskloop()
279 if (i == nfirst) in GOMP_taskloop()
324 if (i == nfirst) in GOMP_taskloop()
H A DChangeLog1269 && gomp_places_list_len < count after nfirst <= nlast loop condition.
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c100 unsigned long nfirst = n; in GOMP_taskloop() local
128 nfirst = n - mul - 1; in GOMP_taskloop()
139 nfirst = mod - 1; in GOMP_taskloop()
157 nfirst = mod - 1; in GOMP_taskloop()
227 if (i == nfirst) in GOMP_taskloop()
260 if (i == nfirst) in GOMP_taskloop()
305 if (i == nfirst) in GOMP_taskloop()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Daffinity.c387 unsigned long nfirst, nlast; in gomp_affinity_init_numa_domains() local
391 nfirst = strtoul (q, &end, 10); in gomp_affinity_init_numa_domains()
395 nlast = nfirst; in gomp_affinity_init_numa_domains()
400 if (errno || end == q + 1 || nlast < nfirst) in gomp_affinity_init_numa_domains()
404 for (; nfirst <= nlast && gomp_places_list_len < count; nfirst++) in gomp_affinity_init_numa_domains()
406 sprintf (name + prefix_len, "node%lu/cpulist", nfirst); in gomp_affinity_init_numa_domains()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-librep.c213 int nfirst = 0; in read_token() local
288 nfirst = tp->charcount + 1; in read_token()
290 else if (tp->charcount == nfirst in read_token()
302 nfirst = tp->charcount + 1; in read_token()
327 nfirst = tp->charcount + 1; in read_token()
332 nfirst = tp->charcount; in read_token()
401 if (radix > 0 && nfirst < tp->charcount) in read_token()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dparallelism82 '-j2', "first\nfirst\nsecond\nsecond");