Searched refs:LeftValue (Results 1 – 2 of 2) sorted by relevance
116 UINT64 LeftValue, in DtDoOperator() argument139 Result = LeftValue * RightValue; in DtDoOperator()151 Result = LeftValue / RightValue; in DtDoOperator()163 Result = LeftValue % RightValue; in DtDoOperator()167 Result = LeftValue + RightValue; in DtDoOperator()172 Result = LeftValue - RightValue; in DtDoOperator()187 Result = LeftValue < RightValue; in DtDoOperator()192 Result = LeftValue > RightValue; in DtDoOperator()217 Result = LeftValue & RightValue; in DtDoOperator()222 Result = LeftValue ^ RightValue; in DtDoOperator()[all …]
278 UINT64 LeftValue,
Completed in 3 milliseconds