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

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c63 int type; /* Type of value: TYPE_INT, TYPE_DOUBLE,
72 #define TYPE_DOUBLE 1 macro
390 valuePtr->type = TYPE_DOUBLE;
496 valuePtr->type = TYPE_DOUBLE;
797 } else if (valuePtr->type == TYPE_DOUBLE){
806 && (valuePtr->type != TYPE_DOUBLE)) {
814 } else if (valuePtr->type == TYPE_DOUBLE) {
881 if (valuePtr->type == TYPE_DOUBLE) {
993 if (valuePtr->type == TYPE_DOUBLE) {
996 value2.type = TYPE_DOUBLE;
[all...]

Completed in 11 milliseconds