Home
last modified time | relevance | path

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

/math/
A Dgen-tgmath-tests.py318 def if_cond_text(conds, text): argument
321 if '0' in conds:
323 conds = [c for c in conds if c != '1']
324 conds = sorted(set(conds))
325 if not conds:
327 return '#if %s\n%s#endif\n' % (' && '.join(conds), text)
A Dgen-libm-test.py433 conds = cond.split(':')
435 for c in conds:

Completed in 4 milliseconds