Searched refs:IsCurrentParamALongOrDouble (Results 1 – 3 of 3) sorted by relevance
389 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()429 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
406 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()423 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
330 bool IsCurrentParamALongOrDouble() { in IsCurrentParamALongOrDouble() function