3 void c_count(DCELL * result, DCELL * values,
int n,
const void *closure)
10 for (i = 0; i <
n; i++)
17 void w_count(DCELL * result, DCELL(*values)[2],
int n,
const void *closure)
24 for (i = 0; i <
n; i++)
26 count += values[i][1];
void w_count(DCELL *result, DCELL(*values)[2], int n, const void *closure)
int G_is_d_null_value(const DCELL *dcellVal)
Returns 1 if dcell is NULL, 0 otherwise. This will test if the value dcell is a NaN. Same test as in G_is_f_null_value().
void c_count(DCELL *result, DCELL *values, int n, const void *closure)