Searched refs:tempi (Results 1 – 3 of 3) sorted by relevance
54 tempi=$(printf "%.0f" $tempf)56 echo "$dev = $tempf =~ $tempi"58 if [ $tempi -eq 0 ]; then
1455 long tempi; in SWIG_Tcl_GetArgs() local1492 if (Tcl_GetLongFromObj(interp,obj,&tempi) != TCL_OK) goto argerror; in SWIG_Tcl_GetArgs()1493 if ((*c == 'i') || (*c == 'I')) *((int *)vptr) = (int)tempi; in SWIG_Tcl_GetArgs()1494 else if ((*c == 'l') || (*c == 'L')) *((long *)vptr) = (long)tempi; in SWIG_Tcl_GetArgs()1495 else if ((*c == 'h') || (*c == 'H')) *((short*)vptr) = (short)tempi; in SWIG_Tcl_GetArgs()1496 else if ((*c == 'b') || (*c == 'B')) *((unsigned char *)vptr) = (unsigned char)tempi; in SWIG_Tcl_GetArgs()
200163 tempi