Lines Matching refs:l
18 long int l; in do_test() local
38 l = lrand48 (); in do_test()
39 if (l != 0x2fed1413l) in do_test()
42 __LINE__ - 4, 0x2fed1413l, l); in do_test()
46 l = mrand48 (); in do_test()
47 if (l != -0x5d73effdl) in do_test()
50 __LINE__ - 4, -0x5d73effdl, l); in do_test()
54 l = lrand48 (); in do_test()
55 if (l != 0x585fcfb7l) in do_test()
58 __LINE__ - 4, 0x585fcfb7l, l); in do_test()
62 l = mrand48 (); in do_test()
63 if (l != -0x61770b8cl) in do_test()
66 __LINE__ - 4, -0x61770b8cl, l); in do_test()
86 l = lrand48 (); in do_test()
87 if (l != 0x017e48b5l) in do_test()
90 __LINE__ - 4, 0x017e48b5l, l); in do_test()
94 l = mrand48 (); in do_test()
95 if (l != -0x1485e05dl) in do_test()
98 __LINE__ - 4, -0x1485e05dl, l); in do_test()
102 l = lrand48 (); in do_test()
103 if (l != 0x6b6a3f95l) in do_test()
106 __LINE__ - 4, 0x6b6a3f95l, l); in do_test()
110 l = mrand48 (); in do_test()
111 if (l != 0x175c0d6fl) in do_test()
114 __LINE__ - 4, 0x175c0d6fl, l); in do_test()
129 l = lrand48 (); in do_test()
130 if (l != 0x6df63d66l) in do_test()
133 __LINE__ - 4, 0x6df63d66l, l); in do_test()
137 l = mrand48 (); in do_test()
138 if (l != 0x2f92c8e1l) in do_test()
141 __LINE__ - 4, 0x2f92c8e1l, l); in do_test()
145 l = lrand48 (); in do_test()
146 if (l != 0x3b4869ffl) in do_test()
149 __LINE__ - 4, 0x3b4869ffl, l); in do_test()
153 l = mrand48 (); in do_test()
154 if (l != 0x5cd4cc3el) in do_test()
157 __LINE__ - 4, 0x5cd4cc3el, l); in do_test()
165 l = lrand48 (); in do_test()
166 if (l != 0x2fed1413l) in do_test()
169 __LINE__ - 4, 0x2fed1413l, l); in do_test()
173 l = mrand48 (); in do_test()
174 if (l != -0x5d73effdl) in do_test()
177 __LINE__ - 4, -0x5d73effdl, l); in do_test()
181 l = lrand48 (); in do_test()
182 if (l != 0x585fcfb7l) in do_test()
185 __LINE__ - 4, 0x585fcfb7l, l); in do_test()
189 l = mrand48 (); in do_test()
190 if (l != -0x61770b8cl) in do_test()
193 __LINE__ - 4, -0x61770b8cl, l); in do_test()
201 l = lrand48 (); in do_test()
202 if (l != 0x6df63d66l) in do_test()
205 __LINE__ - 4, 0x6df63d66l, l); in do_test()
225 l = lrand48 (); in do_test()
226 if (l != 0x017e48b5l) in do_test()
229 __LINE__ - 4, 0x017e48b5l, l); in do_test()
233 l = mrand48 (); in do_test()
234 if (l != -0x1485e05dl) in do_test()
237 __LINE__ - 4, -0x1485e05dl, l); in do_test()
241 l = lrand48 (); in do_test()
242 if (l != 0x6b6a3f95l) in do_test()
245 __LINE__ - 4, 0x6b6a3f95l, l); in do_test()
249 l = mrand48 (); in do_test()
250 if (l != 0x175c0d6fl) in do_test()
253 __LINE__ - 4, 0x175c0d6fl, l); in do_test()
281 l = nrand48 (xs); in do_test()
282 if (l != 0x1efe61a1l) in do_test()
285 __LINE__ - 4, 0x1efe61a1l, l); in do_test()
289 l = jrand48 (xs); in do_test()
290 if (l != -0xa973860l) in do_test()
293 __LINE__ - 4, -0xa973860l, l); in do_test()
297 l = nrand48 (xs); in do_test()
298 if (l != 0x2a5e57fel) in do_test()
301 __LINE__ - 4, 0x2a5e57fel, l); in do_test()
305 l = jrand48 (xs); in do_test()
306 if (l != 0x71a779a8l) in do_test()
309 __LINE__ - 4, 0x71a779a8l, l); in do_test()
316 l = nrand48 (xs); in do_test()
317 if (l != 0x32beee9fl) in do_test()
320 __LINE__ - 4, 0x32beee9fl, l); in do_test()
324 l = jrand48 (xs); in do_test()
325 if (l != 0x7bddf3bal) in do_test()
328 __LINE__ - 4, 0x7bddf3bal, l); in do_test()
332 l = nrand48 (xs); in do_test()
333 if (l != 0x85bdf28l) in do_test()
336 __LINE__ - 4, 0x85bdf28l, l); in do_test()
340 l = jrand48 (xs); in do_test()
341 if (l != 0x7b433e47l) in do_test()
344 __LINE__ - 4, 0x7b433e47l, l); in do_test()