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

Definition at line 2176 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_setDouble().

Referenced by Java_dim_MutableMemory_setLong().

2177 {
2178  if(env){}
2179  if(nativeClass){}
2180  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.setFloat(0x%08lx, %f)\n", nativeDataAddress, data);
2181  *(jfloat*)nativeDataAddress = data;
2182 }
#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: