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 10/11] 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.

	* b_cexp.c: Copy of s_cexp.c.
	* b_clog.c: Copy of s_clog.c.
	* b_clog10.c: Copy of s_clog10.c.
	* b_cpow.c: Copy of s_cpow.c.
	* b_cproj.c: Copy of s_cproj.c.
	* b_csqrt.c: Copy of s_csqrt.c.
---
 math/{s_cexp.c => b_cexp.c}     | 0
 math/{s_clog.c => b_clog.c}     | 0
 math/{s_clog10.c => b_clog10.c} | 0
 math/{s_cpow.c => b_cpow.c}     | 0
 math/{s_cproj.c => b_cproj.c}   | 0
 math/{s_csqrt.c => b_csqrt.c}   | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 copy math/{s_cexp.c => b_cexp.c} (100%)
 copy math/{s_clog.c => b_clog.c} (100%)
 copy math/{s_clog10.c => b_clog10.c} (100%)
 copy math/{s_cpow.c => b_cpow.c} (100%)
 copy math/{s_cproj.c => b_cproj.c} (100%)
 copy math/{s_csqrt.c => b_csqrt.c} (100%)

diff --git a/math/s_cexp.c b/math/b_cexp.c
similarity index 100%
copy from math/s_cexp.c
copy to math/b_cexp.c
diff --git a/math/s_clog.c b/math/b_clog.c
similarity index 100%
copy from math/s_clog.c
copy to math/b_clog.c
diff --git a/math/s_clog10.c b/math/b_clog10.c
similarity index 100%
copy from math/s_clog10.c
copy to math/b_clog10.c
diff --git a/math/s_cpow.c b/math/b_cpow.c
similarity index 100%
copy from math/s_cpow.c
copy to math/b_cpow.c
diff --git a/math/s_cproj.c b/math/b_cproj.c
similarity index 100%
copy from math/s_cproj.c
copy to math/b_cproj.c
diff --git a/math/s_csqrt.c b/math/b_csqrt.c
similarity index 100%
copy from math/s_csqrt.c
copy to math/b_csqrt.c
-- 
2.4.11


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