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

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c58 double doubleValue; /* Floating-point value, if any. */ member in struct:__anon435
383 valuePtr->doubleValue = strtod(string, &term);
387 TclExprFloatError(interp, valuePtr->doubleValue);
488 valuePtr->doubleValue = strtod(p, &term);
491 TclExprFloatError(interp, valuePtr->doubleValue);
798 valuePtr->doubleValue = -valuePtr->doubleValue;
820 if (valuePtr->doubleValue == 0.0) {
882 valuePtr->intValue = valuePtr->doubleValue != 0;
995 value2.doubleValue
[all...]
H A DtclCmdAH.c1406 double doubleValue; /* Used to hold value to pass to sprintf if
1409 * or doubleValue has the value to pass to
1632 if (Tcl_GetDouble(interp, argv[argIndex], &doubleValue)
1683 sprintf(dst+dstSize, newFormat, doubleValue);
1390 double doubleValue; /* Used to hold value to pass to sprintf if local
/ast/src/lib/libtksh/include/
H A Dtcl.h270 Tcl_ValueType type; /* Indicates intValue or doubleValue is
273 double doubleValue; /* Double-precision floating value. */ member in struct:Tcl_Value

Completed in 15 milliseconds