Home | History | Annotate | Download | only in Support

Lines Matching refs:Quiet

1858        quiet NaN, we raise invalid op; this implementation does so.
2076 // gcc forces the Quiet bit on, which means (float)(double)(float_sNan)
3996 // Quiet signalling nans.
3998 APFloat Quiet(Val);
3999 Quiet.makeQuiet();
4000 return Quiet;