URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [include/] [java_lang_VMFloat.h] - Rev 771
Go to most recent revision | Compare with Previous | Blame | View Log
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> #ifndef __java_lang_VMFloat__ #define __java_lang_VMFloat__ #ifdef __cplusplus extern "C" { #endif JNIEXPORT jint JNICALL Java_java_lang_VMFloat_floatToRawIntBits (JNIEnv *env, jclass, jfloat); JNIEXPORT jfloat JNICALL Java_java_lang_VMFloat_intBitsToFloat (JNIEnv *env, jclass, jint); #ifdef __cplusplus } #endif #endif /* __java_lang_VMFloat__ */
Go to most recent revision | Compare with Previous | Blame | View Log