Searched refs:float_s (Results 1 – 2 of 2) sorted by relevance
39 float float_s[160]; variable69 float_s[k] = (float) \88 else for (k = 0; k <= 159; k++) float_s[k] = (float) s[k];95 register float * sp = float_s;
1973 PyObject *float_s = NULL; in fill_time() local1986 float_s = PyFloat_FromDouble(sec + 1e-9*nsec); in fill_time()1987 if (!float_s) { in fill_time()1992 PyStructSequence_SET_ITEM(v, index+3, float_s); in fill_time()1995 float_s = NULL; in fill_time()2002 Py_XDECREF(float_s); in fill_time()