Home
last modified time | relevance | path

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

/math/
A Dmath.h280 __MATHCALL (function, suffix, args)
284 __MATHDECL(type, function,suffix, args)
286 #define __MATHCALL(function,suffix, args) \ argument
303 __MATHDECL_1(type, function, suffix, args)
358 __MATHREDIR(type, function, suffix, args, __CONCAT(function,suffix))
379 # define __REDIRTO(function, suffix) \ argument
380 __ ## function ## ieee128 ## suffix
381 # define __REDIRTO_ALT(function, suffix) \ argument
382 __ ## function ## f128 ## suffix
385 __MATHREDIR (type, function, suffix, args, __REDIRTO (function, suffix))
[all …]
A Dgen-tgmath-tests.py94 def __init__(self, name, suffix=None, mant_dig=None, condition='1', argument
99 self.suffix = suffix
142 def create_type(name, suffix=None, mant_dig=None, condition='1', order=None, argument
147 real_type = Type(name, suffix=suffix, mant_dig=mant_dig,
520 t.real_type.suffix, ', '.join(arg_list),
A DMakefile125 type-ldouble-suffix := l
131 type-double-suffix :=
137 type-float-suffix := f
142 type-float128-suffix := f128
151 type-ibm128-suffix := l
178 $(subst F,$(type-$(t)-suffix),$(1)))
181 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
475 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
A Dgen-auto-libm-tests.c1682 const char *suffix; in output_generic_value() local
1686 suffix = ""; in output_generic_value()
1690 suffix = ""; in output_generic_value()
1694 suffix = "L"; in output_generic_value()
1698 suffix = "LL"; in output_generic_value()
1716 if (mpfr_fprintf (fp, " %Ra%s", v->value.f, suffix) < 0) in output_generic_value()
1730 if (mpfr_fprintf (fp, " (%Zd%s-1)", tmp, suffix) < 0) in output_generic_value()
1735 if (mpfr_fprintf (fp, " %Zd%s", v->value.i, suffix) < 0) in output_generic_value()
A Dtest-math-narrow.h21 #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

Completed in 17 milliseconds