Searched refs:LeftValue (Results 1 – 2 of 2) sorted by relevance
223 UINT64 LeftValue, in DtDoOperator() argument246 Result = LeftValue * RightValue; in DtDoOperator()258 Result = LeftValue / RightValue; in DtDoOperator()270 Result = LeftValue % RightValue; in DtDoOperator()274 Result = LeftValue + RightValue; in DtDoOperator()279 Result = LeftValue - RightValue; in DtDoOperator()284 Result = LeftValue >> RightValue; in DtDoOperator()289 Result = LeftValue << RightValue; in DtDoOperator()294 Result = LeftValue < RightValue; in DtDoOperator()299 Result = LeftValue > RightValue; in DtDoOperator()[all …]
399 UINT64 LeftValue,