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]

[PATCHv2 8/9] Prepare to convert remaining _Complex 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_cexp_template.c: Copy of s_cexp.c.
	* s_clog_template.c: Copy of s_clog.c.
	* s_clog10_template.c: Copy of s_clog10.c.
	* s_cpow_template.c: Copy of s_cpow.c.
	* s_cproj_template.c: Copy of s_cproj.c.
	* s_csqrt_template.c: Copy of s_csqrt.c.
---
 math/{s_cexp.c => s_cexp_template.c}     | 0
 math/{s_clog10.c => s_clog10_template.c} | 0
 math/{s_clog.c => s_clog_template.c}     | 0
 math/{s_cpow.c => s_cpow_template.c}     | 0
 math/{s_cproj.c => s_cproj_template.c}   | 0
 math/{s_csqrt.c => s_csqrt_template.c}   | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 copy math/{s_cexp.c => s_cexp_template.c} (100%)
 copy math/{s_clog10.c => s_clog10_template.c} (100%)
 copy math/{s_clog.c => s_clog_template.c} (100%)
 copy math/{s_cpow.c => s_cpow_template.c} (100%)
 copy math/{s_cproj.c => s_cproj_template.c} (100%)
 copy math/{s_csqrt.c => s_csqrt_template.c} (100%)

diff --git a/math/s_cexp.c b/math/s_cexp_template.c
similarity index 100%
copy from math/s_cexp.c
copy to math/s_cexp_template.c
diff --git a/math/s_clog10.c b/math/s_clog10_template.c
similarity index 100%
copy from math/s_clog10.c
copy to math/s_clog10_template.c
diff --git a/math/s_clog.c b/math/s_clog_template.c
similarity index 100%
copy from math/s_clog.c
copy to math/s_clog_template.c
diff --git a/math/s_cpow.c b/math/s_cpow_template.c
similarity index 100%
copy from math/s_cpow.c
copy to math/s_cpow_template.c
diff --git a/math/s_cproj.c b/math/s_cproj_template.c
similarity index 100%
copy from math/s_cproj.c
copy to math/s_cproj_template.c
diff --git a/math/s_csqrt.c b/math/s_csqrt_template.c
similarity index 100%
copy from math/s_csqrt.c
copy to math/s_csqrt_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]