diff src/build-msvctools/math/math.def @ 3061:f8299bb6c872

Initial support for native MSVC compilation. * add MSVC support files: compiler wrappers and support libraries * adapt libiconv to work with MSVC * adapt gettext to work with MSVC
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 17 Jun 2013 22:43:11 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/build-msvctools/math/math.def	Mon Jun 17 22:43:11 2013 -0400
@@ -0,0 +1,114 @@
+EXPORTS
+	acosf
+	acosh
+	acoshf
+	acosl
+	asinf
+	asinh
+	asinhf
+	asinl
+	atan2f
+	atan2l
+	atanf
+	atanh
+	atanhf
+	atanl
+	cbrt
+	cbrtf
+	cbrtl
+	ceilf
+	ceill
+	cosf
+	coshf
+	coshl
+	cosl
+	exp2
+	exp2f
+	exp2l
+	expf
+	expl
+	expm1
+	expm1f
+	expm1l
+	fabsf
+	fabsl
+	finite
+	finitef
+	finitel
+	floorf
+	floorl
+	fma
+	fmaf
+	fmal
+	fmodf
+	fmodl
+	frexpf
+	frexpl
+	ilogb
+	ilogbf
+	ilogbl
+	isinf
+	isinff
+	isinfl
+	isnan
+	isnanf
+	isnanl
+	ldexpf
+	ldexpl
+	llrint
+	llrintf
+	llrintl
+	log1p
+	log1pf
+	log1pl
+	log2
+	log2f
+	log2l
+	logb
+	logbf
+	logbl
+	logf
+	logl
+	log10f
+	log10l
+	lrint
+	lrintf
+	lrintl
+	lround
+	lroundf
+	lroundl
+	modff
+	modfl
+	nan
+	nanf
+	nanl
+	nearbyint
+	nearbyintf
+	nearbyintl
+	powf
+	powl
+	remainder
+	remainderf
+	remainderl
+	rint
+	rintf
+	rintl
+	round
+	roundf
+	roundl
+	scalbn
+	scalbnf
+	scalbnl
+	sinf
+	sinhf
+	sinhl
+	sinl
+	sqrtf
+	sqrtl
+	tanf
+	tanhf
+	tanhl
+	tanl
+	trunc
+	truncf
+	truncl