Lines Matching refs:types
98 libm-narrow-types-basic = s_fF s_f32xFf64
99 libm-narrow-types-ldouble-yes = s_fFl s_dFl
100 libm-narrow-types-float128-yes = s_f32Ff128 s_f64Ff128 s_f64xFf128
101 libm-narrow-types-float128-alias-yes = s_f64xFf128
102 libm-narrow-types = $(libm-narrow-types-basic) \
103 $(libm-narrow-types-ldouble-$(long-double-fcts)) \
104 $(libm-narrow-types-float128-$(float128-fcts)) \
105 $(libm-narrow-types-float128-alias-$(float128-alias-fcts))
118 types-basic = $(type-ldouble-$(long-double-fcts)) double float
122 test-types-basic = ldouble double float
154 types = $(types-basic) $(type-float128-$(float128-fcts)) macro
155 test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
177 type-basic-foreach = $(foreach t, $(types-basic), \
181 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
187 $(foreach t, $(types), $(type-$(t)-routines))) \
189 $(subst F,$(f),$(libm-narrow-types)))
273 libm-test-support = $(foreach t,$(test-types),libm-test-support-$(t))
316 libm-tests-base-normal = $(foreach t,$(test-types),test-$(t))
341 $(foreach t,$(test-types),libm-test-support-$(t).c)
374 tgmath3-narrow-types = f d f16 f32 f64 f128 f32x f64x
375 tgmath3-narrow-macros = $(foreach t,$(tgmath3-narrow-types), \
475 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
532 $(foreach t,$(test-types),\
581 object-suffixes-left := $(test-types)
587 object-suffixes-left := $(test-types)