Home
last modified time | relevance | path

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

/math/
A Dtest-narrow-macros.c26 #define f test macro
27 #define d test macro
28 #define l test macro
29 #define f16 test macro
30 #define f32 test macro
31 #define f64 test macro
32 #define f128 test macro
36 #define add test macro
37 #define sub test macro
38 #define mul test macro
[all …]
A Dgen-tgmath-tests.py415 self.macros_seen.add(macro)
416 if macro != self.macro:
419 func = macro
577 test_name = '%s (%s)' % (macro,
606 call_text = '%s (%s)' % (macro, call_args_text)
619 def add_all_tests(self, macro): argument
622 self.macro = macro
793 macro = None
796 macro = sys.argv[1]
798 t.add_all_tests(macro)
[all …]
A DMakefile387 tgmath3-macro-tests = $(addprefix test-tgmath3-,$(tgmath3-macros))
388 tests += $(tgmath3-macro-tests)
389 generated += $(addsuffix .c,$(tgmath3-macro-tests))
391 $(tgmath3-macro-tests:%=$(objpfx)%.o): CFLAGS += -fno-builtin
400 tests-special += $(objpfx)test-tgmath3-macro-list.out
401 $(objpfx)test-tgmath3-macro-list.out: gen-tgmath-tests.py
A Dgen-libm-test.py308 def apply_lit_token(arg, macro): argument
328 return '%s (%s)' % (macro, m.group(1))
333 def apply_lit(arg, macro): argument
337 return ' '.join([apply_lit_token(t, macro) for t in arg.split()])
A DREADME.libm-test107 the test macro for a function with input of type FLOAT (FLOAT is
109 "TEST_f_f". The macro's parameter are the name of the function, the
A Dmath.h30 # warning A macro called log was already defined when <math.h> was included.

Completed in 13 milliseconds