Lines Matching defs:Thresh
20047 // of a signed i64. Let Thresh be the FP equivalent of
20050 // Adjust = (Value >= Thresh) ? 0x80000000 : 0;
20051 // FltOfs = (Value >= Thresh) ? 0x80000000 : 0;
20057 // Being a power of 2, Thresh is exactly representable in all FP formats.
20061 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000));
20066 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven,
20069 Status = Thresh.convert(APFloat::x87DoubleExtended(),
20075 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT);
20090 // (Value >= Thresh) ? 0x8000000000000000ULL : 0
20094 // (Value >= Thresh) << 63