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 06/11] Prepare to convert _Complex sine 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_casin.c: Copy of s_casin.c.
	* b_casinh.c: Copy of s_casinh.c.
	* b_csin.c: Copy of s_csin.c.
	* b_csinh.c: Copy of s_csinh.c.
	* b_k_casinh.c: Copy of k_casinh.c.
---
 math/{s_casin.c => b_casin.c}     | 0
 math/{s_casinh.c => b_casinh.c}   | 0
 math/{s_csin.c => b_csin.c}       | 0
 math/{s_csinh.c => b_csinh.c}     | 0
 math/{k_casinh.c => b_k_casinh.c} | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 copy math/{s_casin.c => b_casin.c} (100%)
 copy math/{s_casinh.c => b_casinh.c} (100%)
 copy math/{s_csin.c => b_csin.c} (100%)
 copy math/{s_csinh.c => b_csinh.c} (100%)
 copy math/{k_casinh.c => b_k_casinh.c} (100%)

diff --git a/math/s_casin.c b/math/b_casin.c
similarity index 100%
copy from math/s_casin.c
copy to math/b_casin.c
diff --git a/math/s_casinh.c b/math/b_casinh.c
similarity index 100%
copy from math/s_casinh.c
copy to math/b_casinh.c
diff --git a/math/s_csin.c b/math/b_csin.c
similarity index 100%
copy from math/s_csin.c
copy to math/b_csin.c
diff --git a/math/s_csinh.c b/math/b_csinh.c
similarity index 100%
copy from math/s_csinh.c
copy to math/b_csinh.c
diff --git a/math/k_casinh.c b/math/b_k_casinh.c
similarity index 100%
copy from math/k_casinh.c
copy to math/b_k_casinh.c
-- 
2.4.11


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