X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fsysmath.h;h=e89269a98e580fcc2c12b29bfd171cea55980a28;hb=e97a5fd1826b7068dbc27cb7439df1c37d1b50f0;hp=86cc68a4cf9875b21df8a6e7bca313f2760b0c66;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mono/metadata/sysmath.h b/mono/metadata/sysmath.h index 86cc68a4cf9..e89269a98e5 100644 --- a/mono/metadata/sysmath.h +++ b/mono/metadata/sysmath.h @@ -14,53 +14,53 @@ #include #include "mono/utils/mono-compiler.h" -extern gdouble ves_icall_System_Math_Floor (gdouble x); -extern gdouble ves_icall_System_Math_Round (gdouble x); -extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits); +extern gdouble ves_icall_System_Math_Floor (gdouble x) MONO_INTERNAL; +extern gdouble ves_icall_System_Math_Round (gdouble x) MONO_INTERNAL; +extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Sin (gdouble x); +ves_icall_System_Math_Sin (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Cos (gdouble x); +ves_icall_System_Math_Cos (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Tan (gdouble x); +ves_icall_System_Math_Tan (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Sinh (gdouble x); +ves_icall_System_Math_Sinh (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Cosh (gdouble x); +ves_icall_System_Math_Cosh (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Tanh (gdouble x); +ves_icall_System_Math_Tanh (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Acos (gdouble x); +ves_icall_System_Math_Acos (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Asin (gdouble x); +ves_icall_System_Math_Asin (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Atan (gdouble x); +ves_icall_System_Math_Atan (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Atan2 (gdouble y, gdouble x); +ves_icall_System_Math_Atan2 (gdouble y, gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Exp (gdouble x); +ves_icall_System_Math_Exp (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Log (gdouble x); +ves_icall_System_Math_Log (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Log10 (gdouble x); +ves_icall_System_Math_Log10 (gdouble x) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Pow (gdouble x, gdouble y); +ves_icall_System_Math_Pow (gdouble x, gdouble y) MONO_INTERNAL; extern gdouble -ves_icall_System_Math_Sqrt (gdouble x); +ves_icall_System_Math_Sqrt (gdouble x) MONO_INTERNAL; #endif