Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-tgmath-tests.py281 def list_product_initial(initial, lists): function
287 return list_product_initial([a + [b] for a in initial for b in lists[0]],
293 return list_product_initial([[]], lists)