Searched refs:isInf (Results 1 – 3 of 3) sorted by relevance
246 Bool isInf; in convert_f80le_to_f64le() local272 isInf = toBool( in convert_f80le_to_f64le()278 if (isInf) { in convert_f80le_to_f64le()
248 Bool isInf; in convert_f80le_to_f64le() local274 isInf = toBool( in convert_f80le_to_f64le()280 if (isInf) { in convert_f80le_to_f64le()
788 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local790 if (!isHalf && !isInf && !isNaN) { in WriteConstantInternal()