Home
last modified time | relevance | path

Searched refs:function3P (Results 1 – 7 of 7) sorted by relevance

/dports/biology/garlic/garlic-1.6/
H A Dhyphob_function3.c80 *(runtimeSP->function3P + residueI) = 0.0; in HyphobFunction3_()
118 *(runtimeSP->function3P + residueI) = function_value; in HyphobFunction3_()
H A Dfree_runtime.c63 if (runtimeSP->function3P) free (runtimeSP->function3P); in FreeRuntime_()
H A Dhyphob_function6.c142 f3after = *(runtimeSP->function3P + residueI + 7); in HyphobFunction6_()
143 f3 = *(runtimeSP->function3P + residueI); in HyphobFunction6_()
H A Dinit_runtime.c337 runtimeSP->function3P = (double *) calloc (elementsN, double_size); in InitRuntime_()
338 if (runtimeSP->function3P == NULL) in InitRuntime_()
H A Dcommand_dump.c231 d = *(runtimeSP->function3P + residueI); in Dump_()
H A Dtypedefs.h1219 double *function3P; /* Hydroph. function F3 */ member
H A Ddraw_plots.c1958 function3 = (double) *(runtimeSP->function3P + residueI); in DrawPlots_()