gcc/libgo/go/math
Ian Lance Taylor 6c88c77ec7 re PR go/52358 (math FAILs on Solaris 8 and 9)
PR go/52358
math: Work around bug in Solaris 9 implementation of ldexp.

The bug is that ldexp(-1, -1075) should return -0, but the
Solaris 9 implementation returns +0.

From-SVN: r186913
2012-04-27 16:32:42 +00:00
..
big libgo: Update to weekly.2012-03-22. 2012-03-30 22:09:55 +00:00
cmplx
rand
abs.go
acosh.go
all_test.go
asin.go
asinh.go
atan2.go
atan.go
atanh.go
bits.go
cbrt.go
const.go libgo: Update to weekly.2012-03-04 release. 2012-03-06 17:57:23 +00:00
copysign.go
dim.go
erf.go libgo: Update to weekly.2012-03-22. 2012-03-30 22:09:55 +00:00
exp.go
expm1.go
export_test.go
floor.go
frexp.go
gamma.go
hypot.go
j0.go
j1.go
jn.go
ldexp.go re PR go/52358 (math FAILs on Solaris 8 and 9) 2012-04-27 16:32:42 +00:00
lgamma.go
log1p.go
log10.go
log.go
logb.go
mod.go
modf.go
nextafter.go
pow10.go
pow.go
remainder.go
signbit.go
sin.go
sincos.go
sinh.go
sqrt.go
tan.go
tanh.go
unsafe.go