Searched refs:IsDoubleType (Results 1 – 5 of 5) sorted by relevance
276 } else if (leftType.IsDoubleType()) { in CollectGateTypeLogInfo()283 } else if (rightType.IsDoubleType()) { in CollectGateTypeLogInfo()294 } else if (valueType.IsDoubleType()) { in CollectGateTypeLogInfo()
157 bool IsDoubleType() const in IsDoubleType() function
30 } else if (gateType.IsDoubleType()) { in SetOutputType()787 } else if (gateType.IsDoubleType()) { in CheckAndConvertToInt32()828 } else if (gateType.IsDoubleType()) { in CheckAndConvertToFloat64()
178 } else if (type.IsDoubleType()) { in LowerPrimitiveTypeCheck()
493 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferAdd2()494 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferAdd2()521 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferSub2()522 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferSub2()546 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferMul2()547 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferMul2()594 if (firInType.IsDoubleType()) { in InferIncDec()