gcc/libgo/go/math
Ian Lance Taylor bae90c989c libgo: Merge from revision 18783:00cce3a34d7e of master library.
This revision was committed January 7, 2014.  The next
revision deleted runtime/mfinal.c.  That will be done in a
subsequent merge.

This merge changes type descriptors to add a zero field,
pointing to a zero value for that type.  This is implemented
as a common variable.

	* go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and
	alignment parameters.  Permit init parameter to be NULL.

From-SVN: r211249
2014-06-04 23:15:33 +00:00
..
big libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
cmplx
rand libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
abs.go
acosh.go
all_test.go
asin.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
asinh.go
atan.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
atan2.go
atanh.go
bits.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
cbrt.go
const.go
copysign.go
dim.go
erf.go
exp.go
expm1.go
export_test.go
floor.go
frexp.go
gamma.go
hypot.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
j0.go
j1.go
jn.go
ldexp.go libgo: Remove Solaris 8 & 9 support. 2014-04-16 20:33:57 +00:00
lgamma.go
log.go
log1p.go
log10.go
logb.go
mod.go
modf.go
nextafter.go
pow.go
pow10.go
remainder.go
signbit.go
sin.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
sincos.go
sinh.go
sqrt.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
tan.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
tanh.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
unsafe.go