Home
last modified time | relevance | path

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

/math/
A Dtest-fexcept.c53 test_set (int initial, const fexcept_t *saved, int mask, int expected) in test_set() argument
58 (unsigned int) initial, (unsigned int) mask, in test_set()
60 int ret = feraiseexcept_exact (initial); in test_set()
64 if (initial == 0 || EXCEPTION_TESTS (float)) in test_set()
A Dgen-tgmath-tests.py281 def list_product_initial(initial, lists): argument
286 return initial
287 return list_product_initial([a + [b] for a in initial for b in lists[0]],

Completed in 5 milliseconds