deep-c-rsc/jcgo_Out/Math51F2.h

63 lines
1.7 KiB
C
Raw Normal View History

2021-07-16 18:07:51 -04:00
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_FRWINL jint CFASTCALL
java_lang_Math__min__II( jint a, jint b );
JCGO_NOSEP_INLINE jint CFASTCALL
java_lang_Math__max__II( jint a, jint b );
JCGO_NOSEP_FRWINL jdouble CFASTCALL
java_lang_Math__sin__D( jdouble a );
JCGO_NOSEP_FRWINL jdouble CFASTCALL
java_lang_Math__cos__D( jdouble a );
JCGO_NOSEP_FRWINL jdouble CFASTCALL
java_lang_Math__sqrt__D( jdouble a );
JCGO_NOSEP_FRWINL jdouble CFASTCALL
java_lang_Math__pow__DD( jdouble a, jdouble b );
JCGO_NOSEP_STATIC jdouble CFASTCALL
java_lang_Math__random__( void );
struct java_lang_Math_methods_s
{
java_lang_Class jcgo_class;
JCGO_GCJDESCR_DEFN
JCGO_TYPEID_T jcgo_typeid;
JCGO_OBJSIZE_T jcgo_objsize;
CONST struct jcgo_reflect_s *jcgo_reflect;
JCGO_CLINIT_DEFN
java_lang_Math (CFASTCALL *jcgo_thisRtn)( java_lang_Math This );
jboolean (CFASTCALL *equals__Lo)( java_lang_Object This, java_lang_Object
obj );
jint (CFASTCALL *hashCode__)( java_lang_Object This );
java_lang_String (CFASTCALL *toString__)( java_lang_Object This );
void (CFASTCALL *finalize__)( java_lang_Object This );
};
struct java_lang_Math_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_lang_Math_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_Math_class_s java_lang_Math__class;
JCGO_SEP_GCEXTERN java_util_Random java_lang_Math__rand;
struct java_lang_Math_s
{
CONST struct java_lang_Math_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
};
JCGO_SEP_EXTERN CONST jcgo_arrtype63_GmCnnctn jcgo_array2_Math51F2;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Math51F2;
#endif