33 #if defined(ENABLE_JNI_HEADERS)
34 # include "native/include/java_lang_Float.h"
57 e = val.
i & 0x7f800000;
58 f = val.
i & 0x007fffff;
Table containing all native methods registered with the VM.
NativeMethods & get_nativemethods()
void register_methods(Utf8String classname, const JNINativeMethod *methods, size_t count)
Register native methods with the VM.
#define NATIVE_METHODS_COUNT
static JNINativeMethod methods[]
JNIEXPORT jfloat JNICALL Java_java_lang_Float_intBitsToFloat(JNIEnv *env, jclass clazz, jint value)
void _Jv_java_lang_Float_init(void)
static Utf8String from_utf8(const char *, size_t)
JNIEXPORT jint JNICALL Java_java_lang_Float_floatToIntBits(JNIEnv *env, jclass clazz, jfloat value)
static VM * get_current()