FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Memory_copyIntoFloatArray ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jfloatArray  array,
jint  arrayOffset,
jint  length 
)

Definition at line 2026 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoDoubleArray().

Referenced by Java_dim_Memory_copyIntoLongArray().

2027 {
2028  if(nativeClass){}
2029  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoFloatArray\n");
2030  (*env)->SetFloatArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
2031  return ;
2032 }
#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: