Searched refs:prefix (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | test-math-narrow.h | 21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument 22 _FUNC_TEST_CONCAT (prefix, function, suffix) 23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument 24 prefix ## function ## suffix
|
A D | gen-libm-test.py | 189 for order, (prefix, d) in enumerate(self.ulps_kinds): 193 fn_text = 'Function: %s"%s":\n%s' % (prefix, fn,
|
A D | gen-tgmath-tests.py | 701 for ret, prefix in (('float', 'f'), 709 self.add_tests(prefix + fn, ret, ['r'] * args)
|
A D | Makefile | 595 $($*-ENV) $(rtld-prefix) $(objpfx)$${run}
|
Completed in 9 milliseconds