Searched refs:initial (Results 1 – 2 of 2) sorted by relevance
53 test_set (int initial, const fexcept_t *saved, int mask, int expected) in test_set() argument58 (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()
281 def list_product_initial(initial, lists): argument286 return initial287 return list_product_initial([a + [b] for a in initial for b in lists[0]],
Completed in 5 milliseconds