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

Definition at line 2040 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_MutableMemory_allocateNativeDataBlock().

Referenced by Java_dim_Memory_copyIntoFloatArray().

2041 {
2042  if(nativeClass){}
2043  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoDoubleArray\n");
2044  (*env)->SetDoubleArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
2045  return ;
2046 }
#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: