Home | History | Annotate | Download | only in Modules

Lines Matching refs:fvalue

388     float fvalue;
401 fvalue = CL_TypeIsFloat(value);
402 return PyFloat_FromDouble(fvalue);
424 float fvalue;
430 if (!PyArg_Parse(args, "(if)", &paramID, &fvalue)) {
436 value = CL_TypeIsInt(fvalue);
439 fvalue = value;
440 value = CL_TypeIsInt(fvalue);
828 float fvalue;
833 if (!PyArg_ParseTuple(args, "iif", &scheme, &paramID, &fvalue)) {
839 value = CL_TypeIsInt(fvalue);
846 fvalue = value;
847 value = CL_TypeIsInt(fvalue);