summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuilhem Lavaux <guilhem@kaffe.org>2005-12-16 21:11:23 +0000
committerGuilhem Lavaux <guilhem@kaffe.org>2005-12-16 21:11:23 +0000
commit493b63d3a6a6d74bac7dd18247d18c1e1752ad7f (patch)
tree07c8eceff0118d541fceb82aa3c4d42e28db8e09 /scripts
parentd409d320f4255f8bb2725cca7d350200edd684d7 (diff)
downloadclasspath-493b63d3a6a6d74bac7dd18247d18c1e1752ad7f.tar.gz
2005-12-16 Guilhem Lavaux <guilhem@kaffe.org>
* native/fdlibm/mprec.h, native/fdlibm/fdlibm.h: Added the inclusion of namespace.h * native/fdlibm/namespace.h: New file. * scripts/build_mathnamespace, scripts/math_symbols: New files.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_mathnamespace6
-rw-r--r--scripts/math_symbols66
2 files changed, 72 insertions, 0 deletions
diff --git a/scripts/build_mathnamespace b/scripts/build_mathnamespace
new file mode 100644
index 000000000..a2e53a328
--- /dev/null
+++ b/scripts/build_mathnamespace
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "/* Warning ! This is a generated file. Use build_mathnamespace to regenerate it */"
+while read fun;do
+ echo "#define ${fun} ClasspathMath_${fun}"
+done
diff --git a/scripts/math_symbols b/scripts/math_symbols
new file mode 100644
index 000000000..e9c428922
--- /dev/null
+++ b/scripts/math_symbols
@@ -0,0 +1,66 @@
+acos
+asin
+atan
+atan2
+cos
+sin
+tan
+cosh
+sinh
+exp
+frexp
+ldexp
+log
+modf
+pow
+sqrt
+ceil
+fabs
+floor
+fmod
+erf
+erfc
+gamma
+hypot
+isnan
+finite
+j0
+j1
+jn
+lgamma
+y0
+y1
+yn
+acosh
+asinh
+cbrt
+logb
+nextafter
+remainder
+logb
+scalb
+significand
+logbf
+scalbf
+significandf
+copysign
+ilogb
+rint
+rintf
+scalbn
+__ieee754_sqrt
+__ieee754_asin
+__ieee754_asin
+__ieee754_atan2
+__ieee754_exp
+__ieee754_fmod
+__ieee754_log
+__ieee754_pow
+__ieee754_rem_pio2
+__ieee754_remainder
+__ieee754_scalb
+__ieee754_acos
+__kernel_cos
+__kernel_sin
+__kernel_tan
+__kernel_rem_pio2