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 04/11] Prepare to convert _Complex cosine 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_cacos.c: Copy of s_cacos.c.
	* b_cacosh.c: Copy of s_cacosh.c.
	* b_ccos.c: Copy of s_ccos.c.
	* b_ccosh.c: Copy of s_ccosh.c.
---
 math/{s_cacos.c => b_cacos.c}   | 0
 math/{s_cacosh.c => b_cacosh.c} | 0
 math/{s_ccos.c => b_ccos.c}     | 0
 math/{s_ccosh.c => b_ccosh.c}   | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 copy math/{s_cacos.c => b_cacos.c} (100%)
 copy math/{s_cacosh.c => b_cacosh.c} (100%)
 copy math/{s_ccos.c => b_ccos.c} (100%)
 copy math/{s_ccosh.c => b_ccosh.c} (100%)

diff --git a/math/s_cacos.c b/math/b_cacos.c
similarity index 100%
copy from math/s_cacos.c
copy to math/b_cacos.c
diff --git a/math/s_cacosh.c b/math/b_cacosh.c
similarity index 100%
copy from math/s_cacosh.c
copy to math/b_cacosh.c
diff --git a/math/s_ccos.c b/math/b_ccos.c
similarity index 100%
copy from math/s_ccos.c
copy to math/b_ccos.c
diff --git a/math/s_ccosh.c b/math/b_ccosh.c
similarity index 100%
copy from math/s_ccosh.c
copy to math/b_ccosh.c
-- 
2.4.11


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