FACT++  1.0
JNIEXPORT jfloat JNICALL Java_dim_Memory_getFloat ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1897 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getDouble().

Referenced by Java_dim_Memory_getLong().

1898 {
1899  if(env){}
1900  if(nativeClass){}
1901  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getFloat\n");
1902  return *(jfloat*)nativeDataAddress;
1903 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: