Home
last modified time | relevance | path

Searched refs:Exp32Index (Results 1 – 2 of 2) sorted by last modified time

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclExecute.c605 static const unsigned short Exp32Index[] = { variable
609 sizeof(Exp32Index) / sizeof(unsigned short);
8987 base = Exp32Index[l1 - 3] in ExecuteExtendedBinaryMathOp()
8989 if (base < Exp32Index[l1 - 2]) { in ExecuteExtendedBinaryMathOp()
9000 base = Exp32Index[-l1 - 3] in ExecuteExtendedBinaryMathOp()
9002 if (base < Exp32Index[-l1 - 2]) { in ExecuteExtendedBinaryMathOp()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclExecute.c476 static const unsigned short Exp32Index[] = { variable
479 static const size_t Exp32IndexSize = sizeof(Exp32Index)/sizeof(unsigned short);
5916 unsigned short base = Exp32Index[l1 - 3] in TclExecuteByteCode()
5918 if (base < Exp32Index[l1 - 2]) { in TclExecuteByteCode()
5937 unsigned short base = Exp32Index[-l1 - 3] in TclExecuteByteCode()
5939 if (base < Exp32Index[-l1 - 2]) { in TclExecuteByteCode()