Home
last modified time | relevance | path

Searched refs:l (Results 1 – 12 of 12) sorted by relevance

/stdlib/
A Dtst-rand48.c18 long int l; in do_test() local
38 l = lrand48 (); in do_test()
46 l = mrand48 (); in do_test()
54 l = lrand48 (); in do_test()
62 l = mrand48 (); in do_test()
86 l = lrand48 (); in do_test()
94 l = mrand48 (); in do_test()
102 l = lrand48 (); in do_test()
110 l = mrand48 (); in do_test()
129 l = lrand48 (); in do_test()
[all …]
A Dtst-rand48-2.c12 long int l; in do_test() local
50 if ((l = lrand48 ()) < 0 || l > INT32_MAX) in do_test()
52 printf ("lrand48 %d %ld\n", i, l); in do_test()
58 if (lrand48_r (&data, &l) != 0 || l < 0 || l > INT32_MAX) in do_test()
66 if ((l = nrand48 (buf)) < 0 || l > INT32_MAX) in do_test()
68 printf ("nrand48 %d %ld\n", i, l); in do_test()
74 if (nrand48_r (buf, &data, &l) != 0 || l < 0 || l > INT32_MAX) in do_test()
82 if ((l = mrand48 ()) < INT32_MIN || l > INT32_MAX) in do_test()
90 if (mrand48_r (&data, &l) != 0 || l < INT32_MIN || l > INT32_MAX) in do_test()
98 if ((l = jrand48 (buf)) < INT32_MIN || l > INT32_MAX) in do_test()
[all …]
A Dcxa_atexit.c84 struct exit_function_list *l; in __new_exitfn() local
93 for (l = *listp; l != NULL; p = l, l = l->next) in __new_exitfn()
95 for (i = l->idx; i > 0; --i) in __new_exitfn()
96 if (l->fns[i - 1].flavor != ef_free) in __new_exitfn()
103 l->idx = 0; in __new_exitfn()
106 if (l == NULL || i == sizeof (l->fns) / sizeof (l->fns[0])) in __new_exitfn()
112 assert (l != NULL); in __new_exitfn()
131 r = &l->fns[i]; in __new_exitfn()
132 l->idx = i + 1; in __new_exitfn()
A Dtest-a64l.c52 long int l; in do_test() local
59 l = a64l (at->base64); in do_test()
60 if (l == at->value) in do_test()
64 printf ("\tBAD\n returns %ld, expected %ld\n", l, at->value); in do_test()
A Dcxa_thread_atexit_impl.c125 struct link_map *l = _dl_find_dso_for_object (caller); in __cxa_thread_atexit_impl() local
129 lm_cache = l ? l : GL(dl_ns)[LM_ID_BASE]._ns_loaded; in __cxa_thread_atexit_impl()
A Dtst-strtoll.c322 long long int l; in do_test() local
325 l = strtoll (lt->str, &ep, lt->base); in do_test()
329 if (l == (long long int) lt->expect && *ep == lt->left in do_test()
335 if (l != (long long int) lt->expect) in do_test()
337 l, (long long int) lt->expect); in do_test()
A Dtst-strtod.c162 static struct { const char *str; long double l; } ltests[] = in do_test() member
170 if (strtold (ltests[n].str, NULL) != ltests[n].l) in do_test()
173 strtold (ltests[n].str, NULL), ltests[n].l); in do_test()
A Dtst-strtol.c547 long int l; in do_test() local
550 l = strtol (lt->str, &ep, lt->base); in do_test()
554 if (l == (long int) lt->expect && *ep == lt->left in do_test()
560 if (l != (long int) lt->expect) in do_test()
562 l, (long int) lt->expect); in do_test()
A Dtst-strtol-locale-main.c62 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
68 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
A Dtst-strtod.h86 mfunc ( ld, long double, strfroml, L, l, ##__VA_ARGS__) \
A DVersions38 # l*
A Dgmp-impl.h245 n2 = ((nh) << (BITS_PER_MP_LIMB - (lgup))) + ((nl) >> 1 >> (l - 1));\

Completed in 20 milliseconds