gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely e339291fc1 Fix new testcase to not require std::copysign
Use __builtin_copysign{,f,l} when std::copysign isn't available.

	PR libstdc++/61761
	* testsuite/26_numerics/complex/proj.cc: Don't assume <cmath> defines
	std::copysign.

From-SVN: r270859
2019-05-03 20:25:05 +01:00
..
accumulate Update copyright years. 2019-01-01 13:31:55 +01:00
adjacent_difference Update copyright years. 2019-01-01 13:31:55 +01:00
bit Remove redundant dg-do directive from test 2019-03-04 13:18:47 +00:00
complex Fix new testcase to not require std::copysign 2019-05-03 20:25:05 +01:00
gcd Update copyright years. 2019-01-01 13:31:55 +01:00
headers In C++17 <math.h> should not put special functions in global namespace 2019-03-21 14:03:56 +00:00
inner_product Update copyright years. 2019-01-01 13:31:55 +01:00
iota Update copyright years. 2019-01-01 13:31:55 +01:00
lcm Update copyright years. 2019-01-01 13:31:55 +01:00
midpoint Define midpoint and lerp functions for C++20 (P0811R3) 2019-03-05 18:37:24 +00:00
partial_sum Update copyright years. 2019-01-01 13:31:55 +01:00
pstl/numeric_ops Integrate C++17 parallel algorithms 2019-03-21 23:48:49 +00:00
random Update copyright years. 2019-01-01 13:31:55 +01:00
slice Update copyright years. 2019-01-01 13:31:55 +01:00
slice_array Update copyright years. 2019-01-01 13:31:55 +01:00
valarray Update copyright years. 2019-01-01 13:31:55 +01:00
lerp.cc Define midpoint and lerp functions for C++20 (P0811R3) 2019-03-05 18:37:24 +00:00