Lines Matching defs:FromStr

5849   auto FromStr = [](StringRef S) {
5863 {FromStr("448"), FromStr("16"), "448", APFloat::opInexact,
5865 {FromStr("448"), FromStr("18"), "NaN",
5867 {FromStr("448"), FromStr("32"), "NaN",
5869 {FromStr("-448"), FromStr("-32"), "-NaN",
5871 {QNaN, FromStr("-448"), "NaN", APFloat::opOK, APFloat::fcNaN},
5872 {FromStr("448"), FromStr("-32"), "416", APFloat::opOK, APFloat::fcNormal},
5873 {FromStr("448"), FromStr("0"), "448", APFloat::opOK, APFloat::fcNormal},
5874 {FromStr("448"), FromStr("32"), "448", APFloat::opInexact,
5876 {FromStr("448"), FromStr("448"), "448", APFloat::opInexact,
6191 auto FromStr = [](StringRef S) {
6206 {FromStr("57344"), FromStr("2048"), "57344", APFloat::opInexact,
6208 {FromStr("57344"), FromStr("4096"), "NaN",
6210 {FromStr("-57344"), FromStr("-4096"), "NaN",
6212 {QNaN, FromStr("-57344"), "NaN", APFloat::opOK, APFloat::fcNaN},
6213 {FromStr("57344"), FromStr("-8192"), "49152", APFloat::opOK,
6215 {FromStr("57344"), FromStr("0"), "57344", APFloat::opOK,
6217 {FromStr("57344"), FromStr("4096"), "57344", APFloat::opInexact,
6219 {FromStr("57344"), FromStr("57344"), "57344", APFloat::opInexact,
6389 auto FromStr = [](StringRef S) {
6404 {FromStr("240"), FromStr("4"), "240", APFloat::opInexact,
6406 {FromStr("240"), FromStr("8"), "NaN",
6408 {FromStr("240"), FromStr("16"), "NaN",
6410 {FromStr("-240"), FromStr("-16"), "NaN",
6412 {QNaN, FromStr("-240"), "NaN", APFloat::opOK, APFloat::fcNaN},
6413 {FromStr("240"), FromStr("-16"), "224", APFloat::opOK, APFloat::fcNormal},
6414 {FromStr("240"), FromStr("0"), "240", APFloat::opOK, APFloat::fcNormal},
6415 {FromStr("240"), FromStr("32"), "240", APFloat::opInexact,
6417 {FromStr("240"), FromStr("240"), "240", APFloat::opInexact,