This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCHv4 5/8] Prepare to convert _Complex tangent functions


This patch has no function changes, except to
ensure the git history correctly tracks the
changes to convert the double version of these
functions into a templated version.

	* s_catan_template.c: Copy of s_catan.c.
	* s_catanh_template.c: Copy of s_catanh.c.
	* s_ctan_template.c: Copy of s_ctan.c.
	* s_ctanh_template.c: Copy of s_ctanh.c.
---
 math/{s_catan.c => s_catan_template.c}   | 0
 math/{s_catanh.c => s_catanh_template.c} | 0
 math/{s_ctan.c => s_ctan_template.c}     | 0
 math/{s_ctanh.c => s_ctanh_template.c}   | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 copy math/{s_catan.c => s_catan_template.c} (100%)
 copy math/{s_catanh.c => s_catanh_template.c} (100%)
 copy math/{s_ctan.c => s_ctan_template.c} (100%)
 copy math/{s_ctanh.c => s_ctanh_template.c} (100%)

diff --git a/math/s_catan.c b/math/s_catan_template.c
similarity index 100%
copy from math/s_catan.c
copy to math/s_catan_template.c
diff --git a/math/s_catanh.c b/math/s_catanh_template.c
similarity index 100%
copy from math/s_catanh.c
copy to math/s_catanh_template.c
diff --git a/math/s_ctan.c b/math/s_ctan_template.c
similarity index 100%
copy from math/s_ctan.c
copy to math/s_ctan_template.c
diff --git a/math/s_ctanh.c b/math/s_ctanh_template.c
similarity index 100%
copy from math/s_ctanh.c
copy to math/s_ctanh_template.c
-- 
2.4.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]