Lines Matching refs:GetInt
40 BinaryType addType = static_cast<BinaryType>(argType.GetInt());
44 double a0Double = left.IsInt() ? left.GetInt() : left.GetDouble();
45 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble();
110 BinaryType subType = static_cast<BinaryType>(argType.GetInt());
114 double a0Double = left.IsInt() ? left.GetInt() : left.GetDouble();
115 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble();
143 BinaryType mulType = static_cast<BinaryType>(argType.GetInt());
178 BinaryType divType = static_cast<BinaryType>(argType.GetInt());
182 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble();
183 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble();
214 BinaryType modType = static_cast<BinaryType>(argType.GetInt());
218 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble();
219 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble();
264 left.IsInt() ? left.GetInt() :
267 right.IsInt() ? right.GetInt() :
279 opNumber0 = taggedNumber0.GetInt();
280 opNumber1 = taggedNumber1.GetInt();
298 BinaryType shlType = static_cast<BinaryType>(argType.GetInt());
314 BinaryType shrType = static_cast<BinaryType>(argType.GetInt());
328 BinaryType ashrType = static_cast<BinaryType>(argType.GetInt());
344 BinaryType andType = static_cast<BinaryType>(argType.GetInt());
357 BinaryType orType = static_cast<BinaryType>(argType.GetInt());
370 BinaryType xorType = static_cast<BinaryType>(argType.GetInt());