FACT++  1.0
JNIEXPORT void JNICALL Java_dim_MutableMemory_setDouble ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jdouble  data 
)

Definition at line 2190 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setString().

Referenced by Java_dim_MutableMemory_setFloat().

2191 {
2192  if(env){}
2193  if(nativeClass){}
2194  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setDouble(0x%08lx, %08x)\n", nativeDataAddress, (unsigned)data);
2195  *(jdouble*)nativeDataAddress = data;
2196 }
#define dim_Dbg_MUTABLE_MEMORY
Definition: dim_jni.c:16
float data[4 *1440]
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: