Searched refs:param_type_is_float (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dclmodule.c61 param_type_is_float(clobject *self, int param) function
336 param_type_is_float(self, PVbuffer[i-1]) > 0) {
357 param_type_is_float(self, PVbuffer[i-1]) > 0) {
400 if (param_type_is_float(self, paramID) > 0) {
438 if (param_type_is_float(SELF, paramID) > 0) {
449 if (param_type_is_float(SELF, paramID) > 0)
538 if (param_type_is_float(SELF, param) > 0) {

Completed in 104 milliseconds