Go to the source code of this file.
JNIEXPORT jint JNICALL Java_java_lang_Float_floatToIntBits |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jfloat |
value |
|
) |
| |
JNIEXPORT jfloat JNICALL Java_java_lang_Float_intBitsToFloat |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jint |
value |
|
) |
| |
JNINativeMethod methods[] |
|
static |
Initial value:= {
}
JNIEXPORT jfloat JNICALL Java_java_lang_Float_intBitsToFloat(JNIEnv *env, jclass clazz, jint value)
JNIEXPORT jint JNICALL Java_java_lang_Float_floatToIntBits(JNIEnv *env, jclass clazz, jfloat value)
Definition at line 83 of file java_lang_Float.cpp.