Searched refs:t (Results 1 – 5 of 5) sorted by relevance
/stdio-common/ |
A D | tst-fphex.c | 50 const struct testcase *t; in do_test() local 53 for (t = testcases; t < array_end (testcases); ++t) in do_test() 56 int n = SPRINT (buf, array_length (buf), t->fmt, t->value); in do_test() 57 if (n != STR_LEN (t->expect) || STR_CMP (buf, t->expect) != 0) in do_test() 61 t->fmt, t->expect, STR_LEN (t->expect), in do_test()
|
A D | _itowa.c | 180 mp_limb_t t[3]; in _itowa() local 214 t[2] = x >> big_normalization_steps; in _itowa() 224 t[1] = x >> big_normalization_steps; in _itowa() 237 t[2] = x >> big_normalization_steps; in _itowa() 246 t[1] = x >> big_normalization_steps; in _itowa() 251 udiv_qrnnd (t[0], t[1], x1hi, x1lo, brec->big.base); in _itowa() 264 t[1] = x >> brec->big.normalization_steps; in _itowa() 271 t[1] = x >> big_normalization_steps; in _itowa() 273 udiv_qrnnd (t[0], t[1], (mp_limb_t) (value >> 32), in _itowa() 281 t[0] = value; in _itowa() [all …]
|
A D | _itoa.c | 285 mp_limb_t t[3]; in _itoa() local 319 t[2] = x >> big_normalization_steps; in _itoa() 329 t[1] = x >> big_normalization_steps; in _itoa() 342 t[2] = x >> big_normalization_steps; in _itoa() 351 t[1] = x >> big_normalization_steps; in _itoa() 356 udiv_qrnnd (t[0], t[1], x1hi, x1lo, brec->big.base); in _itoa() 369 t[1] = x >> brec->big.normalization_steps; in _itoa() 376 t[1] = x >> big_normalization_steps; in _itoa() 378 udiv_qrnnd (t[0], t[1], (mp_limb_t) (value >> 32), in _itoa() 386 t[0] = value; in _itoa() [all …]
|
A D | Versions | 36 # t* 46 # t*
|
A D | tst-fseek.c | 329 time_t t; in do_test() local 332 t = time (NULL); in do_test() 339 if (st1.st_ctime >= t) in do_test() 344 if (st1.st_mtime >= t) in do_test()
|
Completed in 7 milliseconds