Home
last modified time | relevance | path

Searched refs:f128 (Results 1 – 25 of 37) sorted by relevance

12

/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
DMakefile88 f128-ifunc-calls = s_modff128 s_scalbnf128 s_frexpf128 s_ldexpf128
89 gen-libm-f128-ifunc-routines = \
100 $(f128-ifunc-calls) $(f128-ifunc-calls:s_%=m_%) x2y2m1f128 \
117 f128-march-routines-p9 = $(addsuffix -power9,$(gen-libm-f128-ifunc-routines))
118 f128-march-routines-ifunc = $(addsuffix -ifunc,$(gen-libm-f128-ifunc-routines))
119 f128-march-routines = $(f128-march-routines-p9) $(f128-march-routines-ifunc)
120 f128-march-cpus = power9
122 f128-march-calls-p9 = $(addsuffix -power9,$(f128-ifunc-calls))
123 f128-march-calls-ifunc = $(addsuffix -ifunc,$(f128-ifunc-calls))
124 f128-march-calls = $(f128-march-calls-p9) $(f128-march-calls-ifunc)
[all …]
Dfloat128-ifunc.h66 extern __typeof (pfx1 ## func ## f128 ## r) pfx2 ## func ## f128_power8 ## r; \
67 extern __typeof (pfx1 ## func ## f128 ## r) pfx2 ## func ## f128_power9 ## r; \
68 _F128_IFUNC2 (__ ## func ## f128, pfx2 ## func ## f128, r);
73 libm_alias_finite (__ieee754_ ## f ## f128 ## r, __ ## f ## f128 ## r)
102 extern __typeof (__ieee754_ ## func ## f128 ## r) __ieee754_ ## func ## f128_power8 ## r; \
103 extern __typeof (__ieee754_ ## func ## f128 ## r) __ieee754_ ## func ## f128_power9 ## r; \
104 _F128_IFUNC2 (__ieee754_ ## func ## f128, __ieee754_ ## func ## f128, r);
110 extern __typeof (func ## f128 ## r) __ ## func ## f128 ## r; \
112 weak_alias (__ ## func ## f128 ## r, func ## f128 ## r); \
Dmath-type-macros-float128.h45 #define F128_C_REDIR(f) F128_REDIR (__c ## f ## f128); \
46 F128_REDIR (__ ## f ## f128); \
/glibc-2.36/sysdeps/generic/
Dmath-narrow-alias.h64 weak_alias (__f ## func ## l, f32 ## func ## f128)
66 weak_alias (__d ## func ## l, f32x ## func ## f128) \
67 weak_alias (__d ## func ## l, f64 ## func ## f128)
95 weak_alias (__f64x ## func ## f128, f64x ## func ## f128)
98 weak_alias (__f32 ## func ## f128, f32 ## func ## f128)
101 weak_alias (__f64 ## func ## f128, f64 ## func ## f128) \
102 weak_alias (__f64 ## func ## f128, f32x ## func ## f128)
123 weak_alias (from ## l, f64x ## to ## f128)
130 weak_alias (from ## f128, f64x ## to ## f128)
Dmath-narrow-alias-float128.h27 weak_alias (__f32 ## func ## f128, f32 ## func ## f64x)
30 weak_alias (__f64 ## func ## f128, f64 ## func ## f64x) \
31 weak_alias (__f64 ## func ## f128, f32x ## func ## f64x)
Dlibm-alias-float128.h31 weak_alias (from ## f128 ## r, to ## f64x ## r)
49 weak_alias (from ## f128 ## r, to ## f128 ## r); \
Dmath-type-macros-float128.h24 #define M_SUF(c) c ## f128
31 #define M_MLIT(c) c ## f128
Dlibm-alias-ldouble.h26 weak_alias (from ## l ## r, to ## f128 ## r)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dmath-narrow-alias-float128.h27 weak_alias (__f32 ## func ## f128, f32 ## func ## f64x) \
28 weak_alias (__f32 ## func ## f128, __ ## f32 ## func ## ieee128)
31 weak_alias (__f64 ## func ## f128, f64 ## func ## f64x) \
32 weak_alias (__f64 ## func ## f128, f32x ## func ## f64x) \
33 weak_alias (__f64 ## func ## f128, __ ## f64 ## func ## ieee128)
Dlibm-alias-float128.h29 strong_alias (from ## f128 ## r, __ ## to ## ieee128 ## r)
38 weak_alias (from ## f128 ## r, to ## f64x ## r); \
58 weak_alias (from ## f128 ## r, to ## f128 ## r); \
/glibc-2.36/math/
Dtest-float128.h26 #define FUNC(function) function ## f128
39 #define LITM(x) x ## f128
42 #define FUNC_NARROW_PREFIX f128
Dtgmath.h63 (F ## f128 (X))
65 (F ## f128 (X, Y))
67 (F ## f128 (X, Y, Z))
95 # define __TG_F128_ARG(X) X ## f128,
268 ? fct ## f128 arg_call :
272 ? fct ## f128 arg_call \
273 : cfct ## f128 arg_call) :
280 ? fct ## f128 arg_call :
286 ? fct ## f128 arg_call \
287 : cfct ## f128 arg_call) :
[all …]
Dtest-arg-float128.h23 #define ARG_FUNC(function) function ## f128
32 #define FUNC_NARROW_SUFFIX f128
Dmath.h382 __ ## function ## f128 ## suffix
477 # define __MATH_PRECNAME(name,r) name##f128##r
676 # define __MATHCALL_NAME(name) f16 ## name ## f128
726 # define __MATHCALL_NAME(name) f32 ## name ## f128
766 # define __MATHCALL_NAME(name) f32x ## name ## f128
796 # define __MATHCALL_NAME(name) f64 ## name ## f128
816 # define __MATHCALL_NAME(name) f64x ## name ## f128
836 # define __MATHCALL_NAME(name) f128 ## name ## f128x
892 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## f128 ARGS,
904 _Float128: FUNC ## f128 ARGS)
[all …]
Dtest-narrow-macros.c32 #define f128 test macro macro
/glibc-2.36/stdlib/
Dtst-strtod.h94 (mfunc, f128, _Float128, strfromf128, F128, f128, ##__VA_ARGS__)) \
120 IF_FLOAT128 (result |= mfunc ## f128 (__VA_ARGS__)); \
Dstrfmon_l.c100 _Float128 f128; in __vstrfmon_l_internal() member
339 fpnum.f128 = va_arg (ap, _Float128); in __vstrfmon_l_internal()
340 is_negative = fpnum.f128 < 0; in __vstrfmon_l_internal()
342 fpnum.f128 = -fpnum.f128; in __vstrfmon_l_internal()
/glibc-2.36/benchtests/
Dilogbf128-inputs6 6.47517511943802511092443895822764655e-4966f128
7 0x1.fffffffffffffff8p-16383f128
/glibc-2.36/sysdeps/powerpc/powerpc64/le/
DMakefile64 $(foreach suf,$(all-object-suffixes),%f128$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-attri…
70 f128-pairs = float32-float64x float32-float128 float64-float64x \
72 $(foreach suf,$(all-object-suffixes),$(foreach pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf))): C…
120 $(foreach suf,$(all-object-suffixes),%f128$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-attri…
/glibc-2.36/stdio-common/
Dprintf_size.c100 _Float128 f128; in __printf_size() member
144 PRINTF_SIZE_FETCH (_Float128, fpnum.f128) in __printf_size()
/glibc-2.36/sysdeps/mips/ieee754/bits/
Dfloatn.h62 # define __f128(x) x##f128
/glibc-2.36/sysdeps/ieee754/ldbl-128/bits/
Dfloatn.h62 # define __f128(x) x##f128
/glibc-2.36/sysdeps/ia64/bits/
Dfloatn.h63 # define __f128(x) x##f128
/glibc-2.36/sysdeps/x86/bits/
Dfloatn.h65 # define __f128(x) x##f128
/glibc-2.36/sysdeps/powerpc/bits/
Dfloatn.h68 # define __f128(x) x##f128

12