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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c519 static const Tcl_WideInt Exp64Value[] = { variable
597 static const size_t Exp64ValueSize = sizeof(Exp64Value)/sizeof(Tcl_WideInt);
6071 objResultPtr = Tcl_NewWideIntObj(Exp64Value[base]);
6075 Tcl_SetWideIntObj(valuePtr, Exp64Value[base]);
6088 -Exp64Value[base] : Exp64Value[base];

Completed in 192 milliseconds